Home
last modified time | relevance | path

Searched refs:statusType (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-modbus/rtu/device/
H A Dbase_device.cpp228 SensorIntf& sensor, config::StatusType statusType, bool statusAsserted) in updateSensorOnStatusChange() argument
230 if (statusType == config::StatusType::sensorReadingCritical) in updateSensorOnStatusChange()
234 else if (statusType == config::StatusType::sensorReadingWarning) in updateSensorOnStatusChange()
238 else if (statusType == config::StatusType::sensorFailure) in updateSensorOnStatusChange()
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dpower-operations-controller.js50 (statusType, timeout = 300000, error = 'Time out.') => {
60 if (dataService.server_state === statusType) {
/openbmc/phosphor-modbus/tests/
H A Dtest_device_events.cpp196 DeviceConfigIntf::StatusType statusType, in testSensorCreation() argument
202 .type = statusType, in testSensorCreation()