/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 38 bool ObtainBool(const std::string &key, bool defValue);
|
/base/update/updateservice/services/core/ability/preference/src/ |
H A D | preference_utils_empty.cpp | 68 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() function in OHOS::UpdateEngine::PreferencesUtil
|
H A D | preference_utils.cpp | 147 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() function in OHOS::UpdateEngine::PreferencesUtil
|
/base/telephony/telephony_data/common/include/ |
H A D | preferences_util.h | 37 bool ObtainBool(const std::string &key, bool defValue);
|
/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 37 bool ObtainBool(const std::string &key, bool defValue);
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/ |
H A D | screenlockutils_fuzzer.cpp | 59 preferencesUtil->ObtainBool(std::to_string(userId), boolVal);
in FuzzScreenlockUtils()
|
/base/update/updateservice/services/firmware/upgrade/mode/src/ |
H A D | firmware_manual_check_mode.cpp | 90 if (!utils->ObtainBool(Firmware::AUTO_DOWNLOAD_SWITCH, false)) { in GetStepAfterCheck()
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_preferences_test.cpp | 116 bool val = preferencesUtil->ObtainBool(std::to_string(userId), defaulVal); in HWTEST_F()
|
/base/update/updateservice/services/core/ability/preference/include/ |
H A D | preferences_utils.h | 42 bool ObtainBool(const std::string &key, bool defValue);
|
/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 85 bool TelProfileUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() function in OHOS::Telephony::TelProfileUtil
|
/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 91 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool() function in OHOS::Telephony::PreferencesUtil
|
/base/theme/screenlock_mgr/utils/src/ |
H A D | preferences_util.cpp | 89 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 D | firmware_manager.cpp | 340 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 D | update_service_impl_firmware.cpp | 277 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 D | screenlock_system_ability.cpp | 119 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 D | sim_test.cpp | 1420 telProfileUtil->ObtainBool(key, getBool); in HWTEST_F()
|