Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp34 const uint16_t kU16Value1 = 5000; variable
134 NL80211Attr<uint16_t> u16_attr(3, kU16Value1); in TEST()
150 EXPECT_EQ(u16_attr_value, kU16Value1); in TEST()
159 NL80211Attr<uint16_t> u16_attr(2, kU16Value1); in TEST()
Dnl80211_attribute_unittest.cpp31 const uint32_t kU16Value1 = 5000; variable
128 NL80211Attr<uint16_t> u16_attr(1, kU16Value1); in TEST()
129 EXPECT_EQ(u16_attr.GetValue(), kU16Value1); in TEST()