Searched refs:verifyValue (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-modbus/rtu/modbus/ |
| H A D | modbus_commands.cpp | 54 verifyValue("Device Address", deviceAddress, expectedDeviceAddress); in decode() 55 verifyValue("Response Function Code", responseCode, expectedCommandCode); in decode() 56 verifyValue("Byte Count", byteCount, registers.size() * 2); in decode()
|
| H A D | modbus_message.hpp | 39 auto verifyValue(const std::string& name, uint32_t currentValue,
|
| H A D | modbus_message.cpp | 82 auto Message::verifyValue(const std::string& name, uint32_t currentValue, in verifyValue() function in phosphor::modbus::rtu::Message
|
| /openbmc/phosphor-modbus/tests/ |
| H A D | test_device_events.cpp | 148 auto verifyValue(bool currentValue, bool expectedValue, in verifyValue() function in DeviceEventsTest 154 auto verifyValue(double currentValue, double expectedValue, in verifyValue() function in DeviceEventsTest 171 verifyValue(operationalProperties.functional, false, in verifyResult() 173 verifyValue(availabilityProperties.available, false, in verifyResult() 175 verifyValue(thresholdProperties.critical_alarm_high, false, in verifyResult() 180 verifyValue(properties.value, expectedValue, in verifyResult() 182 verifyValue(operationalProperties.functional, true, in verifyResult() 184 verifyValue(availabilityProperties.available, true, in verifyResult() 186 verifyValue(thresholdProperties.critical_alarm_high, true, in verifyResult()
|