Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp33 const uint16_t kU16Value1 = 5000; variable
133 NL80211Attr<uint16_t> u16_attr(3, kU16Value1); in TEST()
149 EXPECT_EQ(u16_attr_value, kU16Value1); in TEST()
158 NL80211Attr<uint16_t> u16_attr(2, kU16Value1); in TEST()
Dnl80211_attribute_unittest.cpp30 const uint32_t kU16Value1 = 5000; variable
127 NL80211Attr<uint16_t> u16_attr(1, kU16Value1); in TEST()
128 EXPECT_EQ(u16_attr.GetValue(), kU16Value1); in TEST()