Searched refs:kDeviceHash (Results 1 – 1 of 1) sorted by relevance
/external/nos/test/system-test-harness/src/ |
D | avb_tests.cc | 733 static const uint8_t kDeviceHash[] = { in TEST_F() local 747 code = SetProduction(client.get(), true, kDeviceHash, sizeof(kDeviceHash)); in TEST_F() 755 EXPECT_EQ(0, memcmp(message.data, kDeviceHash, sizeof(kDeviceHash))); in TEST_F() 766 code = SetProduction(client.get(), true, kDeviceHash, sizeof(kDeviceHash)); in TEST_F() 783 static const uint8_t kDeviceHash[] = { in TEST_F() local 796 memcpy(message.data, kDeviceHash, sizeof(message.data)); in TEST_F()
|