Searched refs:ContainsBool (Results 1 – 6 of 6) sorted by relevance
51 EXPECT_FALSE(store_.ContainsBool(kKey)); in TEST_F()54 EXPECT_TRUE(store_.ContainsBool(kKey)); in TEST_F()276 EXPECT_TRUE(store_.ContainsBool(kBoolKey)); in TEST_F()292 EXPECT_FALSE(store_.ContainsBool(kBoolKey)); in TEST_F()705 EXPECT_TRUE(store.ContainsBool(kBoolKey)); in TEST_F()
54 bool ContainsBool(const std::string& name) const;
51 bool KeyValueStore::ContainsBool(const string& name) const { in ContainsBool() function in shill::KeyValueStore
192 if (changed_properties.ContainsBool(MM_BEARER_PROPERTY_CONNECTED)) { in OnPropertiesChanged()
288 if (changed_properties.ContainsBool(kModemPropertyEnabled)) { in OnPropertiesChanged()
341 if (properties.ContainsBool(WPASupplicant::kPropertyPrivacy)) { in ParseSecurity()