Home
last modified time | relevance | path

Searched refs:ContainsUint16 (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dkey_value_store_unittest.cc185 EXPECT_FALSE(store_.ContainsUint16(kKey)); in TEST_F()
187 EXPECT_TRUE(store_.ContainsUint16(kKey)); in TEST_F()
286 EXPECT_TRUE(store_.ContainsUint16(kUint16Key)); in TEST_F()
302 EXPECT_FALSE(store_.ContainsUint16(kUint16Key)); in TEST_F()
717 EXPECT_TRUE(store.ContainsUint16(kUint16Key)); in TEST_F()
Dkey_value_store.h65 bool ContainsUint16(const std::string& name) const;
Dkey_value_store.cc113 bool KeyValueStore::ContainsUint16(const string& name) const { in ContainsUint16() function in shill::KeyValueStore
/system/connectivity/shill/wifi/
Dwifi_endpoint.cc66 if (properties.ContainsUint16(WPASupplicant::kBSSPropertyFrequency)) { in WiFiEndpoint()