Searched refs:GetSubKeys (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/common/ |
D | prefs.h | 47 virtual bool GetSubKeys(const std::string& ns, 78 bool GetSubKeys(const std::string& ns, 122 bool GetSubKeys(const std::string& ns, 162 bool GetSubKeys(const std::string& ns,
|
D | prefs.cc | 115 bool PrefsBase::GetSubKeys(const string& ns, vector<string>* keys) const { in GetSubKeys() function in chromeos_update_engine::PrefsBase 116 return storage_->GetSubKeys(ns, keys); in GetSubKeys() 157 bool Prefs::FileStorage::GetSubKeys(const string& ns, in GetSubKeys() function in chromeos_update_engine::Prefs::FileStorage 223 bool MemoryPrefs::MemoryStorage::GetSubKeys(const string& ns, in GetSubKeys() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
|
D | mock_prefs.h | 45 MOCK_CONST_METHOD2(GetSubKeys,
|
D | prefs_interface.h | 87 virtual bool GetSubKeys(const std::string& ns,
|
D | prefs_unittest.cc | 79 EXPECT_TRUE(common_prefs_->GetSubKeys("ns1/nsB/", &keys2)); in MultiNamespaceKeyTest() 91 EXPECT_TRUE(common_prefs_->GetSubKeys("ns1/nsB", &keys2corner)); in MultiNamespaceKeyTest() 98 EXPECT_TRUE(common_prefs_->GetSubKeys("ns1/nsA/", &keys1)); in MultiNamespaceKeyTest() 108 EXPECT_TRUE(common_prefs_->GetSubKeys("ns1/", &keys0)); in MultiNamespaceKeyTest() 116 EXPECT_TRUE(common_prefs_->GetSubKeys("ns1", &keys0corner)); in MultiNamespaceKeyTest()
|
D | fake_prefs.h | 52 bool GetSubKeys(const std::string& ns,
|
D | fake_prefs.cc | 109 bool FakePrefs::GetSubKeys(const string& ns, vector<string>* keys) const { in GetSubKeys() function in chromeos_update_engine::FakePrefs
|
/system/update_engine/ |
D | excluder_chromeos.cc | 55 if (!prefs_->GetSubKeys(kExclusionPrefsSubDir, &keys)) in Reset()
|