Home
last modified time | relevance | path

Searched refs:ObtainBool (Results 1 - 16 of 16) sorted by relevance

/base/telephony/core_service/utils/preferences/include/
H A Dtel_profile_util.h38 bool ObtainBool(const std::string &key, bool defValue);
/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils_empty.cpp68 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() function in OHOS::UpdateEngine::PreferencesUtil
H A Dpreference_utils.cpp147 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() function in OHOS::UpdateEngine::PreferencesUtil
/base/telephony/telephony_data/common/include/
H A Dpreferences_util.h37 bool ObtainBool(const std::string &key, bool defValue);
/base/theme/screenlock_mgr/utils/include/
H A Dpreferences_util.h37 bool ObtainBool(const std::string &key, bool defValue);
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/
H A Dscreenlockutils_fuzzer.cpp59 preferencesUtil->ObtainBool(std::to_string(userId), boolVal); in FuzzScreenlockUtils()
/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_manual_check_mode.cpp90 if (!utils->ObtainBool(Firmware::AUTO_DOWNLOAD_SWITCH, false)) { in GetStepAfterCheck()
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_preferences_test.cpp116 bool val = preferencesUtil->ObtainBool(std::to_string(userId), defaulVal); in HWTEST_F()
/base/update/updateservice/services/core/ability/preference/include/
H A Dpreferences_utils.h42 bool ObtainBool(const std::string &key, bool defValue);
/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp85 bool TelProfileUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() function in OHOS::Telephony::TelProfileUtil
/base/telephony/telephony_data/common/src/
H A Dpreferences_util.cpp91 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() function in OHOS::Telephony::PreferencesUtil
/base/theme/screenlock_mgr/utils/src/
H A Dpreferences_util.cpp89 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() function in OHOS::ScreenLock::PreferencesUtil
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp340 bool isDownloadSwitchOn = preferencesUtil_->ObtainBool(Firmware::AUTO_DOWNLOAD_SWITCH, false); in HandleNetChanged()
481 bool dueInitFlag = preferencesUtil_->ObtainBool(Constant::DUE_INIT_FLAG, false); in NotifyInitEvent()
/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp277 bool isAutoDownloadSwitchOn = preferencesUtil_->ObtainBool(Firmware::AUTO_DOWNLOAD_SWITCH, false); in SetUpgradePolicy()
290 bool isAutoDownloadSwitchOn = preferencesUtil_->ObtainBool(Firmware::AUTO_DOWNLOAD_SWITCH, false); in GetUpgradePolicy()
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp119 if (preferencesUtil->ObtainBool(std::to_string(id), false)) { in OnAccountsChanged()
225 if (preferencesUtil->ObtainBool(std::to_string(userId), false)) { in InitUserId()
533 isDisabled = preferencesUtil->ObtainBool(std::to_string(userId), false); in IsScreenLockDisabled()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test.cpp1420 telProfileUtil->ObtainBool(key, getBool); in HWTEST_F()

Completed in 9 milliseconds