Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/test/
H A Doemrouter_unittest.cpp58 uint8_t replyPlain[] = {0x56, 0x34, 0x12, 0x31, 0x41}; variable
72 std::memcpy(replyBuf, replyPlain + 3, *dataLen); in RegisterTwoWays()
121 EXPECT_EQ(replyPlain[0], reply[0]); in TEST()
122 EXPECT_EQ(replyPlain[1], reply[1]); in TEST()
123 EXPECT_EQ(replyPlain[2], reply[2]); in TEST()
124 EXPECT_EQ(replyPlain[3], reply[3]); in TEST()
125 EXPECT_EQ(replyPlain[4], reply[4]); in TEST()