Home
last modified time | relevance | path

Searched refs:SaveBool (Results 1 - 14 of 14) sorted by relevance

/base/telephony/core_service/utils/preferences/include/
H A Dtel_profile_util.h37 int SaveBool(const std::string &key, bool value);
/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
/base/telephony/telephony_data/common/include/
H A Dpreferences_util.h36 int SaveBool(const std::string &key, bool value);
/base/theme/screenlock_mgr/utils/include/
H A Dpreferences_util.h36 int SaveBool(const std::string &key, bool value);
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/
H A Dscreenlockutils_fuzzer.cpp58 preferencesUtil->SaveBool(std::to_string(userId), boolVal); in FuzzScreenlockUtils()
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_preferences_test.cpp115 int result = preferencesUtil->SaveBool(std::to_string(userId), defaulVal); in HWTEST_F()
/base/update/updateservice/services/core/ability/preference/include/
H A Dpreferences_utils.h36 bool SaveBool(const std::string &key, bool value);
/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
/base/telephony/telephony_data/common/src/
H A Dpreferences_util.cpp80 int PreferencesUtil::SaveBool(const std::string &key, bool value) in SaveBool() function in OHOS::Telephony::PreferencesUtil
/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
/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()
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp122 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 Dsim_test.cpp1419 telProfileUtil->SaveBool(key, saveBool); in HWTEST_F()

Completed in 9 milliseconds