Home
last modified time | relevance | path

Searched refs:switchFlag (Results 1 - 25 of 28) sorted by relevance

12

/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_event_normalize.cpp109 int32_t TouchEventNormalize::SetTouchpadPinchSwitch(bool switchFlag) const in SetTouchpadPinchSwitch()
111 return TouchPadTransformProcessor::SetTouchpadPinchSwitch(switchFlag); in SetTouchpadPinchSwitch()
114 void TouchEventNormalize::GetTouchpadPinchSwitch(bool &switchFlag) const in GetTouchpadPinchSwitch()
116 TouchPadTransformProcessor::GetTouchpadPinchSwitch(switchFlag); in GetTouchpadPinchSwitch()
119 int32_t TouchEventNormalize::SetTouchpadSwipeSwitch(bool switchFlag) const in SetTouchpadSwipeSwitch()
121 return TouchPadTransformProcessor::SetTouchpadSwipeSwitch(switchFlag); in SetTouchpadSwipeSwitch()
124 void TouchEventNormalize::GetTouchpadSwipeSwitch(bool &switchFlag) const in GetTouchpadSwipeSwitch()
126 TouchPadTransformProcessor::GetTouchpadSwipeSwitch(switchFlag); in GetTouchpadSwipeSwitch()
139 int32_t TouchEventNormalize::SetTouchpadThreeFingersTapSwitch(bool switchFlag) const in SetTouchpadThreeFingersTapSwitch()
141 return TouchPadTransformProcessor::SetTouchpadThreeFingersTapSwitch(switchFlag); in SetTouchpadThreeFingersTapSwitch()
[all...]
H A Dtouchpad_transform_processor.cpp541 int32_t TouchPadTransformProcessor::SetTouchpadSwipeSwitch(bool switchFlag) in SetTouchpadSwipeSwitch() argument
544 if (PutConfigDataToDatabase(name, switchFlag) != RET_OK) { in SetTouchpadSwipeSwitch()
550 switchFlag); in SetTouchpadSwipeSwitch()
554 void TouchPadTransformProcessor::GetTouchpadSwipeSwitch(bool &switchFlag) in GetTouchpadSwipeSwitch() argument
557 GetConfigDataFromDatabase(name, switchFlag); in GetTouchpadSwipeSwitch()
560 int32_t TouchPadTransformProcessor::SetTouchpadPinchSwitch(bool switchFlag) in SetTouchpadPinchSwitch() argument
563 if (PutConfigDataToDatabase(name, switchFlag) != RET_OK) { in SetTouchpadPinchSwitch()
569 switchFlag); in SetTouchpadPinchSwitch()
573 void TouchPadTransformProcessor::GetTouchpadPinchSwitch(bool &switchFlag) in GetTouchpadPinchSwitch() argument
576 GetConfigDataFromDatabase(name, switchFlag); in GetTouchpadPinchSwitch()
735 SetTouchpadThreeFingersTapSwitch(bool switchFlag) SetTouchpadThreeFingersTapSwitch() argument
746 GetTouchpadThreeFingersTapSwitch(bool &switchFlag) GetTouchpadThreeFingersTapSwitch() argument
[all...]
/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouch_event_normalize.h55 int32_t SetTouchpadPinchSwitch(bool switchFlag) const;
56 void GetTouchpadPinchSwitch(bool &switchFlag) const;
57 int32_t SetTouchpadSwipeSwitch(bool switchFlag) const;
58 void GetTouchpadSwipeSwitch(bool &switchFlag) const;
64 int32_t SetTouchpadThreeFingersTapSwitch(bool switchFlag) const;
65 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag) const;
H A Dtouchpad_transform_processor.h78 static int32_t SetTouchpadThreeFingersTapSwitch(bool switchFlag);
79 static int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag);
80 static int32_t SetTouchpadPinchSwitch(bool switchFlag);
81 static void GetTouchpadPinchSwitch(bool &switchFlag);
82 static int32_t SetTouchpadSwipeSwitch(bool switchFlag);
83 static void GetTouchpadSwipeSwitch(bool &switchFlag);
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_event_normalize.cpp217 int32_t MouseEventNormalize::SetTouchpadScrollSwitch(bool switchFlag) const in SetTouchpadScrollSwitch()
219 return MouseTransformProcessor::SetTouchpadScrollSwitch(switchFlag); in SetTouchpadScrollSwitch()
222 void MouseEventNormalize::GetTouchpadScrollSwitch(bool &switchFlag) const in GetTouchpadScrollSwitch()
224 MouseTransformProcessor::GetTouchpadScrollSwitch(switchFlag); in GetTouchpadScrollSwitch()
232 void MouseEventNormalize::GetTouchpadScrollDirection(bool &switchFlag) const in GetTouchpadScrollDirection()
234 MouseTransformProcessor::GetTouchpadScrollDirection(switchFlag); in GetTouchpadScrollDirection()
237 int32_t MouseEventNormalize::SetTouchpadTapSwitch(bool switchFlag) const in SetTouchpadTapSwitch()
239 return MouseTransformProcessor::SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
242 void MouseEventNormalize::GetTouchpadTapSwitch(bool &switchFlag) const in GetTouchpadTapSwitch()
244 MouseTransformProcessor::GetTouchpadTapSwitch(switchFlag); in GetTouchpadTapSwitch()
[all...]
H A Dmouse_transform_processor.cpp910 int32_t MouseTransformProcessor::SetTouchpadScrollSwitch(bool switchFlag) in SetTouchpadScrollSwitch() argument
913 if (PutConfigDataToDatabase(name, switchFlag) != RET_OK) { in SetTouchpadScrollSwitch()
914 MMI_HILOGE("Failed to set scroll switch flag to mem, name:%s, switchFlag:%{public}d", name.c_str(), switchFlag); in SetTouchpadScrollSwitch()
918 switchFlag); in SetTouchpadScrollSwitch()
923 void MouseTransformProcessor::GetTouchpadScrollSwitch(bool &switchFlag) in GetTouchpadScrollSwitch() argument
926 GetConfigDataFromDatabase(name, switchFlag); in GetTouchpadScrollSwitch()
949 int32_t MouseTransformProcessor::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() argument
952 if (PutConfigDataToDatabase(name, switchFlag) != RET_OK) { in SetTouchpadTapSwitch()
958 switchFlag); in SetTouchpadTapSwitch()
963 GetTouchpadTapSwitch(bool &switchFlag) GetTouchpadTapSwitch() argument
[all...]
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp444 int32_t InputManager::SetTouchpadScrollSwitch(bool switchFlag) in SetTouchpadScrollSwitch() argument
446 return InputMgrImpl.SetTouchpadScrollSwitch(switchFlag); in SetTouchpadScrollSwitch()
449 int32_t InputManager::GetTouchpadScrollSwitch(bool &switchFlag) in GetTouchpadScrollSwitch() argument
451 return InputMgrImpl.GetTouchpadScrollSwitch(switchFlag); in GetTouchpadScrollSwitch()
462 int32_t InputManager::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() argument
464 return InputMgrImpl.SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
467 int32_t InputManager::GetTouchpadTapSwitch(bool &switchFlag) in GetTouchpadTapSwitch() argument
469 return InputMgrImpl.GetTouchpadTapSwitch(switchFlag); in GetTouchpadTapSwitch()
482 int32_t InputManager::SetTouchpadPinchSwitch(bool switchFlag) in SetTouchpadPinchSwitch() argument
484 return InputMgrImpl.SetTouchpadPinchSwitch(switchFlag); in SetTouchpadPinchSwitch()
487 GetTouchpadPinchSwitch(bool &switchFlag) GetTouchpadPinchSwitch() argument
492 SetTouchpadSwipeSwitch(bool switchFlag) SetTouchpadSwipeSwitch() argument
497 GetTouchpadSwipeSwitch(bool &switchFlag) GetTouchpadSwipeSwitch() argument
639 SetTouchpadThreeFingersTapSwitch(bool switchFlag) SetTouchpadThreeFingersTapSwitch() argument
644 GetTouchpadThreeFingersTapSwitch(bool &switchFlag) GetTouchpadThreeFingersTapSwitch() argument
[all...]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dswitch_event_input_subscribe_manager_test.cpp185 bool switchFlag = true; in HWTEST_F() local
186 int32_t ret = inputManager.SetTouchpadScrollSwitch(switchFlag); in HWTEST_F()
188 switchFlag = false; in HWTEST_F()
189 ret = inputManager.SetTouchpadScrollSwitch(switchFlag); in HWTEST_F()
203 bool switchFlag = true; in HWTEST_F() local
204 int32_t ret = inputManager.GetTouchpadScrollSwitch(switchFlag); in HWTEST_F()
206 switchFlag = false; in HWTEST_F()
207 ret = inputManager.GetTouchpadScrollSwitch(switchFlag); in HWTEST_F()
H A Dinput_manager_impl_test.cpp614 bool switchFlag = true; in HWTEST_F() local
615 int32_t ret = InputMgrImpl.GetTouchpadThreeFingersTapSwitch(switchFlag); in HWTEST_F()
617 switchFlag = true; in HWTEST_F()
618 ret = InputMgrImpl.GetTouchpadThreeFingersTapSwitch(switchFlag); in HWTEST_F()
631 bool switchFlag = true; in HWTEST_F() local
632 int32_t ret = InputMgrImpl.SetTouchpadThreeFingersTapSwitch(switchFlag); in HWTEST_F()
634 switchFlag = true; in HWTEST_F()
635 ret = InputMgrImpl.SetTouchpadThreeFingersTapSwitch(switchFlag); in HWTEST_F()
/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_event_normalize.h52 int32_t SetTouchpadScrollSwitch(bool switchFlag) const;
53 void GetTouchpadScrollSwitch(bool &switchFlag) const;
56 int32_t SetTouchpadTapSwitch(bool switchFlag) const;
57 void GetTouchpadTapSwitch(bool &switchFlag) const;
H A Dmouse_transform_processor.h126 static int32_t SetTouchpadScrollSwitch(bool switchFlag);
127 static void GetTouchpadScrollSwitch(bool &switchFlag);
130 static int32_t SetTouchpadTapSwitch(bool switchFlag);
131 static void GetTouchpadTapSwitch(bool &switchFlag);
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h110 int32_t SetTouchpadScrollSwitch(bool switchFlag);
111 int32_t GetTouchpadScrollSwitch(bool &switchFlag);
114 int32_t SetTouchpadTapSwitch(bool switchFlag);
115 int32_t GetTouchpadTapSwitch(bool &switchFlag);
118 int32_t SetTouchpadPinchSwitch(bool switchFlag);
119 int32_t GetTouchpadPinchSwitch(bool &switchFlag);
120 int32_t SetTouchpadSwipeSwitch(bool switchFlag);
121 int32_t GetTouchpadSwipeSwitch(bool &switchFlag);
143 int32_t SetTouchpadThreeFingersTapSwitch(bool switchFlag);
144 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag);
[all...]
H A Di_multimodal_input_connect.h121 virtual int32_t SetTouchpadScrollSwitch(bool switchFlag) = 0;
122 virtual int32_t GetTouchpadScrollSwitch(bool &switchFlag) = 0;
125 virtual int32_t SetTouchpadTapSwitch(bool switchFlag) = 0;
126 virtual int32_t GetTouchpadTapSwitch(bool &switchFlag) = 0;
129 virtual int32_t SetTouchpadPinchSwitch(bool switchFlag) = 0;
130 virtual int32_t GetTouchpadPinchSwitch(bool &switchFlag) = 0;
131 virtual int32_t SetTouchpadSwipeSwitch(bool switchFlag) = 0;
132 virtual int32_t GetTouchpadSwipeSwitch(bool &switchFlag) = 0;
152 virtual int32_t SetTouchpadThreeFingersTapSwitch(bool switchFlag) = 0;
153 virtual int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag)
[all...]
H A Dmultimodal_input_connect_proxy.h106 int32_t SetTouchpadScrollSwitch(bool switchFlag) override;
107 int32_t GetTouchpadScrollSwitch(bool &switchFlag) override;
110 int32_t SetTouchpadTapSwitch(bool switchFlag) override;
111 int32_t GetTouchpadTapSwitch(bool &switchFlag) override;
114 int32_t SetTouchpadPinchSwitch(bool switchFlag) override;
115 int32_t GetTouchpadPinchSwitch(bool &switchFlag) override;
116 int32_t SetTouchpadSwipeSwitch(bool switchFlag) override;
117 int32_t GetTouchpadSwipeSwitch(bool &switchFlag) override;
137 int32_t SetTouchpadThreeFingersTapSwitch(bool switchFlag) override;
138 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag) overrid
[all...]
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h120 int32_t SetTouchpadScrollSwitch(bool switchFlag) override;
121 int32_t GetTouchpadScrollSwitch(bool &switchFlag) override;
124 int32_t SetTouchpadTapSwitch(bool switchFlag) override;
125 int32_t GetTouchpadTapSwitch(bool &switchFlag) override;
128 int32_t SetTouchpadPinchSwitch(bool switchFlag) override;
129 int32_t GetTouchpadPinchSwitch(bool &switchFlag) override;
130 int32_t SetTouchpadSwipeSwitch(bool switchFlag) override;
131 int32_t GetTouchpadSwipeSwitch(bool &switchFlag) override;
158 int32_t SetTouchpadThreeFingersTapSwitch(bool switchFlag) override;
159 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag) overrid
[all...]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h87 int32_t SetTouchpadThreeFingersTapSwitch(bool switchFlag);
88 int32_t GetTouchpadThreeFingersTapSwitch(bool &switchFlag);
165 int32_t SetTouchpadScrollSwitch(bool switchFlag);
166 int32_t GetTouchpadScrollSwitch(bool &switchFlag);
169 int32_t SetTouchpadTapSwitch(bool switchFlag);
170 int32_t GetTouchpadTapSwitch(bool &switchFlag);
173 int32_t SetTouchpadPinchSwitch(bool switchFlag);
174 int32_t GetTouchpadPinchSwitch(bool &switchFlag);
175 int32_t SetTouchpadSwipeSwitch(bool switchFlag);
176 int32_t GetTouchpadSwipeSwitch(bool &switchFlag);
[all...]
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h655 * @param switchFlag Indicates the touchpad scroll switch state.
659 int32_t SetTouchpadScrollSwitch(bool switchFlag);
663 * @param switchFlag Indicates the touchpad scroll switch state.
667 int32_t GetTouchpadScrollSwitch(bool &switchFlag);
687 * @param switchFlag Indicates the touchpad tap switch state.
691 int32_t SetTouchpadTapSwitch(bool switchFlag);
695 * @param switchFlag Indicates the touchpad tap switch state.
699 int32_t GetTouchpadTapSwitch(bool &switchFlag);
719 * @param switchFlag Indicates the touchpad pinch switch state.
723 int32_t SetTouchpadPinchSwitch(bool switchFlag);
[all...]
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp612 int32_t MultimodalInputConnectManager::SetTouchpadScrollSwitch(bool switchFlag) in SetTouchpadScrollSwitch() argument
616 return multimodalInputConnectService_->SetTouchpadScrollSwitch(switchFlag); in SetTouchpadScrollSwitch()
619 int32_t MultimodalInputConnectManager::GetTouchpadScrollSwitch(bool &switchFlag) in GetTouchpadScrollSwitch() argument
623 return multimodalInputConnectService_->GetTouchpadScrollSwitch(switchFlag); in GetTouchpadScrollSwitch()
640 int32_t MultimodalInputConnectManager::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() argument
644 return multimodalInputConnectService_->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
647 int32_t MultimodalInputConnectManager::GetTouchpadTapSwitch(bool &switchFlag) in GetTouchpadTapSwitch() argument
651 return multimodalInputConnectService_->GetTouchpadTapSwitch(switchFlag); in GetTouchpadTapSwitch()
668 int32_t MultimodalInputConnectManager::SetTouchpadPinchSwitch(bool switchFlag) in SetTouchpadPinchSwitch() argument
672 return multimodalInputConnectService_->SetTouchpadPinchSwitch(switchFlag); in SetTouchpadPinchSwitch()
675 GetTouchpadPinchSwitch(bool &switchFlag) GetTouchpadPinchSwitch() argument
682 SetTouchpadSwipeSwitch(bool switchFlag) SetTouchpadSwipeSwitch() argument
689 GetTouchpadSwipeSwitch(bool &switchFlag) GetTouchpadSwipeSwitch() argument
825 SetTouchpadThreeFingersTapSwitch(bool switchFlag) SetTouchpadThreeFingersTapSwitch() argument
832 GetTouchpadThreeFingersTapSwitch(bool &switchFlag) GetTouchpadThreeFingersTapSwitch() argument
[all...]
H A Dmultimodal_input_connect_stub.cpp1893 bool switchFlag = true; in StubSetTouchpadScrollSwitch() local
1894 READBOOL(data, switchFlag, IPC_PROXY_DEAD_OBJECT_ERR); in StubSetTouchpadScrollSwitch()
1895 ret = SetTouchpadScrollSwitch(switchFlag); in StubSetTouchpadScrollSwitch()
1912 bool switchFlag = true; in StubGetTouchpadScrollSwitch() local
1913 ret = GetTouchpadScrollSwitch(switchFlag); in StubGetTouchpadScrollSwitch()
1918 WRITEBOOL(reply, switchFlag, IPC_STUB_WRITE_PARCEL_ERR); in StubGetTouchpadScrollSwitch()
1919 MMI_HILOGD("Touchpad scroll switch :%{public}d, ret:%{public}d", switchFlag, ret); in StubGetTouchpadScrollSwitch()
1971 bool switchFlag = true; in StubSetTouchpadTapSwitch() local
1972 READBOOL(data, switchFlag, IPC_PROXY_DEAD_OBJECT_ERR); in StubSetTouchpadTapSwitch()
1973 ret = SetTouchpadTapSwitch(switchFlag); in StubSetTouchpadTapSwitch()
1990 bool switchFlag = true; StubGetTouchpadTapSwitch() local
2133 bool switchFlag = true; StubSetTouchpadPinchSwitch() local
2152 bool switchFlag = true; StubGetTouchpadPinchSwitch() local
2172 bool switchFlag = true; StubSetTouchpadSwipeSwitch() local
2191 bool switchFlag = true; StubGetTouchpadSwipeSwitch() local
2624 bool switchFlag = true; StubGetTouchpadThreeFingersTapSwitch() local
[all...]
H A Dmultimodal_input_connect_proxy.cpp1663 int32_t MultimodalInputConnectProxy::SetTouchpadBoolData(bool switchFlag, int32_t type) in SetTouchpadBoolData() argument
1672 WRITEBOOL(data, switchFlag, ERR_INVALID_VALUE); in SetTouchpadBoolData()
1685 int32_t MultimodalInputConnectProxy::GetTouchpadBoolData(bool &switchFlag, int32_t type) in GetTouchpadBoolData() argument
1702 READBOOL(reply, switchFlag, IPC_PROXY_DEAD_OBJECT_ERR); in GetTouchpadBoolData()
1749 int32_t MultimodalInputConnectProxy::SetTouchpadScrollSwitch(bool switchFlag) in SetTouchpadScrollSwitch() argument
1751 return SetTouchpadBoolData(switchFlag, static_cast<uint32_t>(MultimodalinputConnectInterfaceCode:: in SetTouchpadScrollSwitch()
1755 int32_t MultimodalInputConnectProxy::GetTouchpadScrollSwitch(bool &switchFlag) in GetTouchpadScrollSwitch() argument
1757 return GetTouchpadBoolData(switchFlag, static_cast<uint32_t>(MultimodalinputConnectInterfaceCode:: in GetTouchpadScrollSwitch()
1767 int32_t MultimodalInputConnectProxy::GetTouchpadScrollDirection(bool &switchFlag) in GetTouchpadScrollDirection() argument
1769 return GetTouchpadBoolData(switchFlag, static_cas in GetTouchpadScrollDirection()
1773 SetTouchpadTapSwitch(bool switchFlag) SetTouchpadTapSwitch() argument
1779 GetTouchpadTapSwitch(bool &switchFlag) GetTouchpadTapSwitch() argument
1797 SetTouchpadPinchSwitch(bool switchFlag) SetTouchpadPinchSwitch() argument
1803 GetTouchpadPinchSwitch(bool &switchFlag) GetTouchpadPinchSwitch() argument
1809 SetTouchpadSwipeSwitch(bool switchFlag) SetTouchpadSwipeSwitch() argument
1815 GetTouchpadSwipeSwitch(bool &switchFlag) GetTouchpadSwipeSwitch() argument
2372 SetTouchpadThreeFingersTapSwitch(bool switchFlag) SetTouchpadThreeFingersTapSwitch() argument
2394 GetTouchpadThreeFingersTapSwitch(bool &switchFlag) GetTouchpadThreeFingersTapSwitch() argument
[all...]
/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_manager.h91 napi_value SetTouchpadScrollSwitch(napi_env env, bool switchFlag, napi_value handle = nullptr);
95 napi_value SetTouchpadTapSwitch(napi_env env, bool switchFlag, napi_value handle = nullptr);
99 napi_value SetTouchpadPinchSwitch(napi_env env, bool switchFlag, napi_value handle = nullptr);
101 napi_value SetTouchpadSwipeSwitch(napi_env env, bool switchFlag, napi_value handle = nullptr);
108 napi_value SetTouchpadThreeFingersTapSwitch(napi_env env, bool switchFlag, napi_value handle = nullptr);
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp885 napi_value JsPointerManager::SetTouchpadScrollSwitch(napi_env env, bool switchFlag, napi_value handle) in SetTouchpadScrollSwitch() argument
888 int32_t ret = InputManager::GetInstance()->SetTouchpadScrollSwitch(switchFlag); in SetTouchpadScrollSwitch()
895 bool switchFlag = true; in GetTouchpadScrollSwitch() local
896 int32_t ret = InputManager::GetInstance()->GetTouchpadScrollSwitch(switchFlag); in GetTouchpadScrollSwitch()
897 return GetTouchpadBoolData(env, handle, switchFlag, ret); in GetTouchpadScrollSwitch()
915 napi_value JsPointerManager::SetTouchpadTapSwitch(napi_env env, bool switchFlag, napi_value handle) in SetTouchpadTapSwitch() argument
918 int32_t ret = InputManager::GetInstance()->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
925 bool switchFlag = true; in GetTouchpadTapSwitch() local
926 int32_t ret = InputManager::GetInstance()->GetTouchpadTapSwitch(switchFlag); in GetTouchpadTapSwitch()
927 return GetTouchpadBoolData(env, handle, switchFlag, re in GetTouchpadTapSwitch()
944 SetTouchpadPinchSwitch(napi_env env, bool switchFlag, napi_value handle) SetTouchpadPinchSwitch() argument
954 bool switchFlag = true; GetTouchpadPinchSwitch() local
959 SetTouchpadSwipeSwitch(napi_env env, bool switchFlag, napi_value handle) SetTouchpadSwipeSwitch() argument
969 bool switchFlag = true; GetTouchpadSwipeSwitch() local
1013 SetTouchpadThreeFingersTapSwitch(napi_env env, bool switchFlag, napi_value handle) SetTouchpadThreeFingersTapSwitch() argument
1023 bool switchFlag = true; GetTouchpadThreeFingersTapSwitch() local
[all...]
H A Djs_pointer_context.cpp1315 THROWERR_API9(env, COMMON_PARAMETER_ERROR, "switchFlag", "boolean"); in SetTouchpadBoolData()
1320 THROWERR_API9(env, COMMON_PARAMETER_ERROR, "switchFlag", "boolean"); in SetTouchpadBoolData()
1323 bool switchFlag = true; in SetTouchpadBoolData() local
1324 CHKRP(napi_get_value_bool(env, argv[0], &switchFlag), GET_VALUE_BOOL); in SetTouchpadBoolData()
1327 return func(env, switchFlag, nullptr); in SetTouchpadBoolData()
1334 return func(env, switchFlag, argv[1]); in SetTouchpadBoolData()
1400 auto func = [jsPointerMgr] (napi_env env, bool switchFlag, napi_value handle) -> napi_value { in SetTouchpadScrollSwitch()
1401 return jsPointerMgr->SetTouchpadScrollSwitch(env, switchFlag, handle); in SetTouchpadScrollSwitch()
1452 auto func = [jsPointerMgr] (napi_env env, bool switchFlag, napi_value handle) -> napi_value { in SetTouchpadTapSwitch()
1453 return jsPointerMgr->SetTouchpadTapSwitch(env, switchFlag, handl in SetTouchpadTapSwitch()
[all...]
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2835 int32_t MMIService::ReadTouchpadScrollSwich(bool &switchFlag) in ReadTouchpadScrollSwich() argument
2837 MouseEventHdr->GetTouchpadScrollSwitch(switchFlag); in ReadTouchpadScrollSwich()
2841 int32_t MMIService::ReadTouchpadScrollDirection(bool &switchFlag) in ReadTouchpadScrollDirection() argument
2843 MouseEventHdr->GetTouchpadScrollDirection(switchFlag); in ReadTouchpadScrollDirection()
2847 int32_t MMIService::ReadTouchpadTapSwitch(bool &switchFlag) in ReadTouchpadTapSwitch() argument
2849 MouseEventHdr->GetTouchpadTapSwitch(switchFlag); in ReadTouchpadTapSwitch()
2859 int32_t MMIService::ReadTouchpadPinchSwitch(bool &switchFlag) in ReadTouchpadPinchSwitch() argument
2861 TOUCH_EVENT_HDR->GetTouchpadPinchSwitch(switchFlag); in ReadTouchpadPinchSwitch()
2865 int32_t MMIService::ReadTouchpadSwipeSwitch(bool &switchFlag) in ReadTouchpadSwipeSwitch() argument
2867 TOUCH_EVENT_HDR->GetTouchpadSwipeSwitch(switchFlag); in ReadTouchpadSwipeSwitch()
2885 SetTouchpadScrollSwitch(bool switchFlag) SetTouchpadScrollSwitch() argument
2902 GetTouchpadScrollSwitch(bool &switchFlag) GetTouchpadScrollSwitch() argument
2953 SetTouchpadTapSwitch(bool switchFlag) SetTouchpadTapSwitch() argument
2970 GetTouchpadTapSwitch(bool &switchFlag) GetTouchpadTapSwitch() argument
3021 SetTouchpadPinchSwitch(bool switchFlag) SetTouchpadPinchSwitch() argument
3038 GetTouchpadPinchSwitch(bool &switchFlag) GetTouchpadPinchSwitch() argument
3055 SetTouchpadSwipeSwitch(bool switchFlag) SetTouchpadSwipeSwitch() argument
3072 GetTouchpadSwipeSwitch(bool &switchFlag) GetTouchpadSwipeSwitch() argument
3435 SetTouchpadThreeFingersTapSwitch(bool switchFlag) SetTouchpadThreeFingersTapSwitch() argument
3453 GetTouchpadThreeFingersTapSwitch(bool &switchFlag) GetTouchpadThreeFingersTapSwitch() argument
[all...]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp1870 int32_t InputManagerImpl::SetTouchpadScrollSwitch(bool switchFlag) in SetTouchpadScrollSwitch() argument
1875 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetTouchpadScrollSwitch(switchFlag); in SetTouchpadScrollSwitch()
1886 int32_t InputManagerImpl::GetTouchpadScrollSwitch(bool &switchFlag) in GetTouchpadScrollSwitch() argument
1891 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetTouchpadScrollSwitch(switchFlag); in GetTouchpadScrollSwitch()
1934 int32_t InputManagerImpl::SetTouchpadTapSwitch(bool switchFlag) in SetTouchpadTapSwitch() argument
1939 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetTouchpadTapSwitch(switchFlag); in SetTouchpadTapSwitch()
1950 int32_t InputManagerImpl::GetTouchpadTapSwitch(bool &switchFlag) in GetTouchpadTapSwitch() argument
1955 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetTouchpadTapSwitch(switchFlag); in GetTouchpadTapSwitch()
1998 int32_t InputManagerImpl::SetTouchpadPinchSwitch(bool switchFlag) in SetTouchpadPinchSwitch() argument
2003 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetTouchpadPinchSwitch(switchFlag); in SetTouchpadPinchSwitch()
2014 GetTouchpadPinchSwitch(bool &switchFlag) GetTouchpadPinchSwitch() argument
2030 SetTouchpadSwipeSwitch(bool switchFlag) SetTouchpadSwipeSwitch() argument
2046 GetTouchpadSwipeSwitch(bool &switchFlag) GetTouchpadSwipeSwitch() argument
2424 SetTouchpadThreeFingersTapSwitch(bool switchFlag) SetTouchpadThreeFingersTapSwitch() argument
2434 GetTouchpadThreeFingersTapSwitch(bool &switchFlag) GetTouchpadThreeFingersTapSwitch() argument
[all...]

Completed in 33 milliseconds

12