Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp186 sdbusplus::bus_t& bus, const std::string& serviceRoot,
318 Context::ptr ctx, const std::string& serviceRoot,
324 Context::ptr ctx, const std::string& serviceRoot, in getAllDbusObjects() argument
327 return getAllDbusObjects(ctx, serviceRoot, interface, {}, objectTree); in getAllDbusObjects()
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js87 const serviceRoot = await api
90 let bmcPath = serviceRoot?.data?.ManagerProvidingService?.['@odata.id'];
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp48 const std::string& serviceRoot, const std::string& match) in getDbusObject() argument
53 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot); in getDbusObject()
243 sdbusplus::bus_t& bus, const std::string& serviceRoot, in getAllDbusObjects() argument
249 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot); in getAllDbusObjects()
398 Context::ptr ctx, const std::string& serviceRoot, in getAllDbusObjects() argument
407 getSubTree(ctx, interfaces, serviceRoot, depth, objectTree); in getAllDbusObjects()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp122 const std::string& serviceRoot, in getIPObject() argument
126 auto objectTree = getAllDbusObjects(bus, serviceRoot, interface, ethdev); in getIPObject()