Home
last modified time | relevance | path

Searched refs:valueInterface (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_diagnostic_data.hpp37 static constexpr auto valueInterface = "xyz.openbmc_project.Metric.Value"; 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()
159 valueInterface, valueProperty, in managerGetMemoryStatistics()
167 healthMonitorServiceName, freeMemoryObjPath, valueInterface, in managerGetMemoryStatistics()
175 healthMonitorServiceName, sharedMemoryObjPath, valueInterface, in managerGetMemoryStatistics()
183 healthMonitorServiceName, totalMemoryObjPath, valueInterface, in managerGetMemoryStatistics()
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp29 const std::string valueInterface = member in HealthMetricCollectionTest
97 IsNull(), NotNull(), StrEq(valueInterface), NotNull())) in TEST_F()
137 IsNull(), NotNull(), StrEq(valueInterface), NotNull())) in TEST_F()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp77 constexpr auto valueInterface = "xyz.openbmc_project.Sensor.Value"; variable
255 value = SDBusPlus::getProperty<double>(bus, sensorPath, valueInterface, in startTimer()
331 auto value = SDBusPlus::getProperty<double>(bus, sensorPath, valueInterface, in stopTimer()
375 auto value = SDBusPlus::getProperty<double>(bus, sensorPath, valueInterface, in timerExpired()
H A Dthreshold_alarm_logger.cpp44 constexpr auto valueInterface = "xyz.openbmc_project.Sensor.Value"; variable
302 bus, sensorPath, valueInterface, "Value"); in createEventLog()
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp241 auto valueInterface = static_cast<std::shared_ptr<ValueObject>>(nullptr); in getObject() local
272 valueInterface = sensorObj->addValue(retryIO, info, _timedoutMap); in getObject()
308 auto sensorValue = valueInterface->value(); in getObject()
327 valueInterface->emit_object_added(); in getObject()