Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp58 Manager::_servTree; member in phosphor::fan::control::json::Manager
155 data["services"] = _servTree; in dumpCache()
296 auto itServ = _servTree.find(path); in hasOwner()
297 if (itServ == _servTree.end()) in hasOwner()
320 for (auto& itPath : _servTree) in setOwner()
344 auto& ownIntf = _servTree[path][serv]; in setOwner()
355 for (auto& itPath : _servTree) in setOwner()
384 auto itServ = _servTree.find(path); in findService()
385 if (itServ != _servTree.end()) in findService()
411 auto pathIter = _servTree.find(itPath.first); in addServices()
[all …]
H A Dmanager.hpp619 _servTree; member in phosphor::fan::control::json::Manager
/openbmc/phosphor-fan-presence/control/
H A Dzone.cpp434 auto srvIter = _servTree.find(path); in getService()
435 if (srvIter != _servTree.end()) in getService()
462 auto it = _servTree.end(); in addServices()
469 auto pathIter = _servTree.find(pIter.first); in addServices()
470 if (pathIter != _servTree.end()) in addServices()
499 _servTree.insert(pIter); in addServices()
505 it = _servTree.find(pIter.first); in addServices()
509 if (it != _servTree.end()) in addServices()
H A Dzone.hpp810 _servTree; member in phosphor::fan::control::Zone