Home
last modified time | relevance | path

Searched refs:touchEnabled_ (Results 1 - 5 of 5) sorted by relevance

/foundation/barrierfree/accessibility/interfaces/kits/napi/include/
H A Dnapi_accessibility_system_ability_client.h71 bool touchEnabled_ = false; member
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test2.cpp445 screenSession->touchEnabled_.store(false); in HWTEST_F()
485 screenSession->touchEnabled_.store(true); in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_system_ability_client.cpp174 callbackInfo->ret_ = asaClient->IsTouchExplorationEnabled(callbackInfo->touchEnabled_); in IsOpenTouchExploration()
175 HILOG_INFO("IsOpenTouchExploration Executing touchEnabled[%{public}d]", callbackInfo->touchEnabled_); in IsOpenTouchExploration()
205 NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, callbackInfo->touchEnabled_, &result[PARAM1])); in Completefunction()
206 HILOG_INFO("IsOpenTouchExploration completed touchEnabled_[%{public}d]", callbackInfo->touchEnabled_); in Completefunction()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h251 std::atomic<bool> touchEnabled_ { true };
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp738 touchEnabled_.store(isTouchEnabled); in SetTouchEnabledFromJs()
743 return touchEnabled_.load(); in IsTouchEnabled()

Completed in 8 milliseconds