/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 37 int SaveBool(const std::string &key, bool value);
|
/base/update/updateservice/services/core/ability/preference/src/ |
H A D | preference_utils_empty.cpp | 37 bool PreferencesUtil::SaveBool(const std::string &key, bool value) in SaveBool() function in OHOS::UpdateEngine::PreferencesUtil
|
H A D | preference_utils.cpp | 58 bool PreferencesUtil::SaveBool(const std::string &key, bool value) in SaveBool() function in OHOS::UpdateEngine::PreferencesUtil
|
/base/telephony/telephony_data/common/include/ |
H A D | preferences_util.h | 36 int SaveBool(const std::string &key, bool value);
|
/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 36 int SaveBool(const std::string &key, bool value);
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/ |
H A D | screenlockutils_fuzzer.cpp | 58 preferencesUtil->SaveBool(std::to_string(userId), boolVal);
in FuzzScreenlockUtils()
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_preferences_test.cpp | 115 int result = preferencesUtil->SaveBool(std::to_string(userId), defaulVal); in HWTEST_F()
|
/base/update/updateservice/services/core/ability/preference/include/ |
H A D | preferences_utils.h | 36 bool SaveBool(const std::string &key, bool value);
|
/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 74 int TelProfileUtil::SaveBool(const std::string &key, bool value) in SaveBool() function in OHOS::Telephony::TelProfileUtil
|
/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 80 int PreferencesUtil::SaveBool(const std::string &key, bool value) in SaveBool() function in OHOS::Telephony::PreferencesUtil
|
/base/theme/screenlock_mgr/utils/src/ |
H A D | preferences_util.cpp | 78 int PreferencesUtil::SaveBool(const std::string &key, bool value) in SaveBool() function in OHOS::ScreenLock::PreferencesUtil
|
/base/update/updateservice/services/firmware/upgrade/flow/src/ |
H A D | firmware_manager.cpp | 247 preferencesUtil_->SaveBool(Firmware::AUTO_DOWNLOAD_SWITCH, isDownloadSwitchOn); in DoAutoDownloadSwitchChanged() 484 preferencesUtil_->SaveBool(Constant::DUE_INIT_FLAG, true); in NotifyInitEvent()
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_system_ability.cpp | 122 preferencesUtil->SaveBool(std::to_string(id), false); in OnAccountsChanged() 228 preferencesUtil->SaveBool(std::to_string(userId), false); in InitUserId() 558 preferencesUtil->SaveBool(std::to_string(userId), disable); in SetScreenLockDisabled()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 1419 telProfileUtil->SaveBool(key, saveBool); in HWTEST_F()
|