Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store_unittest.cc92 EXPECT_FALSE(store_.ContainsInt16(kKey)); in TEST_F()
94 EXPECT_TRUE(store_.ContainsInt16(kKey)); in TEST_F()
97 EXPECT_FALSE(store_.ContainsInt16(kKey)); in TEST_F()
279 EXPECT_TRUE(store_.ContainsInt16(kInt16Key)); in TEST_F()
295 EXPECT_FALSE(store_.ContainsInt16(kInt16Key)); in TEST_F()
713 EXPECT_TRUE(store.ContainsInt16(kInt16Key)); in TEST_F()
Dkey_value_store.h57 bool ContainsInt16(const std::string& name) const;
Dkey_value_store.cc67 bool KeyValueStore::ContainsInt16(const string& name) const { in ContainsInt16() function in shill::KeyValueStore
/system/connectivity/shill/wifi/
Dwifi_endpoint.cc108 if (properties.ContainsInt16(WPASupplicant::kBSSPropertySignal)) { in PropertiesChanged()