Home
last modified time | relevance | path

Searched defs:interceptorId (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_simulate_test.cpp205 int32_t interceptorId{InputManager::GetInstance()->AddInterceptor(interceptor)}; variable
244 int32_t interceptorId = InputManager::GetInstance()->AddInterceptor(interceptor); variable
292 int32_t interceptorId = InputManager::GetInstance()->AddInterceptor(interceptor); variable
338 int32_t interceptorId{InputManager::GetInstance()->AddInterceptor(interceptor)}; variable
382 int32_t interceptorId = variable
533 int32_t interceptorId = InputManager::GetInstance()->AddInterceptor(fun); variable
/ohos5.0/foundation/multimodalinput/input/intention/adapters/test/unittest/src/
H A Dinput_adapter_test.cpp154 int32_t interceptorId = inputAdapter->AddInterceptor(callback); variable
174 int32_t interceptorId = inputAdapter->AddInterceptor(callback); variable
197 int32_t interceptorId = inputAdapter->AddInterceptor(pointerCallback, keyCallback); variable
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/removeinterceptor_fuzzer/
H A Dremoveinterceptor_fuzzer.cpp33 int32_t interceptorId = *(reinterpret_cast<const int32_t*>(data)); in RemoveInterceptorFuzzTest() local
/ohos5.0/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()
118 void InputManager::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor()
/ohos5.0/base/msdp/device_status/test/unittest/intention/adapters/src/
H A Dinput_adapter_test.cpp152 int32_t interceptorId = inputAdapter->AddInterceptor(callback); variable
172 int32_t interceptorId = inputAdapter->AddInterceptor(callback); variable
195 int32_t interceptorId = inputAdapter->AddInterceptor(pointerCallback, keyCallback); variable
345 int32_t interceptorId = inputAdapter->AddInterceptor(nullptr, nullptr); variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_interceptor_manager.cpp43 int32_t InputInterceptorManager::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor()
H A Dinput_manager_impl.cpp897 int32_t InputManagerImpl::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor()
/ohos5.0/base/msdp/device_status/intention/adapters/input_adapter/src/
H A Dinput_adapter.cpp78 …int32_t interceptorId = MMI::InputManager::GetInstance()->AddInterceptor(interceptor, DEFAULT_PRIO… in AddInterceptor() local
85 void InputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor()
/ohos5.0/foundation/multimodalinput/input/intention/adapters/input_adapter/src/
H A Dinput_adapter.cpp126 …int32_t interceptorId = MMI::InputManager::GetInstance()->AddInterceptor(interceptor, DEFAULT_PRIO… in AddInterceptor() local
133 void InputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dtest_context.cpp68 void MockInputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor()
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dtest_context.cpp68 void MockInputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor()
/ohos5.0/base/msdp/device_status/rust/subsystem/input/binding/src/
H A Dinput_binding.cpp238 void CRemoveInterceptor(int32_t interceptorId) in CRemoveInterceptor()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager_util.cpp979 int32_t interceptorId, std::shared_ptr<PointerEvent> pointerEvent) in TestInterceptorIdAndPointerEvent()
H A Dinput_manager.cpp167 void InputManager::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor()