Home
last modified time | relevance | path

Searched defs:interceptorId (Results 1 - 10 of 10) sorted by relevance

/foundation/multimodalinput/input/test/fuzztest/removeinterceptor_fuzzer/
H A Dremoveinterceptor_fuzzer.cpp33 int32_t interceptorId = *(reinterpret_cast<const int32_t*>(data)); in RemoveInterceptorFuzzTest() local
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_interceptor_manager.cpp43 int32_t InputInterceptorManager::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() argument
H A Dinput_manager_impl.cpp972 int32_t InputManagerImpl::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() argument
/foundation/multimodalinput/input/intention/adapters/test/unittest/src/
H A Dinput_adapter_test.cpp154 int32_t interceptorId = inputAdapter->AddInterceptor(callback); in HWTEST_F() local
174 int32_t interceptorId = inputAdapter->AddInterceptor(callback); in HWTEST_F() local
197 int32_t interceptorId = inputAdapter->AddInterceptor(pointerCallback, keyCallback); in HWTEST_F() local
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_input_manager.cpp98 int32_t InputManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptorId) in AddInterceptor() argument
118 void InputManager::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() argument
/foundation/multimodalinput/input/intention/adapters/input_adapter/src/
H A Dinput_adapter.cpp126 int32_t interceptorId = MMI::InputManager::GetInstance()->AddInterceptor(interceptor, DEFAULT_PRIORITY, tags); in AddInterceptor() local
133 void InputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() argument
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_simulate_test.cpp244 int32_t interceptorId = InputManager::GetInstance()->AddInterceptor(interceptor); in HWTEST_F() local
292 int32_t interceptorId = InputManager::GetInstance()->AddInterceptor(interceptor); HWTEST_F() local
382 int32_t interceptorId = HWTEST_F() local
533 int32_t interceptorId = InputManager::GetInstance()->AddInterceptor(fun); HWTEST_F() local
[all...]
/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dtest_context.cpp68 void MockInputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() argument
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager_util.cpp980 TestInterceptorIdAndPointerEvent( int32_t interceptorId, std::shared_ptr<PointerEvent> pointerEvent) TestInterceptorIdAndPointerEvent() argument
H A Dinput_manager.cpp194 void InputManager::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() argument

Completed in 11 milliseconds