Searched refs:testMac (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | address_utils_test.cpp | 237 uint8_t testMac[DHCP_HWADDR_LENGTH] = {0, 0xae, 0xdc, 0xcc, 0x9f, 0x43, 0}; variable 238 EXPECT_STREQ("00:ae:dc:cc:9f:43", ParseStrMac(testMac, MAC_ADDR_LENGTH)); 267 uint8_t testMac[DHCP_HWADDR_LENGTH] = {0, 0xae, 0xdc, 0xcc, 0x9f, 0x43, 0}; variable 268 EXPECT_STREQ("??:ae:??:??:9f:43", ParseLogMac(testMac));
|