/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 35 int SaveInt(const std::string &key, int value);
|
/base/update/updateservice/services/core/ability/preference/src/ |
H A D | preference_utils_empty.cpp | 32 bool PreferencesUtil::SaveInt(const std::string &key, int value) in SaveInt() function in OHOS::UpdateEngine::PreferencesUtil
|
H A D | preference_utils.cpp | 53 bool PreferencesUtil::SaveInt(const std::string &key, int value) in SaveInt() function in OHOS::UpdateEngine::PreferencesUtil
|
/base/telephony/telephony_data/common/include/ |
H A D | preferences_util.h | 34 int SaveInt(const std::string &key, int value);
|
/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 34 int SaveInt(const std::string &key, int value);
|
/base/update/updateservice/services/startup/manage/src/ |
H A D | startup_schedule.cpp | 66 DelayedSingleton<FirmwarePreferencesUtil>::GetInstance()->SaveInt(Constant::PROCESS_RESTART_REASON, in Schedule()
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/ |
H A D | screenlockutils_fuzzer.cpp | 51 preferencesUtil->SaveInt(std::to_string(userId), defaulVal);
in FuzzScreenlockUtils()
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_preferences_test.cpp | 90 int result = preferencesUtil->SaveInt(std::to_string(userId), defaulVal); in HWTEST_F()
|
/base/update/updateservice/services/core/ability/preference/include/ |
H A D | preferences_utils.h | 35 bool SaveInt(const std::string &key, int value);
|
/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 54 int TelProfileUtil::SaveInt(const std::string &key, int value) in SaveInt() function in OHOS::Telephony::TelProfileUtil
|
/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 60 int PreferencesUtil::SaveInt(const std::string &key, int value) in SaveInt() function in OHOS::Telephony::PreferencesUtil
|
/base/theme/screenlock_mgr/utils/src/ |
H A D | preferences_util.cpp | 58 int PreferencesUtil::SaveInt(const std::string &key, int value) in SaveInt() function in OHOS::ScreenLock::PreferencesUtil
|
/base/telephony/telephony_data/pdp_profile/src/ |
H A D | pdp_profile_ability.cpp | 196 return preferencesUtil->SaveInt(PREFER_APN_ID + std::to_string(simId), profileId); in SetPreferApn()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 1417 telProfileUtil->SaveInt(key, saveValue); in HWTEST_F()
|