Home
last modified time | relevance | path

Searched refs:SaveString (Results 1 - 18 of 18) sorted by relevance

/base/telephony/core_service/utils/preferences/include/
H A Dtel_profile_util.h33 int SaveString(const std::string &key, const std::string &value);
/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils_empty.cpp27 bool PreferencesUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::UpdateEngine::PreferencesUtil
H A Dpreference_utils.cpp48 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 Dpreferences_util.h32 int SaveString(const std::string &key, const std::string &value);
/base/theme/screenlock_mgr/utils/include/
H A Dpreferences_util.h32 int SaveString(const std::string &key, const std::string &value);
/base/update/updateservice/services/firmware/utils/src/
H A Dfirmware_changelog_utils.cpp66 preferencesUtil->SaveString(Firmware::HOTA_CURRENT_COMPONENT_ID, component.componentId); in SaveHotaCurrentVersionComponentId()
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/
H A Dscreenlockutils_fuzzer.cpp44 preferencesUtil->SaveString(std::to_string(userId), stringlVal); in FuzzScreenlockUtils()
/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_callback.cpp141 return preferencesUtil->SaveString(OPKEY_CONF_CHECKSUM, checkSum); in SetPreferOpKeyConfChecksum()
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_preferences_test.cpp65 int result = preferencesUtil->SaveString(std::to_string(userId), defaulVal); in HWTEST_F()
/base/update/updateservice/services/core/ability/preference/include/
H A Dpreferences_utils.h34 bool SaveString(const std::string &key, const std::string &value);
/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp34 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 Dpreferences_util.cpp40 int PreferencesUtil::SaveString(const std::string &key, const std::string &value) in SaveString() function in OHOS::Telephony::PreferencesUtil
H A Dparser_util.cpp654 preferencesUtil->SaveString(key + TEMP_SUFFIX, newHash); in IsDigestChanged()
667 preferencesUtil->SaveString(key, tempHash); in RefreshDigest()
/base/theme/screenlock_mgr/utils/src/
H A Dpreferences_util.cpp38 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 Dfirmware_manager.cpp373 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 Drdb_pdp_profile_helper.cpp240 return preferencesUtil->SaveString(APN_CONF_CHECKSUM + opkey, checkSum); in SetPreferApnConfChecksum()
/base/telephony/core_service/utils/common/src/
H A Dtel_aes_crypto_util.cpp80 return telProfileUtil->SaveString(key + std::to_string(id), encryptValue); in SaveEncryptString()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test.cpp1415 telProfileUtil->SaveString(key, value); in HWTEST_F()

Completed in 10 milliseconds