Lines Matching refs:config

269     std::shared_ptr<AccessibilitySettingsConfig> config = currentAccount->GetConfig();
270 if (!config) {
271 HILOG_ERROR("config is null");
276 oss << "accessible: " << config->GetEnabledState() << std::endl;
277 oss << "touchGuide: " << config->GetTouchGuideState() << std::endl;
278 oss << "gesture: " << config->GetGestureState() << std::endl;
279 oss << "keyEventObserver: " << config->GetKeyEventObserverState() << std::endl;
282 oss << "screenMagnification: " << config->GetScreenMagnificationState() << std::endl;
283 oss << "mouseKey: " << config->GetMouseKeyState() << std::endl;
284 oss << "shortKey: " << config->GetShortKeyState() << std::endl;
285 oss << "shortKeyOnLockScreen: " << config->GetShortKeyOnLockScreenState() << std::endl;
286 oss << "animationOff: " << config->GetAnimationOffState() << std::endl;
287 oss << "invertColor: " << config->GetInvertColorState() << std::endl;
288 oss << "highContrastText: " << config->GetHighContrastTextState() << std::endl;
289 oss << "audioMono: " << config->GetAudioMonoState() << std::endl;
290 oss << "shortkeyTarget: " << config->GetShortkeyTarget() << std::endl;
292 oss << "mouseAutoClick: " << config->GetMouseAutoClick() << std::endl;
293 oss << "daltonizationState: " << config->GetDaltonizationState() << std::endl;
294 oss << "daltonizationColorFilter: " << config->GetDaltonizationColorFilter() << std::endl;
295 oss << "contentTimeout: " << config->GetContentTimeout() << std::endl;
296 oss << "brightnessDiscount: " << config->GetBrightnessDiscount() << std::endl;
297 oss << "audioBalance: " << config->GetAudioBalance() << std::endl;
298 oss << "clickResponseTime: " << config->GetClickResponseTime() << std::endl;
299 oss << "ignoreRepeatClickState: " << config->GetIgnoreRepeatClickState() << std::endl;
300 oss << "ignoreRepeatClickTime: " << config->GetIgnoreRepeatClickTime() << std::endl;
303 oss << "captionState: " << config->GetCaptionState() << std::endl;
304 if (config->GetCaptionState()) {
305 AccessibilityConfig::CaptionProperty captionProperty = config->GetCaptionProperty();