Home
last modified time | relevance | path

Searched defs:SetInt64 (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/storage/
Dconfig_cache_helper.cc74 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/
Dfake_prefs.cc79 bool FakePrefs::SetInt64(const string& key, const int64_t value) { in SetInt64() function in chromeos_update_engine::FakePrefs
Dprefs.cc78 bool PrefsBase::SetInt64(const string& key, const int64_t value) { in SetInt64() function in chromeos_update_engine::PrefsBase
Dprefs_unittest.cc314 TEST_F(PrefsTest, SetInt64) { in TEST_F() argument