/ohos5.0/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 40 int64_t ObtainLong(const std::string &key, int64_t defValue);
|
/ohos5.0/base/telephony/telephony_data/common/include/ |
H A D | preferences_util.h | 39 int64_t ObtainLong(const std::string &key, int64_t defValue);
|
/ohos5.0/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 39 int64_t ObtainLong(const std::string &key, int64_t defValue);
|
/ohos5.0/base/update/updateservice/services/core/ability/preference/src/ |
H A D | preference_utils_empty.cpp | 73 int64_t PreferencesUtil::ObtainLong(const std::string &key, int64_t defValue) in ObtainLong() function in OHOS::UpdateEngine::PreferencesUtil
|
H A D | preference_utils.cpp | 152 int64_t PreferencesUtil::ObtainLong(const std::string &key, int64_t defValue) in ObtainLong() function in OHOS::UpdateEngine::PreferencesUtil
|
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/ |
H A D | screenlockutils_fuzzer.cpp | 66 preferencesUtil->ObtainLong(std::to_string(userId), longVal); in FuzzScreenlockUtils()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_timed_collect_tool.h | 33 int64_t ObtainLong(const std::string& key, int64_t defValue);
|
/ohos5.0/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_preferences_test.cpp | 138 preferencesUtil->ObtainLong(std::to_string(userId), defaulVal);
|
/ohos5.0/base/update/updateservice/services/core/ability/preference/include/ |
H A D | preferences_utils.h | 43 int64_t ObtainLong(const std::string &key, int64_t defValue);
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_timed_collect_tool.cpp | 105 int64_t PreferencesUtil::ObtainLong(const std::string& key, int64_t defValue) in ObtainLong() function in OHOS::PreferencesUtil
|
/ohos5.0/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 110 int64_t PreferencesUtil::ObtainLong(const std::string &key, int64_t defValue) in ObtainLong() function in OHOS::Telephony::PreferencesUtil
|
/ohos5.0/base/theme/screenlock_mgr/utils/src/ |
H A D | preferences_util.cpp | 109 int64_t PreferencesUtil::ObtainLong(const std::string &key, int64_t defValue) in ObtainLong() function in OHOS::ScreenLock::PreferencesUtil
|
/ohos5.0/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 105 int64_t TelProfileUtil::ObtainLong(const std::string &key, int64_t defValue) in ObtainLong() function in OHOS::Telephony::TelProfileUtil
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_timed_collect_test.cpp | 629 int64_t ret = preferencesUtil_->ObtainLong(key, defValue);
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 1419 telProfileUtil->ObtainLong(key, getLongValue);
|