Searched refs:ContainsUint16 (Results 1 – 4 of 4) sorted by relevance
185 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()
65 bool ContainsUint16(const std::string& name) const;
113 bool KeyValueStore::ContainsUint16(const string& name) const { in ContainsUint16() function in shill::KeyValueStore
66 if (properties.ContainsUint16(WPASupplicant::kBSSPropertyFrequency)) { in WiFiEndpoint()