Searched refs:serviceRoot (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-host-ipmid/libipmid/ |
H A D | utils.cpp | 44 const std::string& serviceRoot, const std::string& match) in getDbusObject() argument 49 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot); in getDbusObject() 234 getAllDbusObjects(sdbusplus::bus_t& bus, const std::string& serviceRoot, in getAllDbusObjects() argument 240 ObjectTree objectTree = getSubTree(bus, interfaces, serviceRoot); in getAllDbusObjects() 256 void deleteAllDbusObjects(sdbusplus::bus_t& bus, const std::string& serviceRoot, in deleteAllDbusObjects() argument 262 auto objectTree = getAllDbusObjects(bus, serviceRoot, interface, match); in deleteAllDbusObjects() 275 "SERVICE", serviceRoot, "INTERFACE", interface, "ERROR", e); in deleteAllDbusObjects() 442 getAllDbusObjects(Context::ptr ctx, const std::string& serviceRoot, in getAllDbusObjects() argument 451 getSubTree(ctx, interfaces, serviceRoot, depth, objectTree); in getAllDbusObjects() 473 deleteAllDbusObjects(Context::ptr ctx, const std::string& serviceRoot, in deleteAllDbusObjects() argument [all …]
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | utils.hpp | 187 sdbusplus::bus_t& bus, const std::string& serviceRoot, 197 void deleteAllDbusObjects(sdbusplus::bus_t& bus, const std::string& serviceRoot, 342 getAllDbusObjects(Context::ptr ctx, const std::string& serviceRoot, 348 getAllDbusObjects(Context::ptr ctx, const std::string& serviceRoot, in getAllDbusObjects() argument 351 return getAllDbusObjects(ctx, serviceRoot, interface, {}, objectTree); in getAllDbusObjects() 363 Context::ptr ctx, const std::string& serviceRoot,
|
/openbmc/webui-vue/src/store/modules/ |
H A D | GlobalStore.js | 81 const serviceRoot = await api 84 let bmcPath = serviceRoot?.data?.ManagerProvidingService?.['@odata.id'];
|
/openbmc/fb-ipmi-oem/src/ |
H A D | oemcommands.cpp | 120 const std::string& serviceRoot, in getIPObject() argument 124 auto objectTree = getAllDbusObjects(bus, serviceRoot, interface, ethdev); in getIPObject()
|