Home
last modified time | relevance | path

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

/aosp12/system/connectivity/wificond/tests/
H A Dnl80211_attribute_unittest.cpp32 const uint32_t kU32Value2 = 500000; variable
152 NL80211Attr<uint32_t> u32_attr_2(2, kU32Value2); in TEST()
164 EXPECT_EQ(attr_value, kU32Value2); in TEST()
329 NL80211Attr<uint32_t> uint32_attr2(2, kU32Value2); in TEST()
338 EXPECT_TRUE(value2 == kU32Value2); in TEST()
H A Dnl80211_packet_unittest.cpp35 const uint32_t kU32Value2 = 800000; variable
160 NL80211Attr<uint32_t> u32_attr_2(4, kU32Value2); in TEST()
193 NL80211Attr<uint32_t> u32_attr_2(4, kU32Value2); in TEST()
213 EXPECT_TRUE(u32_attr_2_retrieved->GetValue() == kU32Value2); in TEST()