Searched refs:GetBoolProperty (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/ |
D | property_store_unittest.cc | 350 EXPECT_FALSE(store.GetBoolProperty(keys[0], nullptr, &errors[0])); in TEST_F() 353 EXPECT_TRUE(store.GetBoolProperty(keys[1], &test_value, &errors[1])); in TEST_F() 557 EXPECT_TRUE(store.GetBoolProperty(key, &test_value, &error)); in TEST_F() 563 EXPECT_TRUE(store.GetBoolProperty(key, &test_value, &error)); in TEST_F()
|
D | property_store_unittest.h | 78 return store.GetBoolProperty(name, storage, error); in GetProperty()
|
D | property_store.h | 59 bool GetBoolProperty(const std::string& name, bool* value,
|
D | property_store.cc | 238 bool PropertyStore::GetBoolProperty(const string& name, in GetBoolProperty() function in shill::PropertyStore
|
D | service.cc | 740 if (!store_.GetBoolProperty(it.first, &value, &get_error) || in DoPropertiesMatch()
|