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.cpp318 for (auto& itPath : _servTree) in setOwner() local
320 auto itServ = itPath.second.find(serv); in setOwner()
321 if (itServ != itPath.second.end()) in setOwner()
353 for (auto& itPath : _servTree) in setOwner() local
355 if (itPath.first == path) in setOwner()
360 for (auto& itServ : itPath.second) in setOwner()
407 for (auto& itPath : objects) in addServices() local
413 for (auto& itServ : itPath.second) in addServices()
607 auto itPath = _objects.find(path); in getProperty() local
608 if (itPath != _objects.end()) in getProperty()
[all …]
H A Dmanager.hpp406 auto itPath = _objects.find(path); in removeInterface() local
407 if (itPath != std::end(_objects)) in removeInterface()