Searched refs:mAttachedDevicesPerModule (Results 1 – 1 of 1) sorted by relevance
93 mAttachedDevicesPerModule[module->getName()].push_back(device->getTagName()); in init()102 mAttachedDevicesPerModule[module->getName()].push_back(device->getTagName()); in init()116 if (auto iter = mAttachedDevicesPerModule.find(moduleName); in getAttachedDevices()117 iter != mAttachedDevicesPerModule.end()) { in getAttachedDevices()159 std::map<std::string, std::vector<std::string>> mAttachedDevicesPerModule; variable