Searched refs:healthMonitorServiceName (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | manager_diagnostic_data.hpp | 35 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 D | health_monitor.cpp | 63 constexpr auto healthMonitorServiceName = "xyz.openbmc_project.HealthMon"; in main() local 67 ctx.request_name(healthMonitorServiceName); in main()
|