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.cpp141 for (const auto& objectPair : respData) in getSelectedProfiles() local
143 const std::string& path = objectPair.first; in getSelectedProfiles()
144 for (const auto& ownerPair : objectPair.second) in getSelectedProfiles()
496 for (const auto& objectPair : respData) in init() local
498 for (const auto& ownerPair : objectPair.second) in init()
505 owner.second = objectPair.first; in init()
518 objectPair.first.find("pwm") != std::string::npos) in init()
522 sensors[objectPair.first] = interface; in init()