Searched refs:bmcPath (Results 1 – 6 of 6) sorted by relevance
/openbmc/webui-vue/src/store/modules/ |
H A D | GlobalStore.js | 84 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 D | software_manager.cpp | 17 auto bmcPath = std::string(SOFTWARE_OBJPATH) + "/bmc"; in main() local 24 ItemUpdaterIntf bmcItemUpdater{ctx, bmcPath, in main()
|
/openbmc/phosphor-health-monitor/ |
H A D | health_metric.cpp | 257 for (const auto& bmcPath : bmcPaths) in create() local 264 {forwardAssociation, reverseAssociation, bmcPath}); in create()
|
/openbmc/phosphor-state-manager/ |
H A D | discover_system_state.cpp | 85 auto bmcPath = sdbusplus::message::object_path(BMC::namespace_path::value) / in main() local 91 bus, bmcPath.str, BMCState::interface, "LastRebootCause")); in main()
|
H A D | utils.cpp | 245 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 D | oem_ibm_handler.cpp | 768 auto bmcPath = sdbusplus::message::object_path(BMC::namespace_path::value) / in checkBMCState() local 774 bmcPath.str.c_str(), "CurrentBMCState", BMC::interface); in checkBMCState()
|