Home
last modified time | relevance | path

Searched refs:SetTouchpadPinchSwitch (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_event_normalize_test.cpp68 TOUCH_EVENT_HDR->SetTouchpadPinchSwitch(prePinchSwitch_); in TearDown()
141 ASSERT_TRUE(TOUCH_EVENT_HDR->SetTouchpadPinchSwitch(flag) == RET_OK);
154 TOUCH_EVENT_HDR->SetTouchpadPinchSwitch(flag);
H A Dtouchpad_transform_processor_test.cpp100 g_processor_.SetTouchpadPinchSwitch(prePinchSwitch_); in TearDown()
118 ASSERT_TRUE(processor.SetTouchpadPinchSwitch(flag) == RET_OK);
133 processor.SetTouchpadPinchSwitch(flag);
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_event_normalize.cpp109 int32_t TouchEventNormalize::SetTouchpadPinchSwitch(bool switchFlag) const in SetTouchpadPinchSwitch() function in OHOS::MMI::TouchEventNormalize
111 return TouchPadTransformProcessor::SetTouchpadPinchSwitch(switchFlag); in SetTouchpadPinchSwitch()
H A Dtouchpad_transform_processor.cpp533 int32_t TouchPadTransformProcessor::SetTouchpadPinchSwitch(bool switchFlag) in SetTouchpadPinchSwitch() function in OHOS::MMI::TouchPadTransformProcessor
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouch_event_normalize.h55 int32_t SetTouchpadPinchSwitch(bool switchFlag) const;
H A Dtouchpad_transform_processor.h79 static int32_t SetTouchpadPinchSwitch(bool switchFlag);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp449 int32_t InputManager::SetTouchpadPinchSwitch(bool switchFlag) in SetTouchpadPinchSwitch() function in OHOS::MMI::InputManager
451 return InputMgrImpl.SetTouchpadPinchSwitch(switchFlag); in SetTouchpadPinchSwitch()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_context.h70 static napi_value SetTouchpadPinchSwitch(napi_env env, napi_callback_info info);
H A Djs_pointer_manager.h99 napi_value SetTouchpadPinchSwitch(napi_env env, bool switchFlag, napi_value handle = nullptr);
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp126 MMIService::GetInstance()->SetTouchpadPinchSwitch(g_switchFlag); in StubHandleAllocSocketFdFuzzTest()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h112 int32_t SetTouchpadPinchSwitch(bool switchFlag);
H A Di_multimodal_input_connect.h123 virtual int32_t SetTouchpadPinchSwitch(bool switchFlag) = 0;
H A Dmultimodal_input_connect_proxy.h108 int32_t SetTouchpadPinchSwitch(bool switchFlag) override;
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h697 int32_t SetTouchpadPinchSwitch(bool switchFlag);
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp636 int32_t MultimodalInputConnectManager::SetTouchpadPinchSwitch(bool switchFlag) in SetTouchpadPinchSwitch() function in OHOS::MMI::MultimodalInputConnectManager
640 return multimodalInputConnectService_->SetTouchpadPinchSwitch(switchFlag); in SetTouchpadPinchSwitch()
H A Dmultimodal_input_connect_proxy.cpp1693 int32_t MultimodalInputConnectProxy::SetTouchpadPinchSwitch(bool switchFlag) in SetTouchpadPinchSwitch() function in OHOS::MMI::MultimodalInputConnectProxy
H A Dmultimodal_input_connect_stub.cpp1991 ret = SetTouchpadPinchSwitch(switchFlag); in StubSetTouchpadPinchSwitch()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h165 int32_t SetTouchpadPinchSwitch(bool switchFlag);
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h122 int32_t SetTouchpadPinchSwitch(bool switchFlag) override;
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp182 InputManager::GetInstance()->SetTouchpadPinchSwitch(prePinchSwitch_); in TearDown()
1560 ASSERT_TRUE(InputManager::GetInstance()->SetTouchpadPinchSwitch(flag) == RET_OK);
1573 InputManager::GetInstance()->SetTouchpadPinchSwitch(flag);
H A Dinput_manager_test.cpp2865 int32_t result = InputManager::GetInstance()->SetTouchpadPinchSwitch(switchFlag);
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp915 napi_value JsPointerManager::SetTouchpadPinchSwitch(napi_env env, bool switchFlag, napi_value handl… in SetTouchpadPinchSwitch() function in OHOS::MMI::JsPointerManager
918 int32_t ret = InputManager::GetInstance()->SetTouchpadPinchSwitch(switchFlag); in SetTouchpadPinchSwitch()
H A Djs_pointer_context.cpp1469 napi_value JsPointerContext::SetTouchpadPinchSwitch(napi_env env, napi_callback_info info) in SetTouchpadPinchSwitch() function in OHOS::MMI::JsPointerContext
1477 return jsPointerMgr->SetTouchpadPinchSwitch(env, switchFlag, handle); in SetTouchpadPinchSwitch()
1684 DECLARE_NAPI_STATIC_FUNCTION("setTouchpadPinchSwitch", SetTouchpadPinchSwitch), in Export()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp1910 int32_t InputManagerImpl::SetTouchpadPinchSwitch(bool switchFlag) in SetTouchpadPinchSwitch() function in OHOS::MMI::InputManagerImpl
1915 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetTouchpadPinchSwitch(switchFlag); in SetTouchpadPinchSwitch()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2298 int32_t MMIService::SetTouchpadPinchSwitch(bool switchFlag) in SetTouchpadPinchSwitch() function in OHOS::MMI::MMIService
2304 …rn ::OHOS::DelayedSingleton<TouchEventNormalize>::GetInstance()->SetTouchpadPinchSwitch(switchFlag… in SetTouchpadPinchSwitch()

12