Searched refs:attachedDevices (Results 1 – 4 of 4) sorted by relevance
112 std::string PolicyConfig::findAttachedDevice(const std::vector<std::string>& attachedDevices, in findAttachedDevice() argument114 for (const auto& device : attachedDevices) { in findAttachedDevice()207 auto attachedDevices = module.getFirstAttachedDevices()->getItem(); in init() local208 if (!attachedDevices.empty()) { in init()
89 std::string findAttachedDevice(const std::vector<std::string>& attachedDevices,
108 std::string findAttachedDevice(const std::vector<std::string>& attachedDevices, in findAttachedDevice() argument110 for (const auto& device : attachedDevices) { in findAttachedDevice()
70 for (const ap_xsd::AttachedDevices& attachedDevices : moduleConfig.getAttachedDevices()) { in getAttachedDevices() local71 if (attachedDevices.hasItem()) { in getAttachedDevices()72 attachedDeviceSet.insert(attachedDevices.getItem().begin(), in getAttachedDevices()73 attachedDevices.getItem().end()); in getAttachedDevices()