Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp320 for (auto& itPath : _servTree) in setOwner() local
322 auto itServ = itPath.second.find(serv); in setOwner()
323 if (itServ != itPath.second.end()) in setOwner()
355 for (auto& itPath : _servTree) in setOwner() local
357 if (itPath.first == path) in setOwner()
362 for (auto& itServ : itPath.second) in setOwner()
409 for (auto& itPath : objects) in addServices() local
415 for (auto& itServ : itPath.second) in addServices()
608 auto itPath = _objects.find(path); in getProperty() local
609 if (itPath != _objects.end()) in getProperty()
[all …]
H A Dmanager.hpp408 auto itPath = _objects.find(path); in removeInterface() local
409 if (itPath != std::end(_objects)) in removeInterface()