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.hpp35 static constexpr auto healthMonitorServiceName = variable
97 healthMonitorServiceName, freeStorageObjPath, valueInterface, in managerGetStorageStatistics()
132 healthMonitorServiceName, kernelCPUObjPath, valueInterface, in managerGetProcessorStatistics()
138 healthMonitorServiceName, userCPUObjPath, valueInterface, valueProperty, in managerGetProcessorStatistics()
150 healthMonitorServiceName, availableMemoryObjPath, valueInterface, in managerGetMemoryStatistics()
158 healthMonitorServiceName, bufferedAndCachedMemoryObjPath, in managerGetMemoryStatistics()
167 healthMonitorServiceName, freeMemoryObjPath, valueInterface, in managerGetMemoryStatistics()
175 healthMonitorServiceName, sharedMemoryObjPath, valueInterface, in managerGetMemoryStatistics()
183 healthMonitorServiceName, totalMemoryObjPath, valueInterface, 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()