Searched refs:mAttachedDevicesPerModule (Results 1 – 1 of 1) sorted by relevance
105 mAttachedDevicesPerModule[module->getName()].push_back( in init()115 mAttachedDevicesPerModule[module->getName()].push_back( in init()131 if (auto iter = mAttachedDevicesPerModule.find(moduleName); in getAttachedDevices()132 iter != mAttachedDevicesPerModule.end()) { in getAttachedDevices()174 std::map<std::string, std::vector<std::string>> mAttachedDevicesPerModule; variable