Searched refs:kMacAddr (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/netd/server/ |
H A D | WakeupControllerTest.cpp | 140 const std::vector<uint8_t> kMacAddr = {11, 22, 33, 44, 55, 66}; in TEST_F() local 193 msg.hardwareAddr.hw_addrlen = htons(kMacAddr.size()); in TEST_F() 194 std::copy(kMacAddr.begin(), kMacAddr.end(), msg.hardwareAddr.hw_addr); in TEST_F() 207 EXPECT_CALL(mEventListener, onWakeupEvent(kPrefix, kUid, kEthertype, kIpNextHeader, kMacAddr, in TEST_F()
|