Searched refs:valueInterface (Results 1 – 5 of 5) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | manager_diagnostic_data.hpp | 37 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 D | test_health_metric_collection.cpp | 29 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 D | shutdown_alarm_monitor.cpp | 77 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 D | threshold_alarm_logger.cpp | 44 constexpr auto valueInterface = "xyz.openbmc_project.Sensor.Value"; variable 302 bus, sensorPath, valueInterface, "Value"); in createEventLog()
|
| /openbmc/phosphor-hwmon/ |
| H A D | mainloop.cpp | 241 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()
|