Lines Matching +full:0 +full:x54
18 // payload. The manager, in all failures, will just return 0 bytes. in TEST()
23 req.crc = 0; in TEST()
24 req.sessionId = 0x54; in TEST()
25 req.offset = 0x100; in TEST()
26 req.requestedSize = 0x10; in TEST()
45 req.crc = 0; in TEST()
46 req.sessionId = 0x54; in TEST()
47 req.offset = 0x100; in TEST()
48 req.requestedSize = 0x10; in TEST()
51 std::vector<uint8_t> data = {0x02, 0x03, 0x05, 0x06}; in TEST()
58 EXPECT_EQ(0, std::memcmp(&result[sizeof(struct BmcBlobReadRx)], data.data(), in TEST()