Lines Matching refs:GetConfig
59 RetError ret = accountData->GetConfig()->SetScreenMagnificationState(state);
87 RetError ret = accountData->GetConfig()->SetShortKeyState(state);
105 RetError ret = accountData->GetConfig()->SetMouseKeyState(state);
129 RetError ret = accountData->GetConfig()->SetMouseAutoClick(time);
158 RetError ret = accountData->GetConfig()->SetShortkeyTarget(name);
186 RetError ret = accountData->GetConfig()->SetShortkeyMultiTarget(name);
206 RetError ret = accountData->GetConfig()->SetHighContrastTextState(state);
224 RetError ret = accountData->GetConfig()->SetDaltonizationState(state);
242 RetError ret = accountData->GetConfig()->SetInvertColorState(state);
257 RetError ret = accountData->GetConfig()->SetAnimationOffState(state);
285 RetError ret = accountData->GetConfig()->SetAudioMonoState(state);
311 RetError ret = accountData->GetConfig()->SetDaltonizationColorFilter(filter);
336 RetError ret = accountData->GetConfig()->SetContentTimeout(time);
367 RetError ret = accountData->GetConfig()->SetBrightnessDiscount(discount);
396 RetError ret = accountData->GetConfig()->SetAudioBalance(balance);
425 RetError ret = accountData->GetConfig()->SetClickResponseTime(time);
455 RetError ret = accountData->GetConfig()->SetIgnoreRepeatClickState(state);
485 RetError ret = accountData->GetConfig()->SetIgnoreRepeatClickTime(time);
499 accountData->GetConfig()->SetDaltonizationState(atoHosValue.daltonizationState);
502 accountData->GetConfig()->SetInvertColorState(atoHosValue.invertColor);
505 accountData->GetConfig()->SetAudioMonoState(atoHosValue.audioMono);
508 accountData->GetConfig()->SetHighContrastTextState(atoHosValue.highContrastText);
511 accountData->GetConfig()->SetIgnoreRepeatClickState(atoHosValue.ignoreRepeatClickState);
514 accountData->GetConfig()->SetShortKeyState(atoHosValue.shortcutEnabled);
518 accountData->GetConfig()->SetShortKeyTimeout(SHORT_KEY_TIMEOUT_AFTER_USE);
521 accountData->GetConfig()->SetShortKeyOnLockScreenState(true);
524 accountData->GetConfig()->SetShortKeyTimeout(SHORT_KEY_TIMEOUT_BEFORE_USE);
527 accountData->GetConfig()->SetShortKeyOnLockScreenState(atoHosValue.shortcutOnLockScreen == 1);
529 accountData->GetConfig()->SetShortKeyOnLockScreenState(atoHosValue.shortcutEnabledOnLockScreen == 1);
532 accountData->GetConfig()->SetScreenMagnificationState(atoHosValue.screenMagnificationState);
559 accountData->GetConfig()->SetAudioBalance(atoHosValue.audioBalance);
563 accountData->GetConfig()->SetClickResponseTime(static_cast<uint32_t>(atoHosValue.clickResponseTime));
567 accountData->GetConfig()->SetIgnoreRepeatClickTime(static_cast<uint32_t>(atoHosValue.ignoreRepeatClickTime));
571 accountData->GetConfig()->SetDaltonizationColorFilter(static_cast<uint32_t>(atoHosValue.displayDaltonizer));
580 accountData->GetConfig()->CloneShortkeyService(atoHosValue.isScreenReaderEnabled);
582 accountData->GetConfig()->SetStartFromAtoHosState(false);
604 state = accountData->GetConfig()->GetScreenMagnificationState();
629 state = accountData->GetConfig()->GetShortKeyState();
654 state = accountData->GetConfig()->GetMouseKeyState();
674 time = accountData->GetConfig()->GetMouseAutoClick();
695 name = accountData->GetConfig()->GetShortkeyTarget();
716 name = accountData->GetConfig()->GetShortkeyMultiTarget();
737 state = accountData->GetConfig()->GetHighContrastTextState();
758 state = accountData->GetConfig()->GetDaltonizationState();
779 state = accountData->GetConfig()->GetInvertColorState();
800 state = accountData->GetConfig()->GetAnimationOffState();
821 state = accountData->GetConfig()->GetAudioMonoState();
842 type = accountData->GetConfig()->GetDaltonizationColorFilter();
863 timer = accountData->GetConfig()->GetContentTimeout();
884 brightness = accountData->GetConfig()->GetBrightnessDiscount();
905 balance = accountData->GetConfig()->GetAudioBalance();
926 time = accountData->GetConfig()->GetClickResponseTime();
947 state = accountData->GetConfig()->GetIgnoreRepeatClickState();
968 time = accountData->GetConfig()->GetIgnoreRepeatClickTime();
986 uint32_t state = accountData->GetConfig()->GetConfigState();
1006 float audioBalance = accountData->GetConfig()->GetAudioBalance();
1026 float brightnessDiscount = accountData->GetConfig()->GetBrightnessDiscount();
1046 uint32_t contentTimeout = accountData->GetConfig()->GetContentTimeout();
1066 uint32_t daltonizationColorFilter = accountData->GetConfig()->GetDaltonizationColorFilter();
1086 int32_t mouseAutoClick = accountData->GetConfig()->GetMouseAutoClick();
1106 std::string shortkeyTarget = accountData->GetConfig()->GetShortkeyTarget();
1126 std::vector<std::string> shortkeyMultiTarget = accountData->GetConfig()->GetShortkeyMultiTarget();
1146 uint32_t time = accountData->GetConfig()->GetClickResponseTime();
1166 uint32_t time = accountData->GetConfig()->GetIgnoreRepeatClickTime();
1194 caption = accountData->GetConfig()->GetCaptionProperty();
1219 RetError ret = accountData->GetConfig()->SetCaptionProperty(caption);
1235 RetError ret = accountData->GetConfig()->SetCaptionState(state);
1259 state = accountData->GetConfig()->GetCaptionState();
1276 AccessibilityConfig::CaptionProperty caption = accountData->GetConfig()->GetCaptionProperty();