Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js84 let bmcPath = serviceRoot?.data?.ManagerProvidingService?.['@odata.id'];
85 if (!bmcPath) {
89 bmcPath = managers.data?.Members?.[0]?.['@odata.id'];
91 return bmcPath;
/openbmc/phosphor-bmc-code-mgmt/
H A Dsoftware_manager.cpp17 auto bmcPath = std::string(SOFTWARE_OBJPATH) + "/bmc"; in main() local
24 ItemUpdaterIntf bmcItemUpdater{ctx, bmcPath, in main()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp257 for (const auto& bmcPath : bmcPaths) in create() local
264 {forwardAssociation, reverseAssociation, bmcPath}); in create()
/openbmc/phosphor-state-manager/
H A Ddiscover_system_state.cpp85 auto bmcPath = sdbusplus::message::object_path(BMC::namespace_path::value) / in main() local
91 bus, bmcPath.str, BMCState::interface, "LastRebootCause")); in main()
H A Dutils.cpp245 auto bmcPath = sdbusplus::message::object_path(BMC::namespace_path::value) / in isBmcReady() local
249 getProperty(bus, bmcPath.str, BMC::interface, "CurrentBMCState"); in isBmcReady()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp768 auto bmcPath = sdbusplus::message::object_path(BMC::namespace_path::value) / in checkBMCState() local
774 bmcPath.str.c_str(), "CurrentBMCState", BMC::interface); in checkBMCState()