Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsoftware_manager.cpp17 auto bmcPath = std::string(SOFTWARE_OBJPATH) + "/bmc"; in main() local
24 ItemUpdaterIntf bmcItemUpdater{ctx, bmcPath, in main()
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js90 let bmcPath = serviceRoot?.data?.ManagerProvidingService?.['@odata.id'];
91 if (!bmcPath) {
95 bmcPath = managers?.data?.Members?.[0]?.['@odata.id'];
97 return bmcPath;
/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
93 bus, bmcPath.str, BMCState::interface, in main()
H A Dutils.cpp245 auto bmcPath = sdbusplus::message::object_path(BMC::namespace_path::value) / in isBmcReady() local
248 auto bmcState = getProperty(bus, bmcPath.str, BMC::interface, in isBmcReady()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp907 auto bmcPath = sdbusplus::message::object_path(BMC::namespace_path::value) / in checkBMCState() local
913 bmcPath.str.c_str(), "CurrentBMCState", BMC::interface); in checkBMCState()