Home
last modified time | relevance | path

Searched refs:verifyValue (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-modbus/rtu/modbus/
H A Dmodbus_commands.cpp54 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 Dmodbus_message.hpp39 auto verifyValue(const std::string& name, uint32_t currentValue,
H A Dmodbus_message.cpp82 auto Message::verifyValue(const std::string& name, uint32_t currentValue, in verifyValue() function in phosphor::modbus::rtu::Message
/openbmc/phosphor-modbus/tests/
H A Dtest_device_events.cpp148 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()