Home
last modified time | relevance | path

Searched refs:pathPair (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp523 for (auto& pathPair : configuration) in init() local
525 if (pathPair.second.find(pidConfigurationInterface) != in init()
526 pathPair.second.end() || in init()
527 pathPair.second.find(pidZoneConfigurationInterface) != in init()
528 pathPair.second.end() || in init()
529 pathPair.second.find(stepwiseConfigurationInterface) != in init()
530 pathPair.second.end()) in init()
532 configurations.emplace(pathPair); in init()
/openbmc/dbus-sensors/src/
H A DUtils.cpp184 for (const auto& pathPair : managedObj) in getSensorConfiguration() local
186 for (const auto& [intf, cfg] : pathPair.second) in getSensorConfiguration()
190 resp.emplace(pathPair); in getSensorConfiguration()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp111 for (const auto& pathPair : managedObj) in asyncPopulatePid() local
113 for (const auto& intfPair : pathPair.second) in asyncPopulatePid()
183 pathPair.first.str, 5, chassis)) in asyncPopulatePid()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp533 pathPair : resp) in populateFanRedundancy() local
535 const std::string& path = pathPair.first; in populateFanRedundancy()
537 pathPair.second; in populateFanRedundancy()