Searched refs:valueInterface (Results 1 – 6 of 6) 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 | 80 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 D | threshold_alarm_logger.cpp | 47 constexpr auto valueInterface = "xyz.openbmc_project.Sensor.Value"; variable 308 bus, sensorPath, valueInterface, "Value"); in createEventLog()
|
/openbmc/phosphor-hwmon/ |
H A D | mainloop.cpp | 243 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 D | sensorhandler.cpp | 832 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()
|