Searched refs:bmcPath (Results 1 – 6 of 6) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| 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/webui-vue/src/store/modules/ |
| H A D | GlobalStore.js | 90 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 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 93 bus, bmcPath.str, BMCState::interface, in main()
|
| H A D | utils.cpp | 245 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 D | oem_ibm_handler.cpp | 907 auto bmcPath = sdbusplus::message::object_path(BMC::namespace_path::value) / in checkBMCState() local 913 bmcPath.str.c_str(), "CurrentBMCState", BMC::interface); in checkBMCState()
|