/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_settings_config.cpp | 727 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 D | accessibility_setting_provider.cpp | 83 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 D | accessibility_account_data.cpp | 575 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 D | mock.h | 51 virtual bool GetBoolValue(const std::string &key, bool defaultValue) = 0; 69 MOCK_METHOD2(GetBoolValue, bool(const std::string &key, bool defaultValue));
|
H A D | mock.cpp | 415 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 D | stylus_key_handler.cpp | 70 .GetBoolValue(key, statusValue); in CreateStatusConfigObserver() 87 .GetBoolValue(item.statusConfig, configValue); in CreateStatusConfigObserver()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | setting_provider_test.cpp | 81 * @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 D | preferences_manager_mock.h | 33 MOCK_METHOD(bool, GetBoolValue, (const std::string&, bool));
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | i_preference_manager.h | 31 virtual bool GetBoolValue(const std::string &key, bool defaultValue) = 0;
|
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touchpad_gesture_test.cpp | 70 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 D | stream_common.h | 153 bool GetBoolValue() const in GetBoolValue() function
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/ |
H A D | volume_data_maintainer.cpp | 113 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 D | accessibility_setting_provider.h | 37 RetError GetBoolValue(const std::string& key, bool& value);
|
H A D | accessibility_datashare_helper.h | 43 bool GetBoolValue(const std::string& key, const bool& defaultValue);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | image_component.cpp | 99 fitOriginalSize_ = style->GetBoolValue(); in ApplyPrivateStyle()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | setting_provider.h | 32 ErrCode GetBoolValue(const std::string& key, bool& value);
|
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/ |
H A D | asac_account_data_benchmark.cpp | 575 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 D | js_card_parser.h | 190 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 D | scene_format.h | 86 bool GetBoolValue(const std::string_view &key, bool &value) const;
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_setting_provider.cpp | 68 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 D | mock_mt_accessibility_setting_provider.cpp | 68 RetError MockAccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue() function in OHOS::Accessibility::MockAccessibilitySettingProvider
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_accessibility_setting_provider.cpp | 64 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 D | app_style_item.h | 123 bool GetBoolValue() const in GetBoolValue() function in OHOS::ACELite::final
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/ |
H A D | audio_setting_provider.h | 61 ErrCode GetBoolValue(const std::string &key, bool &value, std::string tableType = "");
|
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | setting_datashare.h | 33 ErrCode GetBoolValue(const std::string& key, bool& value, const std::string &strUri = std::string());
|