Home
last modified time | relevance | path

Searched refs:SaveBool (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/preferences/include/
H A Dtel_profile_util.h37 int SaveBool(const std::string &key, bool value);
/ohos5.0/base/telephony/telephony_data/common/include/
H A Dpreferences_util.h36 int SaveBool(const std::string &key, bool value);
/ohos5.0/base/theme/screenlock_mgr/utils/include/
H A Dpreferences_util.h36 int SaveBool(const std::string &key, bool value);
/ohos5.0/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils_empty.cpp37 bool PreferencesUtil::SaveBool(const std::string &key, bool value) in SaveBool() function in OHOS::UpdateEngine::PreferencesUtil
H A Dpreference_utils.cpp58 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 Dnetfirewall_preference_helper.h50 bool SaveBool(const std::string &key, bool value);
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/
H A Dscreenlockutils_fuzzer.cpp58 preferencesUtil->SaveBool(std::to_string(userId), boolVal); in FuzzScreenlockUtils()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_preference_helper.cpp62 bool NetFirewallPreferenceHelper::SaveBool(const std::string &key, bool value) in SaveBool() function in OHOS::NetManagerStandard::NetFirewallPreferenceHelper
H A Dnetfirewall_policy_manager.cpp60 preferencesHelper_->SaveBool(NET_FIREWALL_IS_OPEN, policy->isOpen); in SetNetFirewallPolicy()
/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_preferences_test.cpp113 int result = preferencesUtil->SaveBool(std::to_string(userId), defaulVal);
/ohos5.0/base/update/updateservice/services/core/ability/preference/include/
H A Dpreferences_utils.h36 bool SaveBool(const std::string &key, bool value);
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp247 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 Dscreenlock_system_ability.cpp122 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 Dpreferences_util.cpp79 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 Dpreferences_util.cpp78 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 Dtel_profile_util.cpp74 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 Dsim_test.cpp1416 telProfileUtil->SaveBool(key, saveBool);