Home
last modified time | relevance | path

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

/system/connectivity/dhcp_client/
Ddhcp_options_parser_unittest.cc52 const uint8_t kFakeUInt32PairListOption[] = {0x21, 0xa0, 0xeb, 0x73, variable
166 reinterpret_cast<const uint32_t*>(kFakeUInt32PairListOption); in TEST_F()
176 EXPECT_TRUE(parser_->GetOption(kFakeUInt32PairListOption, in TEST_F()
Ddhcp_options_writer_unittest.cc163 const std::vector<std::pair<uint32_t, uint32_t>> kFakeUInt32PairListOption = in TEST_F() local
168 (sizeof(uint32_t) * 2 * kFakeUInt32PairListOption.size()), in TEST_F()
178 kFakeUInt32PairListOption); in TEST_F()