Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/smbpbi/
H A DSmbpbiSensor.cpp387 for (const auto& pathPair : resp) in createSensorCallback() local
389 for (const auto& entry : pathPair.second) in createSensorCallback()
398 if (!parseThresholdsFromConfig(pathPair.second, sensorThresholds)) in createSensorCallback()
452 dbusConnection, io, name, pathPair.first, objectType, in createSensorCallback()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp551 for (auto& pathPair : configuration) in init() local
553 if (pathPair.second.find(pidConfigurationInterface) != in init()
554 pathPair.second.end() || in init()
555 pathPair.second.find(pidZoneConfigurationInterface) != in init()
556 pathPair.second.end() || in init()
557 pathPair.second.find(stepwiseConfigurationInterface) != in init()
558 pathPair.second.end()) in init()
560 configurations.emplace(pathPair); in init()
/openbmc/dbus-sensors/src/
H A DUtils.cpp186 for (const auto& pathPair : managedObj) in getSensorConfiguration() local
188 for (const auto& [intf, cfg] : pathPair.second) in getSensorConfiguration()
192 resp.emplace(pathPair); in getSensorConfiguration()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp112 for (const auto& pathPair : managedObj) in asyncPopulatePid() local
114 for (const auto& intfPair : pathPair.second) in asyncPopulatePid()
183 pathPair.first.str); in asyncPopulatePid()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp552 pathPair : resp) in populateFanRedundancy() local
554 const std::string& path = pathPair.first; in populateFanRedundancy()
556 pathPair.second; in populateFanRedundancy()