Searched refs:commandCode (Results 1 – 5 of 5) sorted by relevance
29 static constexpr uint8_t commandCode = ReadHoldingRegistersFunctionCode; member in phosphor::modbus::rtu::ReadHoldingRegistersRequest
18 *this << deviceAddress << commandCode << registerOffset << registerCount; in encode()
221 int encodeGetPowerDrawRequest(PlatformEnvironmentalCommands commandCode, in encodeGetPowerDrawRequest() argument246 msg->hdr.command = static_cast<uint8_t>(commandCode); in encodeGetPowerDrawRequest()
219 PlatformEnvironmentalCommands commandCode, uint8_t instanceId,
650 gpu::PlatformEnvironmentalCommands commandCode = in TEST_F() local655 commandCode, instanceId, sensorId, averagingInterval, buf); in TEST_F()674 EXPECT_EQ(request.hdr.command, static_cast<uint8_t>(commandCode)); in TEST_F()