Home
last modified time | relevance | path

Searched refs:ObtainString (Results 1 - 20 of 20) sorted by relevance

/base/update/updateservice/services/firmware/common/src/
H A Dfirmware_update_adapter.cpp47 DelayedSingleton<FirmwarePreferencesUtil>::GetInstance()->ObtainString(Firmware::UPDATE_ACTION, ""); in GetUpdateAction()
H A Dfirmware_update_helper.cpp119 hotaVersionComponent.componentId = utils->ObtainString(Firmware::HOTA_CURRENT_COMPONENT_ID, ""); in BuildCurrentVersionInfo()
/base/telephony/core_service/utils/preferences/include/
H A Dtel_profile_util.h34 std::string ObtainString(const std::string &key, const std::string &defValue);
/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils_empty.cpp58 std::string PreferencesUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() function in OHOS::UpdateEngine::PreferencesUtil
H A Dpreference_utils.cpp137 std::string PreferencesUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() function in OHOS::UpdateEngine::PreferencesUtil
/base/telephony/telephony_data/common/include/
H A Dpreferences_util.h33 std::string ObtainString(const std::string &key, const std::string &defValue);
/base/theme/screenlock_mgr/utils/include/
H A Dpreferences_util.h33 std::string ObtainString(const std::string &key, const std::string &defValue);
/base/update/updateservice/services/firmware/utils/src/
H A Dfirmware_changelog_utils.cpp53 componentIds.push_back(preferencesUtil->ObtainString(Firmware::HOTA_CURRENT_COMPONENT_ID, "")); in GetCurrentVersionComponentIds()
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/
H A Dscreenlockutils_fuzzer.cpp45 preferencesUtil->ObtainString(std::to_string(userId), stringlVal); in FuzzScreenlockUtils()
/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_callback.cpp126 std::string lastCheckSum = preferencesUtil->ObtainString(OPKEY_CONF_CHECKSUM, ""); in IsOpKeyDbUpdateNeeded()
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_preferences_test.cpp66 std::string val = preferencesUtil->ObtainString(std::to_string(userId), defaulVal); in HWTEST_F()
/base/update/updateservice/services/core/ability/preference/include/
H A Dpreferences_utils.h40 std::string ObtainString(const std::string &key, const std::string &defValue);
/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp45 std::string TelProfileUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() function in OHOS::Telephony::TelProfileUtil
/base/telephony/telephony_data/common/src/
H A Dpreferences_util.cpp51 std::string PreferencesUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() function in OHOS::Telephony::PreferencesUtil
H A Dparser_util.cpp648 std::string oldHash = preferencesUtil->ObtainString(key, DEFAULT_PREFERENCES_STRING_VALUE); in IsDigestChanged()
665 std::string tempHash = preferencesUtil->ObtainString(key + TEMP_SUFFIX, DEFAULT_PREFERENCES_STRING_VALUE); in RefreshDigest()
/base/theme/screenlock_mgr/utils/src/
H A Dpreferences_util.cpp49 std::string PreferencesUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() function in OHOS::ScreenLock::PreferencesUtil
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp225 std::string lastCheckSum = preferencesUtil->ObtainString(APN_CONF_CHECKSUM + opkey, ""); in IsApnDbUpdateNeeded()
/base/telephony/core_service/utils/common/src/
H A Dtel_aes_crypto_util.cpp86 std::string encryptValue = telProfileUtil->ObtainString(key + std::to_string(id), defValue); in ObtainDecryptString()
/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp220 DelayedSingleton<FirmwarePreferencesUtil>::GetInstance()->ObtainString(Firmware::HOTA_CURRENT_COMPONENT_ID, ""); in GetCurrentVersionDescription()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test.cpp1416 telProfileUtil->ObtainString(key, defValue); in HWTEST_F()

Completed in 12 milliseconds