Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp969 const dbus::utility::MapperGetSubTreeResponse& subtreeLocal) { in run() argument
976 self->complete.subtree = subtreeLocal; in run()
986 const dbus::utility::MapperGetSubTreeResponse& subtreeLocal) { in run() argument
987 if (ec || subtreeLocal.empty()) in run()
991 if (subtreeLocal[0].second.size() != 1) in run()
999 const std::string& path = subtreeLocal[0].first; in run()
1000 const std::string& owner = subtreeLocal[0].second[0].first; in run()