Home
last modified time | relevance | path

Searched refs:healthMonitorServiceName (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_diagnostic_data.hpp25 static constexpr auto healthMonitorServiceName = variable
87 *crow::connections::systemBus, healthMonitorServiceName, in managerGetStorageStatistics()
122 *crow::connections::systemBus, healthMonitorServiceName, in managerGetProcessorStatistics()
128 *crow::connections::systemBus, healthMonitorServiceName, userCPUObjPath, in managerGetProcessorStatistics()
141 *crow::connections::systemBus, healthMonitorServiceName, in managerGetMemoryStatistics()
149 *crow::connections::systemBus, healthMonitorServiceName, in managerGetMemoryStatistics()
158 *crow::connections::systemBus, healthMonitorServiceName, in managerGetMemoryStatistics()
166 *crow::connections::systemBus, healthMonitorServiceName, in managerGetMemoryStatistics()
174 *crow::connections::systemBus, healthMonitorServiceName, in managerGetMemoryStatistics()
/openbmc/phosphor-health-monitor/
H A Dhealth_monitor.cpp63 constexpr auto healthMonitorServiceName = "xyz.openbmc_project.HealthMon"; in main() local
67 ctx.request_name(healthMonitorServiceName); in main()