Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dget_managed_objects.cpp47 std::vector<std::string> objMgrPaths; in run() local
54 objMgrPaths = zone.getManager()->getPaths( in run()
64 objMgrPaths.begin(), objMgrPaths.end(), in run()
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp563 auto objMgrPaths = getPaths(service, "org.freedesktop.DBus.ObjectManager"); in addObjects() local
567 if (!objMgrPaths.empty()) in addObjects()
569 for (const auto& objMgrPath : objMgrPaths) in addObjects()
670 std::vector<std::string> objMgrPaths; in addGroups() local
688 objMgrPaths = getPaths( in addGroups()
696 objMgrPaths.begin(), objMgrPaths.end(), in addGroups()
722 for (const auto& objMgrPath : objMgrPaths) in addGroups()