Home
last modified time | relevance | path

Searched refs:GetBoolProperty (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dproperty_store_unittest.cc350 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()
Dproperty_store_unittest.h78 return store.GetBoolProperty(name, storage, error); in GetProperty()
Dproperty_store.h59 bool GetBoolProperty(const std::string& name, bool* value,
Dproperty_store.cc238 bool PropertyStore::GetBoolProperty(const string& name, in GetBoolProperty() function in shill::PropertyStore
Dservice.cc740 if (!store_.GetBoolProperty(it.first, &value, &get_error) || in DoPropertiesMatch()