Home
last modified time | relevance | path

Searched refs:GESTURESENSE_WRAPPER (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/gesturesense_wrapper/include/
H A Dgesturesense_wrapper.h40 #define GESTURESENSE_WRAPPER ::OHOS::DelayedSingleton<GesturesenseWrapper>::GetInstance() macro
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp748 auto GetBoundingSquareness = GESTURESENSE_WRAPPER->getBoundingSquareness_; in HandleKnuckleGestureTouchMove()
762 auto touchUp = GESTURESENSE_WRAPPER->touchUp_; in HandleKnuckleGestureTouchUp()
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp711 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 Dmmi_service.cpp883 GESTURESENSE_WRAPPER->InitGestureSenseWrapper(); in OnStart()

Completed in 14 milliseconds