Searched refs:ContainsInt16 (Results 1 – 4 of 4) sorted by relevance
92 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()
57 bool ContainsInt16(const std::string& name) const;
67 bool KeyValueStore::ContainsInt16(const string& name) const { in ContainsInt16() function in shill::KeyValueStore
108 if (properties.ContainsInt16(WPASupplicant::kBSSPropertySignal)) { in PropertiesChanged()