/base/update/updateservice/services/firmware/common/src/ |
H A D | firmware_update_adapter.cpp | 47 DelayedSingleton<FirmwarePreferencesUtil>::GetInstance()->ObtainString(Firmware::UPDATE_ACTION, ""); in GetUpdateAction()
|
H A D | firmware_update_helper.cpp | 119 hotaVersionComponent.componentId = utils->ObtainString(Firmware::HOTA_CURRENT_COMPONENT_ID, ""); in BuildCurrentVersionInfo()
|
/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 34 std::string ObtainString(const std::string &key, const std::string &defValue);
|
/base/update/updateservice/services/core/ability/preference/src/ |
H A D | preference_utils_empty.cpp | 58 std::string PreferencesUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() function in OHOS::UpdateEngine::PreferencesUtil
|
H A D | preference_utils.cpp | 137 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 D | preferences_util.h | 33 std::string ObtainString(const std::string &key, const std::string &defValue);
|
/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 33 std::string ObtainString(const std::string &key, const std::string &defValue);
|
/base/update/updateservice/services/firmware/utils/src/ |
H A D | firmware_changelog_utils.cpp | 53 componentIds.push_back(preferencesUtil->ObtainString(Firmware::HOTA_CURRENT_COMPONENT_ID, "")); in GetCurrentVersionComponentIds()
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/ |
H A D | screenlockutils_fuzzer.cpp | 45 preferencesUtil->ObtainString(std::to_string(userId), stringlVal);
in FuzzScreenlockUtils()
|
/base/telephony/telephony_data/opkey/src/ |
H A D | rdb_opkey_callback.cpp | 126 std::string lastCheckSum = preferencesUtil->ObtainString(OPKEY_CONF_CHECKSUM, ""); in IsOpKeyDbUpdateNeeded()
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_preferences_test.cpp | 66 std::string val = preferencesUtil->ObtainString(std::to_string(userId), defaulVal); in HWTEST_F()
|
/base/update/updateservice/services/core/ability/preference/include/ |
H A D | preferences_utils.h | 40 std::string ObtainString(const std::string &key, const std::string &defValue);
|
/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 45 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 D | preferences_util.cpp | 51 std::string PreferencesUtil::ObtainString(const std::string &key, const std::string &defValue) in ObtainString() function in OHOS::Telephony::PreferencesUtil
|
H A D | parser_util.cpp | 648 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 D | preferences_util.cpp | 49 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 D | rdb_pdp_profile_helper.cpp | 225 std::string lastCheckSum = preferencesUtil->ObtainString(APN_CONF_CHECKSUM + opkey, ""); in IsApnDbUpdateNeeded()
|
/base/telephony/core_service/utils/common/src/ |
H A D | tel_aes_crypto_util.cpp | 86 std::string encryptValue = telProfileUtil->ObtainString(key + std::to_string(id), defValue); in ObtainDecryptString()
|
/base/update/updateservice/services/engine/src/ |
H A D | update_service_impl_firmware.cpp | 220 DelayedSingleton<FirmwarePreferencesUtil>::GetInstance()->ObtainString(Firmware::HOTA_CURRENT_COMPONENT_ID, ""); in GetCurrentVersionDescription()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 1416 telProfileUtil->ObtainString(key, defValue); in HWTEST_F()
|