/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 36 int ObtainInt(const std::string &key, int defValue);
|
/base/update/updateservice/services/core/ability/preference/src/ |
H A D | preference_utils_empty.cpp | 63 int PreferencesUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt() function in OHOS::UpdateEngine::PreferencesUtil
|
H A D | preference_utils.cpp | 142 int PreferencesUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt() function in OHOS::UpdateEngine::PreferencesUtil
|
/base/telephony/telephony_data/common/include/ |
H A D | preferences_util.h | 35 int ObtainInt(const std::string &key, int defValue);
|
/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 35 int ObtainInt(const std::string &key, int defValue);
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/ |
H A D | screenlockutils_fuzzer.cpp | 52 preferencesUtil->ObtainInt(std::to_string(userId), defaulVal);
in FuzzScreenlockUtils()
|
/base/update/updateservice/services/startup/manage/src/ |
H A D | startup_manager.cpp | 140 preferenceUtil->ObtainInt(Constant::PROCESS_RESTART_REASON, CAST_INT(StartupReason::UNKNOWN))); in GetStartupReason()
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_preferences_test.cpp | 91 int val = preferencesUtil->ObtainInt(std::to_string(userId), defaulVal); in HWTEST_F()
|
/base/update/updateservice/services/core/ability/preference/include/ |
H A D | preferences_utils.h | 41 int ObtainInt(const std::string &key, int defValue);
|
/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 65 int TelProfileUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt() function in OHOS::Telephony::TelProfileUtil
|
/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 71 int PreferencesUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt() function in OHOS::Telephony::PreferencesUtil
|
/base/theme/screenlock_mgr/utils/src/ |
H A D | preferences_util.cpp | 69 int PreferencesUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt() function in OHOS::ScreenLock::PreferencesUtil
|
/base/telephony/telephony_data/pdp_profile/src/ |
H A D | pdp_profile_ability.cpp | 182 int preferApnId = preferencesUtil->ObtainInt(PREFER_APN_ID + GetQueryKey(queryString, "simId="), in GetPreferApn()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 1418 telProfileUtil->ObtainInt(key, getValue); in HWTEST_F()
|