Home
last modified time | relevance | path

Searched refs:ContainsBool (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/
Dkey_value_store_unittest.cc51 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()
Dkey_value_store.h54 bool ContainsBool(const std::string& name) const;
Dkey_value_store.cc51 bool KeyValueStore::ContainsBool(const string& name) const { in ContainsBool() function in shill::KeyValueStore
/system/connectivity/shill/cellular/
Dcellular_bearer.cc192 if (changed_properties.ContainsBool(MM_BEARER_PROPERTY_CONNECTED)) { in OnPropertiesChanged()
Dcellular_capability_classic.cc288 if (changed_properties.ContainsBool(kModemPropertyEnabled)) { in OnPropertiesChanged()
/system/connectivity/shill/wifi/
Dwifi_endpoint.cc341 if (properties.ContainsBool(WPASupplicant::kPropertyPrivacy)) { in ParseSecurity()