Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp116 for (const auto& objectPair : respData) in getSelectedProfiles() local
118 const std::string& path = objectPair.first; in getSelectedProfiles()
119 for (const auto& ownerPair : objectPair.second) in getSelectedProfiles()
468 for (const auto& objectPair : respData) in init() local
470 for (const auto& ownerPair : objectPair.second) in init()
477 owner.second = objectPair.first; in init()
490 objectPair.first.find("pwm") != std::string::npos) in init()
494 sensors[objectPair.first] = interface; in init()