Home
last modified time | relevance | path

Searched defs:GetString (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/common/
Dfake_prefs.cc64 bool FakePrefs::GetString(const string& key, string* value) const { in GetString() function in chromeos_update_engine::FakePrefs
Dprefs.cc32 bool PrefsBase::GetString(const string& key, string* value) const { in GetString() function in chromeos_update_engine::PrefsBase
Dprefs_unittest.cc80 TEST_F(PrefsTest, GetString) { in TEST_F() argument
/system/connectivity/shill/
Dstub_storage.h54 bool GetString(const std::string& group, in GetString() function
Dfake_store.cc152 bool FakeStore::GetString(const string& group, in GetString() function in shill::FakeStore
Dkey_file_store.cc224 bool KeyFileStore::GetString(const string& group, in GetString() function in shill::KeyFileStore
Djson_store.cc547 bool JsonStore::GetString(const string& group, in GetString() function in shill::JsonStore
Dkey_value_store.cc188 const string& KeyValueStore::GetString(const string& name) const { in GetString() function in shill::KeyValueStore
Dkey_file_store_unittest.cc325 TEST_F(KeyFileStoreTest, GetString) { in TEST_F() argument
/system/core/libcutils/tests/
DPropertiesTest.cpp158 TEST_F(PropertiesTest, GetString) { in TEST_F() argument