Searched defs:SetInt64 (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/storage/ | ||
D | config_cache_helper.cc | 74 void ConfigCacheHelper::SetInt64(const std::string& section, const std::string& property, int64_t v… in SetInt64() function in bluetooth::storage::ConfigCacheHelper |
/system/update_engine/common/ | ||
D | fake_prefs.cc | 79 bool FakePrefs::SetInt64(const string& key, const int64_t value) { in SetInt64() function in chromeos_update_engine::FakePrefs |
D | prefs.cc | 78 bool PrefsBase::SetInt64(const string& key, const int64_t value) { in SetInt64() function in chromeos_update_engine::PrefsBase |
D | prefs_unittest.cc | 314 TEST_F(PrefsTest, SetInt64) { in TEST_F() argument |