Home
last modified time | relevance | path

Searched refs:SaveInt (Results 1 - 14 of 14) sorted by relevance

/base/telephony/core_service/utils/preferences/include/
H A Dtel_profile_util.h35 int SaveInt(const std::string &key, int value);
/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils_empty.cpp32 bool PreferencesUtil::SaveInt(const std::string &key, int value) in SaveInt() function in OHOS::UpdateEngine::PreferencesUtil
H A Dpreference_utils.cpp53 bool PreferencesUtil::SaveInt(const std::string &key, int value) in SaveInt() function in OHOS::UpdateEngine::PreferencesUtil
/base/telephony/telephony_data/common/include/
H A Dpreferences_util.h34 int SaveInt(const std::string &key, int value);
/base/theme/screenlock_mgr/utils/include/
H A Dpreferences_util.h34 int SaveInt(const std::string &key, int value);
/base/update/updateservice/services/startup/manage/src/
H A Dstartup_schedule.cpp66 DelayedSingleton<FirmwarePreferencesUtil>::GetInstance()->SaveInt(Constant::PROCESS_RESTART_REASON, in Schedule()
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/
H A Dscreenlockutils_fuzzer.cpp51 preferencesUtil->SaveInt(std::to_string(userId), defaulVal); in FuzzScreenlockUtils()
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_preferences_test.cpp90 int result = preferencesUtil->SaveInt(std::to_string(userId), defaulVal); in HWTEST_F()
/base/update/updateservice/services/core/ability/preference/include/
H A Dpreferences_utils.h35 bool SaveInt(const std::string &key, int value);
/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp54 int TelProfileUtil::SaveInt(const std::string &key, int value) in SaveInt() function in OHOS::Telephony::TelProfileUtil
/base/telephony/telephony_data/common/src/
H A Dpreferences_util.cpp60 int PreferencesUtil::SaveInt(const std::string &key, int value) in SaveInt() function in OHOS::Telephony::PreferencesUtil
/base/theme/screenlock_mgr/utils/src/
H A Dpreferences_util.cpp58 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 Dpdp_profile_ability.cpp196 return preferencesUtil->SaveInt(PREFER_APN_ID + std::to_string(simId), profileId); in SetPreferApn()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test.cpp1417 telProfileUtil->SaveInt(key, saveValue); in HWTEST_F()

Completed in 8 milliseconds