/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 33 int SaveString(const std::string &key, const std::string &value);
|
/base/update/updateservice/services/core/ability/preference/src/ |
H A D | preference_utils_empty.cpp | 27 bool PreferencesUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::UpdateEngine::PreferencesUtil
|
H A D | preference_utils.cpp | 48 bool PreferencesUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::UpdateEngine::PreferencesUtil
|
/base/telephony/telephony_data/common/include/ |
H A D | preferences_util.h | 32 int SaveString(const std::string &key, const std::string &value);
|
/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 32 int SaveString(const std::string &key, const std::string &value);
|
/base/update/updateservice/services/firmware/utils/src/ |
H A D | firmware_changelog_utils.cpp | 66 preferencesUtil->SaveString(Firmware::HOTA_CURRENT_COMPONENT_ID, component.componentId); in SaveHotaCurrentVersionComponentId()
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/ |
H A D | screenlockutils_fuzzer.cpp | 44 preferencesUtil->SaveString(std::to_string(userId), stringlVal);
in FuzzScreenlockUtils()
|
/base/telephony/telephony_data/opkey/src/ |
H A D | rdb_opkey_callback.cpp | 141 return preferencesUtil->SaveString(OPKEY_CONF_CHECKSUM, checkSum); in SetPreferOpKeyConfChecksum()
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_preferences_test.cpp | 65 int result = preferencesUtil->SaveString(std::to_string(userId), defaulVal); in HWTEST_F()
|
/base/update/updateservice/services/core/ability/preference/include/ |
H A D | preferences_utils.h | 34 bool SaveString(const std::string &key, const std::string &value);
|
/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 34 int TelProfileUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::Telephony::TelProfileUtil
|
/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 40 int PreferencesUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::Telephony::PreferencesUtil
|
H A D | parser_util.cpp | 654 preferencesUtil->SaveString(key + TEMP_SUFFIX, newHash); in IsDigestChanged() 667 preferencesUtil->SaveString(key, tempHash); in RefreshDigest()
|
/base/theme/screenlock_mgr/utils/src/ |
H A D | preferences_util.cpp | 38 int PreferencesUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::ScreenLock::PreferencesUtil
|
/base/update/updateservice/services/firmware/upgrade/flow/src/ |
H A D | firmware_manager.cpp | 373 preferencesUtil_->SaveString(Firmware::UPDATE_ACTION, "upgrade"); in HandleBootUpdateSuccess() 401 preferencesUtil_->SaveString(Firmware::UPDATE_ACTION, "recovery"); in HandleBootUpdateFail()
|
/base/telephony/telephony_data/pdp_profile/src/ |
H A D | rdb_pdp_profile_helper.cpp | 240 return preferencesUtil->SaveString(APN_CONF_CHECKSUM + opkey, checkSum); in SetPreferApnConfChecksum()
|
/base/telephony/core_service/utils/common/src/ |
H A D | tel_aes_crypto_util.cpp | 80 return telProfileUtil->SaveString(key + std::to_string(id), encryptValue); in SaveEncryptString()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 1415 telProfileUtil->SaveString(key, value); in HWTEST_F()
|