Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dsystems_utils.hpp124 const std::string& systemName, const std::string& systemPath, in getManagedHostProperty() argument
128 "xyz.openbmc_project.EntityManager", systemPath, in getManagedHostProperty()
130 [asyncResp, systemName, systemPath, callback = std::move(callback)]( in getManagedHostProperty()
139 BMCWEB_LOG_DEBUG("Got index {} for path {}", hostIndex, systemPath); in getManagedHostProperty()
151 sdbusplus::message::object_path systemPath; in afterGetComputerSystemSubTreePaths() local
180 systemPath = *found; in afterGetComputerSystemSubTreePaths()
182 getManagedHostProperty(asyncResp, systemName, systemPath, in afterGetComputerSystemSubTreePaths()
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.hpp35 static constexpr auto systemPath = "/org/freedesktop/systemd1"; variable
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js103 let systemPath = systems?.data?.Members?.[0]?.['@odata.id'];
104 return systemPath;