Home
last modified time | relevance | path

Searched refs:GetBoolValue (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings_config.cpp733 value = datashare_->GetBoolValue("AccessibilityStartFromAtoHos", true); in GetStartToHosState()
826 isShortKeyState_ = datashare_->GetBoolValue(SHORTCUT_ENABLED, true); in InitShortKeyConfig()
880 isMouseKeyState_= datashare_->GetBoolValue(MOUSEKEY, false); in InitSetting()
881 animationOffState_ = datashare_->GetBoolValue(ANIMATION_OFF_KEY, false); in InitSetting()
882 invertColorState_ = datashare_->GetBoolValue(INVERT_COLOR_KEY, false); in InitSetting()
884 daltonizationState_ = datashare_->GetBoolValue(DALTONIZATION_STATE, false); in InitSetting()
885 audioMonoState_ = datashare_->GetBoolValue(AUDIO_MONO_KEY, false); in InitSetting()
908 enabled_ = datashare_->GetBoolValue(ACCESSIBILITY, false); in InitCapability()
909 eventTouchGuideState_ = datashare_->GetBoolValue(TOUCH_GUIDE_STATE, false); in InitCapability()
910 gesturesSimulation_ = datashare_->GetBoolValue(GESTURE_KEY, false); in InitCapability()
[all …]
H A Daccessibility_setting_provider.cpp83 RetError AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue() function in OHOS::Accessibility::AccessibilitySettingProvider
85 value = AccessibilityDatashareHelper::GetBoolValue(key, 0); in GetBoolValue()
H A Daccessibility_account_data.cpp576 … value.highContrastText = config_->GetDbHandle()->GetBoolValue(HIGH_TEXT_CONTRAST_ENABLED, false); in GetConfigValueAtoHos()
577 …value.invertColor = config_->GetDbHandle()->GetBoolValue(ACCESSIBILITY_DISPLAY_INVERSION_ENABLED, … in GetConfigValueAtoHos()
578 …value.daltonizationState = config_->GetDbHandle()->GetBoolValue(ACCESSIBILITY_DISPLAY_DALTONIZER_E… in GetConfigValueAtoHos()
580 …value.shortcutEnabled = config_->GetDbHandle()->GetBoolValue(ACCESSIBILITY_SHORTCUT_ENABLED, true); in GetConfigValueAtoHos()
581 value.shortcutEnabledOnLockScreen = config_->GetDbHandle()->GetBoolValue( in GetConfigValueAtoHos()
586 …value.ignoreRepeatClickState = config_->GetDbHandle()->GetBoolValue(IGNORE_REPEAT_CLICK_SWITCH, fa… in GetConfigValueAtoHos()
588 …value.screenMagnificationState = config_->GetDbHandle()->GetBoolValue(SCREEN_MAGNIFICATION_KEY, fa… in GetConfigValueAtoHos()
592 value.audioMono = config_->GetDbHandle()->GetBoolValue(MASTER_MONO, false); in GetConfigValueAtoHos()
602 service->GetBoolValue(ACCESSIBILITY_SCREENREADER_ENABLED, value.isScreenReaderEnabled); in GetConfigValueAtoHos()
699 service->GetBoolValue(ACCESSIBILITY_CLONE_FLAG, cloneState); in Init()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.h51 virtual bool GetBoolValue(const std::string &key, bool defaultValue) = 0;
67 MOCK_METHOD2(GetBoolValue, bool(const std::string &key, bool defaultValue));
H A Dmock.cpp486 bool MultiModalInputPreferencesManager::GetBoolValue(const std::string &key, bool defaultValue) in GetBoolValue() function in OHOS::MultiModalInputPreferencesManager
491 return DfsMessageParcel::messageParcel->GetBoolValue(key, defaultValue); in GetBoolValue()
585 ErrCode SettingDataShare::GetBoolValue(const std::string& key, bool& value, const std::string &strU… in GetBoolValue() function in OHOS::SettingDataShare
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp77 EXPECT_TRUE(attrs2.GetBoolValue(Attributes::ATTR_RESULT_CODE, boolValue));
80 EXPECT_TRUE(attrs2.GetBoolValue(Attributes::ATTR_SIGNATURE, boolValue));
112 EXPECT_TRUE(attrs.GetBoolValue(Attributes::ATTR_RESULT_CODE, value1));
113 EXPECT_TRUE(attrs.GetBoolValue(Attributes::ATTR_SIGNATURE, value2));
307 EXPECT_FALSE(attrs.GetBoolValue(Attributes::ATTR_TEMPLATE_ID_LIST, value));
336 EXPECT_TRUE(attrs1.GetBoolValue(Attributes::ATTR_RESULT_CODE, value));
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_dump_helper.cpp101 result.append(GetBoolValue(dataRoamingEnabled)); in ShowCellularDataInfo()
108 result.append(GetBoolValue(dataEnabled)); in ShowCellularDataInfo()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dsetting_provider_test.cpp85 HWTEST_F(SettingProviderTest, GetBoolValue, Function | SmallTest | Level1)
89 …EXPECT_NE(SettingProvider::GetInstance(POWER_MANAGER_SERVICE_ID).GetBoolValue(key, value), ERR_OK);
/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H A Darea_policy.cpp104 if (!CJsonUtil::GetBoolValue(config, allowSysUeKey, allowSysUeValue)) { in ParseAllowedInfo()
112 if (!CJsonUtil::GetBoolValue(config, allowUeKey, allowUeValue)) { in ParseAllowedInfo()
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dstylus_key_handler.cpp70 .GetBoolValue(key, statusValue); in CreateStatusConfigObserver()
87 .GetBoolValue(item.statusConfig, configVlaue); in CreateStatusConfigObserver()
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_dump_helper.cpp79 … result.append(GetBoolValue(DelayedSingleton<CoreService>::GetInstance()->IsSimActive(i))); in ShowCoreServiceInfo()
81 … result.append(GetBoolValue(DelayedSingleton<CoreService>::GetInstance()->IsNrSupported(i))); in ShowCoreServiceInfo()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Dvolume_data_maintainer.cpp113 ErrCode ret = settingProvider.GetBoolValue(settingKey, value); in GetFirstBoot()
277 ErrCode ret = audioSettingProvider.GetBoolValue(muteKey, muteStatus, "system"); in GetMuteStatusInternal()
320 ErrCode ret = settingProvider.GetBoolValue(settingKey, status); in GetMuteTransferStatus()
555 ErrCode ret = settingProvider.GetBoolValue(settingKey, isMute, "secure"); in GetMicMuteState()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_type_convert_test.cpp46 EXPECT_EQ(GetBoolValue(0), "FALSE");
47 EXPECT_EQ(GetBoolValue(1), "TRUE");
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dcjson_util.h91 bool GetBoolValue(const cJSON* json, const std::string& key, bool& value);
/ohos5.0/foundation/multimodalinput/input/test/facility/mock/include/
H A Dpreferences_manager_mock.h33 MOCK_METHOD(bool, GetBoolValue, (const std::string&, bool));
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Di_preference_manager.h31 virtual bool GetBoolValue(const std::string &key, bool defaultValue) = 0;
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_gesture_test.cpp70 EXPECT_CALL(*PREFERENCES_MGR_MOCK, GetBoolValue).WillOnce(Return(true));
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_value.h49 [[nodiscard]] bool GetBoolValue() const;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Dstream_common.h153 bool GetBoolValue() const in GetBoolValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h190 …void GetBoolValue(const std::unique_ptr<JsonValue>& rootJson, const std::string& key, bool& value,… in GetBoolValue() function
192 GetBoolValue(rootJson, dataJson_, nullptr, key, value, hasAttr); in GetBoolValue()
194 …void GetBoolValue(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& da…
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_setting_provider.h38 RetError GetBoolValue(const std::string& key, bool& value);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsetting_provider.h32 ErrCode GetBoolValue(const std::string& key, bool& value);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dimage_component.cpp99 fitOriginalSize_ = style->GetBoolValue(); in ApplyPrivateStyle()
/ohos5.0/base/telephony/core_service/utils/
H A Dlibtel_common.versionscript28 "OHOS::Telephony::GetBoolValue(int)";
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_setting_provider.cpp64 RetError AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue() function in OHOS::Accessibility::AccessibilitySettingProvider

1234