Home
last modified time | relevance | path

Searched refs:configObserver (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/benchmarktest/accessibility_config_test/
H A Daccessibility_config_test.cpp78 std::shared_ptr<AccessibilityConfigObserverImpl> configObserver = in BenchmarkTestForSetScreenMagnificationState() local
84 config.SubscribeConfigObserver(CONFIG_SCREEN_MAGNIFICATION, configObserver, false); in BenchmarkTestForSetScreenMagnificationState()
90 configObserver->SetCompletePromise(complete); in BenchmarkTestForSetScreenMagnificationState()
125 std::shared_ptr<AccessibilityConfigObserverImpl> configObserver = in BenchmarkTestForSetShortkeyTarget() local
131 config.SubscribeConfigObserver(CONFIG_SHORT_KEY_TARGET, configObserver, false); in BenchmarkTestForSetShortkeyTarget()
137 configObserver->SetCompletePromise(complete); in BenchmarkTestForSetShortkeyTarget()
175 std::shared_ptr<AccessibilityConfigObserverImpl> configObserver = in BenchmarkTestForSetContentTimeout() local
181 config.SubscribeConfigObserver(CONFIG_CONTENT_TIMEOUT, configObserver, false); in BenchmarkTestForSetContentTimeout()
188 configObserver->SetCompletePromise(complete); in BenchmarkTestForSetContentTimeout()
221 std::shared_ptr<AccessibilityConfigObserverImpl> configObserver = in BenchmarkTestForSubscribeConfigObserver() local
[all …]