Searched defs:GetBool (Results 1 – 7 of 7) sorted by relevance
/system/connectivity/shill/ | ||
D | stub_storage.h | 64 bool GetBool(const std::string& group, in GetBool() function |
D | fake_store.cc | 163 bool FakeStore::GetBool(const string& group, const string& key, bool* value) in GetBool() function in shill::FakeStore |
D | key_file_store.cc | 251 bool KeyFileStore::GetBool(const string& group, in GetBool() function in shill::KeyFileStore |
D | json_store.cc | 558 bool JsonStore::GetBool(const string& group, const string& key, bool* value) in GetBool() function in shill::JsonStore |
D | key_value_store.cc | 132 bool KeyValueStore::GetBool(const string& name) const { in GetBool() function in shill::KeyValueStore |
D | key_file_store_unittest.cc | 359 TEST_F(KeyFileStoreTest, GetBool) { in TEST_F() argument |
/system/core/libcutils/tests/ | ||
D | PropertiesTest.cpp | 175 TEST_F(PropertiesTest, GetBool) { in TEST_F() argument |