Searched refs:GESTURESENSE_WRAPPER (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/service/gesturesense_wrapper/include/ |
H A D | gesturesense_wrapper.h | 40 #define GESTURESENSE_WRAPPER ::OHOS::DelayedSingleton<GesturesenseWrapper>::GetInstance() macro
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 748 auto GetBoundingSquareness = GESTURESENSE_WRAPPER->getBoundingSquareness_; in HandleKnuckleGestureTouchMove() 762 auto touchUp = GESTURESENSE_WRAPPER->touchUp_; in HandleKnuckleGestureTouchUp()
|
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 711 GESTURESENSE_WRAPPER->touchUp_ = [](const std::vector<float> &, const std::vector<int64_t> &, bool, bool) in HWTEST_F() 715 ASSERT_NE(GESTURESENSE_WRAPPER->touchUp_, nullptr); in HWTEST_F() 3966 GESTURESENSE_WRAPPER->touchUp_ = [](const std::vector<float> &, const std::vector<int64_t> &, bool, bool) 3970 ASSERT_NE(GESTURESENSE_WRAPPER->touchUp_, nullptr); 4317 GESTURESENSE_WRAPPER->touchUp_ = [](const std::vector<float> &, const std::vector<int64_t> &, bool, bool) 4321 ASSERT_NE(GESTURESENSE_WRAPPER->touchUp_, nullptr);
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 883 GESTURESENSE_WRAPPER->InitGestureSenseWrapper(); in OnStart()
|
Completed in 14 milliseconds