Searched refs:_servTree (Results 1 – 4 of 4) sorted by relevance
58 Manager::_servTree; member in phosphor::fan::control::json::Manager155 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 …]
619 _servTree; member in phosphor::fan::control::json::Manager
434 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()
810 _servTree; member in phosphor::fan::control::Zone