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()
275 PlatformEnvironmentalCommands commandCode, uint8_t instanceId,
227 int encodeGetPowerDrawRequest(PlatformEnvironmentalCommands commandCode, in encodeGetPowerDrawRequest() argument252 msg->hdr.command = static_cast<uint8_t>(commandCode); in encodeGetPowerDrawRequest()
653 gpu::PlatformEnvironmentalCommands commandCode = in TEST_F() local658 commandCode, instanceId, sensorId, averagingInterval, buf); in TEST_F()677 EXPECT_EQ(request.hdr.command, static_cast<uint8_t>(commandCode)); in TEST_F()