Home
last modified time | relevance | path

Searched refs:GetBoolValue (Results 1 - 25 of 54) sorted by relevance

123

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings_config.cpp727 value = datashare_->GetBoolValue("AccessibilityStartFromAtoHos", true); in GetStartFromAtoHosState()
820 isShortKeyState_ = datashare_->GetBoolValue(SHORTCUT_ENABLED, true); in InitShortKeyConfig()
859 isScreenMagnificationState_ = datashare_->GetBoolValue(SCREEN_MAGNIFICATION_KEY, false); in InitSetting()
860 isMouseKeyState_= datashare_->GetBoolValue(MOUSEKEY, false); in InitSetting()
861 animationOffState_ = datashare_->GetBoolValue(ANIMATION_OFF_KEY, false); in InitSetting()
862 invertColorState_ = datashare_->GetBoolValue(INVERT_COLOR_KEY, false); in InitSetting()
863 highContrastTextState_ = datashare_->GetBoolValue(HIGH_CONTRAST_TEXT_KEY, false); in InitSetting()
864 daltonizationState_ = datashare_->GetBoolValue(DALTONIZATION_STATE, false); in InitSetting()
865 audioMonoState_ = datashare_->GetBoolValue(AUDIO_MONO_KEY, false); in InitSetting()
866 ignoreRepeatClickState_ = datashare_->GetBoolValue(IGNORE_REPEAT_CLICK_SWITC in InitSetting()
[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.cpp575 value.highContrastText = config_->GetDbHandle()->GetBoolValue(HIGH_TEXT_CONTRAST_ENABLED, false); in GetConfigValueAtoHos()
576 value.invertColor = config_->GetDbHandle()->GetBoolValue(ACCESSIBILITY_DISPLAY_INVERSION_ENABLED, false); in GetConfigValueAtoHos()
577 value.daltonizationState = config_->GetDbHandle()->GetBoolValue(ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED, false); in GetConfigValueAtoHos()
579 value.shortcutEnabled = config_->GetDbHandle()->GetBoolValue(ACCESSIBILITY_SHORTCUT_ENABLED, false); in GetConfigValueAtoHos()
588 value.ignoreRepeatClickState = config_->GetDbHandle()->GetBoolValue(IGNORE_REPEAT_CLICK_SWITCH, false); in GetConfigValueAtoHos()
590 value.screenMagnificationState = config_->GetDbHandle()->GetBoolValue(SCREEN_MAGNIFICATION_KEY, false); in GetConfigValueAtoHos()
594 value.audioMono = config_->GetDbHandle()->GetBoolValue(MASTER_MONO, false); in GetConfigValueAtoHos()
603 service->GetBoolValue(ACCESSIBILITY_SCREENREADER_ENABLED, value.isScreenReaderEnabled); in GetConfigValueAtoHos()
702 service->GetBoolValue(ACCESSIBILITY_CLONE_FLAG, cloneState); in Init()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.h51 virtual bool GetBoolValue(const std::string &key, bool defaultValue) = 0;
69 MOCK_METHOD2(GetBoolValue, bool(const std::string &key, bool defaultValue));
H A Dmock.cpp415 bool MultiModalInputPreferencesManager::GetBoolValue(const std::string &key, bool defaultValue) in GetBoolValue() function in OHOS::MultiModalInputPreferencesManager
420 return DfsMessageParcel::messageParcel->GetBoolValue(key, defaultValue); in GetBoolValue()
514 ErrCode SettingDataShare::GetBoolValue(const std::string& key, bool& value, const std::string &strUri) in GetBoolValue() function in OHOS::SettingDataShare
/foundation/multimodalinput/input/service/key_command/src/
H A Dstylus_key_handler.cpp70 .GetBoolValue(key, statusValue); in CreateStatusConfigObserver()
87 .GetBoolValue(item.statusConfig, configValue); in CreateStatusConfigObserver()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dsetting_provider_test.cpp81 * @tc.name: GetBoolValue
82 * @tc.desc: test function : GetBoolValue
85 HWTEST_F(SettingProviderTest, GetBoolValue, Function | SmallTest | Level1) in HWTEST_F()
89 EXPECT_NE(SettingProvider::GetInstance(POWER_MANAGER_SERVICE_ID).GetBoolValue(key, value), ERR_OK); in HWTEST_F()
/foundation/multimodalinput/input/test/facility/mock/include/
H A Dpreferences_manager_mock.h33 MOCK_METHOD(bool, GetBoolValue, (const std::string&, bool));
/foundation/multimodalinput/input/service/module_loader/include/
H A Di_preference_manager.h31 virtual bool GetBoolValue(const std::string &key, bool defaultValue) = 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)); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Dstream_common.h153 bool GetBoolValue() const in GetBoolValue() function
/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()
267 ErrCode ret = audioSettingProvider.GetBoolValue(muteKey, muteStatus, "system"); in GetMuteStatusInternal()
310 ErrCode ret = settingProvider.GetBoolValue(settingKey, status); in GetMuteTransferStatus()
541 ErrCode ret = settingProvider.GetBoolValue(settingKey, isMute, "secure"); in GetMicMuteState()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_setting_provider.h37 RetError GetBoolValue(const std::string& key, bool& value);
H A Daccessibility_datashare_helper.h43 bool GetBoolValue(const std::string& key, const bool& defaultValue);
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dimage_component.cpp99 fitOriginalSize_ = style->GetBoolValue(); in ApplyPrivateStyle()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dsetting_provider.h32 ErrCode GetBoolValue(const std::string& key, bool& value);
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H A Dasac_account_data_benchmark.cpp575 value.highContrastText = config_->GetDbHandle()->GetBoolValue(HIGH_TEXT_CONTRAST_ENABLED, false); in GetConfigValueAtoHos()
576 value.invertColor = config_->GetDbHandle()->GetBoolValue(ACCESSIBILITY_DISPLAY_INVERSION_ENABLED, false); in GetConfigValueAtoHos()
577 value.daltonizationState = config_->GetDbHandle()->GetBoolValue(ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED, false); in GetConfigValueAtoHos()
579 value.shortcutEnabled = config_->GetDbHandle()->GetBoolValue(ACCESSIBILITY_SHORTCUT_ENABLED, false); in GetConfigValueAtoHos()
588 value.ignoreRepeatClickState = config_->GetDbHandle()->GetBoolValue(IGNORE_REPEAT_CLICK_SWITCH, false); in GetConfigValueAtoHos()
590 value.screenMagnificationState = config_->GetDbHandle()->GetBoolValue(SCREEN_MAGNIFICATION_KEY, false); in GetConfigValueAtoHos()
594 value.audioMono = config_->GetDbHandle()->GetBoolValue(MASTER_MONO, false); in GetConfigValueAtoHos()
603 service->GetBoolValue(ACCESSIBILITY_SCREENREADER_ENABLED, value.isScreenReaderEnabled); in GetConfigValueAtoHos()
702 service->GetBoolValue(ACCESSIBILITY_CLONE_FLAG, cloneState); in Init()
/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, bool& hasAttr) in GetBoolValue() function in OHOS::Ace::Framework::JsCardParser
192 GetBoolValue(rootJson, dataJson_, nullptr, key, value, hasAttr); in GetBoolValue()
194 void GetBoolValue(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& dataJson,
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.h86 bool GetBoolValue(const std::string_view &key, bool &value) const;
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_setting_provider.cpp68 RetError AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue() function in OHOS::Accessibility::AccessibilitySettingProvider
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_setting_provider.cpp68 RetError MockAccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue() function in OHOS::Accessibility::MockAccessibilitySettingProvider
/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
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_item.h123 bool GetBoolValue() const in GetBoolValue() function in OHOS::ACELite::final
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_setting_provider.h61 ErrCode GetBoolValue(const std::string &key, bool &value, std::string tableType = "");
/foundation/multimodalinput/input/service/key_command/include/
H A Dsetting_datashare.h33 ErrCode GetBoolValue(const std::string& key, bool& value, const std::string &strUri = std::string());

Completed in 15 milliseconds

123