Searched refs:psuPaths (Results 1 – 4 of 4) sorted by relevance
21 psuPaths = getPSUInventoryPaths(bus); in areAllPsuSameModel()22 for (const auto& path : psuPaths) in areAllPsuSameModel()45 auto psuPaths = getPSUInventoryPaths(bus); in countPresentPsus() local46 for (const auto& path : psuPaths) in countPresentPsus()
91 std::vector<std::string> psuPaths; // List of PSU object paths member in validator::PSUUpdateValidator
198 auto psuPaths = utils::getPSUInventoryPaths(bus); in startActivation() local199 if (psuPaths.empty()) in startActivation()205 for (const auto& p : psuPaths) in startActivation()
679 static std::set<std::string> psuPaths{}; in onPSUInterfacesAdded() local690 psuPaths.insert(path); in onPSUInterfacesAdded()693 if (interfaces.contains(ITEM_IFACE) && psuPaths.contains(path) && in onPSUInterfacesAdded()