HomeSort by relevance Sort by last modified time
    Searched refs:kU8Value1 (Results 1 - 2 of 2) sorted by null

  /system/connectivity/wificond/tests/
nl80211_packet_unittest.cpp 32 const uint8_t kU8Value1 = 150;
117 NL80211Attr<uint8_t> u8_attr(1, kU8Value1);
123 EXPECT_EQ(attr_value, kU8Value1);
131 NL80211Attr<uint8_t> u8_attr(1, kU8Value1);
147 EXPECT_EQ(u8_attr_value, kU8Value1);
178 NL80211Attr<uint8_t> u8_attr(1, kU8Value1);
191 NL80211Attr<uint8_t> u8_attr(1, kU8Value1);
205 EXPECT_TRUE(u8_attr_retrieved->GetValue() == kU8Value1);
nl80211_attribute_unittest.cpp 29 const uint32_t kU8Value1 = 200;
122 NL80211Attr<uint8_t> u8_attr(1, kU8Value1);
123 EXPECT_EQ(u8_attr.GetValue(), kU8Value1);

Completed in 159 milliseconds