Home
last modified time | relevance | path

Searched refs:valueInterface (Results 1 – 6 of 6) 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.cpp80 constexpr auto valueInterface = "xyz.openbmc_project.Sensor.Value"; variable
259 value = SDBusPlus::getProperty<double>(bus, sensorPath, valueInterface, in startTimer()
337 auto value = SDBusPlus::getProperty<double>(bus, sensorPath, valueInterface, in stopTimer()
384 auto value = SDBusPlus::getProperty<double>(bus, sensorPath, valueInterface, in timerExpired()
H A Dthreshold_alarm_logger.cpp47 constexpr auto valueInterface = "xyz.openbmc_project.Sensor.Value"; variable
308 bus, sensorPath, valueInterface, "Value"); in createEventLog()
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp243 auto valueInterface = static_cast<std::shared_ptr<ValueObject>>(nullptr); in getObject() local
274 valueInterface = sensorObj->addValue(retryIO, info, _timedoutMap); in getObject()
310 auto sensorValue = valueInterface->value(); in getObject()
329 valueInterface->emit_object_added(); in getObject()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp832 constexpr auto valueInterface = "xyz.openbmc_project.Sensor.Value"; in ipmiSensorGetSensorThresholds() local
843 if (info.propertyInterfaces.find(valueInterface) == in ipmiSensorGetSensorThresholds()
914 constexpr auto valueInterface = "xyz.openbmc_project.Sensor.Value"; in ipmiSenSetSensorThresholds() local
925 if (info.propertyInterfaces.find(valueInterface) == in ipmiSenSetSensorThresholds()