HomeSort by relevance Sort by last modified time
    Searched refs:ContainsBool (Results 1 - 6 of 6) sorted by null

  /system/connectivity/shill/cellular/
cellular_bearer.cc 192 if (changed_properties.ContainsBool(MM_BEARER_PROPERTY_CONNECTED)) {
cellular_capability_classic.cc 288 if (changed_properties.ContainsBool(kModemPropertyEnabled)) {
  /system/connectivity/shill/
key_value_store_unittest.cc 51 EXPECT_FALSE(store_.ContainsBool(kKey));
54 EXPECT_TRUE(store_.ContainsBool(kKey));
276 EXPECT_TRUE(store_.ContainsBool(kBoolKey));
292 EXPECT_FALSE(store_.ContainsBool(kBoolKey));
705 EXPECT_TRUE(store.ContainsBool(kBoolKey));
key_value_store.h 54 bool ContainsBool(const std::string& name) const;
key_value_store.cc 51 bool KeyValueStore::ContainsBool(const string& name) const {
  /system/connectivity/shill/wifi/
wifi_endpoint.cc 341 if (properties.ContainsBool(WPASupplicant::kPropertyPrivacy)) {

Completed in 601 milliseconds