Lines Matching refs:RetError

32     RetError SetScreenMagnificationState(const bool state);
33 RetError SetShortKeyState(const bool state);
34 RetError SetMouseKeyState(const bool state);
35 RetError SetMouseAutoClick(const int32_t time);
36 RetError SetShortkeyTarget(const std::string &name);
37 RetError SetShortkeyMultiTarget(const std::vector<std::string> &name);
38 RetError SetHighContrastTextState(const bool state);
39 RetError SetInvertColorState(const bool state);
40 RetError SetAnimationOffState(const bool state);
41 RetError SetAudioMonoState(const bool state);
42 RetError SetDaltonizationState(const bool state);
43 RetError SetDaltonizationColorFilter(const uint32_t filter);
44 RetError SetContentTimeout(const uint32_t time);
45 RetError SetBrightnessDiscount(const float discount);
46 RetError SetAudioBalance(const float balance);
47 RetError SetClickResponseTime(const uint32_t time);
48 RetError SetIgnoreRepeatClickState(const bool state);
49 RetError SetIgnoreRepeatClickTime(const uint32_t time);
51 RetError GetScreenMagnificationState(bool &state);
52 RetError GetShortKeyState(bool &state);
53 RetError GetMouseKeyState(bool &state);
54 RetError GetMouseAutoClick(int32_t &time);
55 RetError GetShortkeyTarget(std::string &name);
56 RetError GetShortkeyMultiTarget(std::vector<std::string> &name);
57 RetError GetHighContrastTextState(bool &state);
58 RetError GetInvertColorState(bool &state);
59 RetError GetAnimationOffState(bool &state);
60 RetError GetAudioMonoState(bool &state);
61 RetError GetDaltonizationState(bool &state);
62 RetError GetDaltonizationColorFilter(uint32_t &type);
63 RetError GetContentTimeout(uint32_t &timer);
64 RetError GetBrightnessDiscount(float &brightness);
65 RetError GetAudioBalance(float &balance);
66 RetError GetClickResponseTime(uint32_t &time);
67 RetError GetIgnoreRepeatClickState(bool &state);
68 RetError GetIgnoreRepeatClickTime(uint32_t &time);
83 RetError GetCaptionProperty(AccessibilityConfig::CaptionProperty &caption);
84 RetError SetCaptionProperty(const AccessibilityConfig::CaptionProperty &caption);
85 RetError SetCaptionState(const bool state);
86 RetError GetCaptionState(bool &state);