/ohos5.0/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 37 int SaveBool(const std::string &key, bool value);
|
/ohos5.0/base/telephony/telephony_data/common/include/ |
H A D | preferences_util.h | 36 int SaveBool(const std::string &key, bool value);
|
/ohos5.0/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 36 int SaveBool(const std::string &key, bool value);
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/include/ |
H A D | netfirewall_preference_helper.h | 50 bool SaveBool(const std::string &key, bool value);
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_preference_helper.cpp | 62 bool NetFirewallPreferenceHelper::SaveBool(const std::string &key, bool value) in SaveBool() function in OHOS::NetManagerStandard::NetFirewallPreferenceHelper
|
H A D | netfirewall_policy_manager.cpp | 60 preferencesHelper_->SaveBool(NET_FIREWALL_IS_OPEN, policy->isOpen); in SetNetFirewallPolicy()
|
/ohos5.0/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_preferences_test.cpp | 113 int result = preferencesUtil->SaveBool(std::to_string(userId), defaulVal);
|
/ohos5.0/base/update/updateservice/services/core/ability/preference/include/ |
H A D | preferences_utils.h | 36 bool SaveBool(const std::string &key, bool value);
|
/ohos5.0/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()
|
/ohos5.0/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_system_ability.cpp | 122 preferencesUtil->SaveBool(std::to_string(id), false); in OnAccountsChanged() 227 preferencesUtil->SaveBool(std::to_string(userId), false); in InitUserId() 550 preferencesUtil->SaveBool(std::to_string(userId), disable); in SetScreenLockDisabled()
|
/ohos5.0/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 79 int PreferencesUtil::SaveBool(const std::string &key, bool value) in SaveBool() function in OHOS::Telephony::PreferencesUtil
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 1416 telProfileUtil->SaveBool(key, saveBool);
|