Home
last modified time | relevance | path

Searched refs:MockInputAdapter (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dtest_context.cpp39 int32_t MockInputAdapter::AddMonitor(std::function<void(std::shared_ptr<MMI::PointerEvent>)> callback) in AddMonitor()
44 int32_t MockInputAdapter::AddMonitor(std::function<void(std::shared_ptr<MMI::KeyEvent>)> callback) in AddMonitor()
49 void MockInputAdapter::RemoveMonitor(int32_t monitorId) in RemoveMonitor()
52 int32_t MockInputAdapter::AddInterceptor(std::function<void(std::shared_ptr<MMI::PointerEvent>)> pointerCb) in AddInterceptor()
57 int32_t MockInputAdapter::AddInterceptor(std::function<void(std::shared_ptr<MMI::KeyEvent>)> keyCb) in AddInterceptor()
62 int32_t MockInputAdapter::AddInterceptor(std::function<void(std::shared_ptr<MMI::PointerEvent>)> pointerCb, in AddInterceptor()
68 void MockInputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor()
71 int32_t MockInputAdapter::AddFilter(std::function<bool(std::shared_ptr<MMI::PointerEvent>)> callback) in AddFilter()
76 void MockInputAdapter::RemoveFilter(int32_t filterId) in RemoveFilter()
79 int32_t MockInputAdapter
[all...]
/foundation/multimodalinput/input/intention/cooperate/test/include/
H A Dtest_context.h35 class MockInputAdapter : public IInputAdapter { class

Completed in 2 milliseconds