Home
last modified time | relevance | path

Searched refs:FINGERSENSE_WRAPPER (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/service/display_state_manager/src/
H A Ddisplay_event_monitor.cpp71 CHKPV(FINGERSENSE_WRAPPER); in JudgeAction()
72 if (FINGERSENSE_WRAPPER->enableFingersense_ != nullptr) { in JudgeAction()
74 FINGERSENSE_WRAPPER->enableFingersense_(); in JudgeAction()
80 CHKPV(FINGERSENSE_WRAPPER); in JudgeAction()
81 if (FINGERSENSE_WRAPPER->disableFingerSense_ != nullptr) { in JudgeAction()
83 FINGERSENSE_WRAPPER->disableFingerSense_(); in JudgeAction()
/foundation/multimodalinput/input/service/fingersense_wrapper/include/
H A Dfingersense_wrapper.h44 #define FINGERSENSE_WRAPPER ::OHOS::DelayedSingleton<FingersenseWrapper>::GetInstance() macro
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_transform_processor.cpp123 if (FINGERSENSE_WRAPPER->setCurrentToolType_) { in NotifyFingersenseProcess()
133 FINGERSENSE_WRAPPER->setCurrentToolType_(rawTouchTmp, toolType); in NotifyFingersenseProcess()
218 if (FINGERSENSE_WRAPPER->notifyTouchUp_) { in OnEventTouchUp()
228 FINGERSENSE_WRAPPER->notifyTouchUp_(&rawTouchTmp); in OnEventTouchUp()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1088 if (FINGERSENSE_WRAPPER->sendFingerSenseDisplayMode_ == nullptr) { in UpdateDisplayInfo()
1093 FINGERSENSE_WRAPPER->sendFingerSenseDisplayMode_(static_cast<int32_t>(displayMode_)); in UpdateDisplayInfo()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp875 FINGERSENSE_WRAPPER->InitFingerSenseWrapper(); in OnStart()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp2965 FINGERSENSE_WRAPPER->sendFingerSenseDisplayMode_ = nullptr; in HWTEST_F()
2968 FINGERSENSE_WRAPPER->sendFingerSenseDisplayMode_ = FingersenseWrapperTest; in HWTEST_F()

Completed in 30 milliseconds