Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dconfig_cache_helper.cc78 std::optional<int64_t> ConfigCacheHelper::GetInt64(const std::string& section, const std::string& p… in GetInt64() function in bluetooth::storage::ConfigCacheHelper
/system/update_engine/common/
Dfake_prefs.cc75 bool FakePrefs::GetInt64(const string& key, int64_t* value) const { in GetInt64() function in chromeos_update_engine::FakePrefs
Dprefs.cc69 bool PrefsBase::GetInt64(const string& key, int64_t* value) const { in GetInt64() function in chromeos_update_engine::PrefsBase
Dprefs_unittest.cc271 TEST_F(PrefsTest, GetInt64) { in TEST_F() argument