Home
last modified time | relevance | path

Searched refs:RemoveInterceptor (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/multimodalinput/input/test/fuzztest/addinterceptor_fuzzer/
H A Daddinterceptor_fuzzer.cpp40 InputManager::GetInstance()->RemoveInterceptor(inceptorId); in AddInterceptorFuzzTest()
46 InputManager::GetInstance()->RemoveInterceptor(inceptorId); in AddInterceptorFuzzTest()
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_interceptor.cpp62 int32_t ret = InputMgrImpl.RemoveInterceptor(keyInterceptorId_); in Stop()
68 int32_t ret = InputMgrImpl.RemoveInterceptor(pointerInterceptorId_); in Stop()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_simulate_test.cpp214 InputManager::GetInstance()->RemoveInterceptor(interceptorId);
262 InputManager::GetInstance()->RemoveInterceptor(interceptorId);
310 InputManager::GetInstance()->RemoveInterceptor(interceptorId);
351 InputManager::GetInstance()->RemoveInterceptor(interceptorId);
401 InputManager::GetInstance()->RemoveInterceptor(interceptorId);
497 InputManager::GetInstance()->RemoveInterceptor(interceptorId1);
518 InputManager::GetInstance()->RemoveInterceptor(interceptorId2);
540 InputManager::GetInstance()->RemoveInterceptor(interceptorId);
/ohos5.0/base/msdp/device_status/test/unittest/intention/adapters/src/
H A Dinput_adapter_test.cpp154 inputAdapter->RemoveInterceptor(interceptorId);
174 inputAdapter->RemoveInterceptor(interceptorId);
197 inputAdapter->RemoveInterceptor(interceptorId);
347 inputAdapter->RemoveInterceptor(interceptorId);
/ohos5.0/foundation/multimodalinput/input/intention/adapters/test/unittest/src/
H A Dinput_adapter_test.cpp156 inputAdapter->RemoveInterceptor(interceptorId);
176 inputAdapter->RemoveInterceptor(interceptorId);
199 inputAdapter->RemoveInterceptor(interceptorId);
/ohos5.0/base/msdp/device_status/intention/adapters/input_adapter/src/
H A Dinput_adapter.cpp85 void InputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() function in OHOS::Msdp::DeviceStatus::InputAdapter
87 MMI::InputManager::GetInstance()->RemoveInterceptor(interceptorId); in RemoveInterceptor()
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/removeinterceptor_fuzzer/
H A Dremoveinterceptor_fuzzer.cpp34 InputManager::GetInstance()->RemoveInterceptor(interceptorId); in RemoveInterceptorFuzzTest()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_interceptor_manager.h35 int32_t RemoveInterceptor(int32_t interceptorId);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/
H A Dmock_ability_interceptor_executer.h43 void RemoveInterceptor(std::string interceptorName);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Dability_interceptor_executer.h43 void RemoveInterceptor(std::string interceptorName);
/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() function in OHOS::MMI::InputInterceptorManager
/ohos5.0/foundation/multimodalinput/input/intention/adapters/input_adapter/src/
H A Dinput_adapter.cpp133 void InputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() function in OHOS::Msdp::DeviceStatus::InputAdapter
135 MMI::InputManager::GetInstance()->RemoveInterceptor(interceptorId); in RemoveInterceptor()
/ohos5.0/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp338 ASSERT_NO_FATAL_FAILURE(interceptorHandler.RemoveInterceptor(interceptorFirst));
360 ASSERT_NO_FATAL_FAILURE(interceptorHandler.RemoveInterceptor(interceptorFirst));
391 ASSERT_NO_FATAL_FAILURE(interceptorHandler.RemoveInterceptor(interceptorFirst));
422 ASSERT_NO_FATAL_FAILURE(interceptorHandler.RemoveInterceptor(interceptorFirst));
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dability_interceptor_executer.cpp30 void AbilityInterceptorExecuter::RemoveInterceptor(std::string interceptorName) in RemoveInterceptor() function in OHOS::AAFwk::AbilityInterceptorExecuter
/ohos5.0/foundation/multimodalinput/input/intention/adapters/input_adapter/include/
H A Dinput_adapter.h40 void RemoveInterceptor(int32_t interceptorId) override;
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/
H A Di_input_adapter.h42 virtual void RemoveInterceptor(int32_t interceptorId) = 0;
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_input_adapter.h42 virtual void RemoveInterceptor(int32_t interceptorId) = 0;
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_input_interceptor.cpp235 inputManager_->RemoveInterceptor(interceptorId_); in UpdateInterceptor()
263 inputManager_->RemoveInterceptor(interceptorId_); in DestroyInterceptor()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_input_manager.cpp118 void InputManager::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() function in OHOS::MMI::InputManager
/ohos5.0/foundation/multimodalinput/input/service/interceptor/src/
H A Devent_interceptor_handler.cpp107 interceptors_.RemoveInterceptor(interceptor); in RemoveInputHandler()
330 void EventInterceptorHandler::InterceptorCollection::RemoveInterceptor(const SessionHandler& interc… in RemoveInterceptor() function in OHOS::MMI::EventInterceptorHandler::InterceptorCollection
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinterceptorexecuter_fuzzer/
H A Dabilitymgrinterceptorexecuter_fuzzer.cpp71 executer->RemoveInterceptor(jsonStr); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimodalinput/input/service/interceptor/include/
H A Devent_interceptor_handler.h88 void RemoveInterceptor(const SessionHandler& interceptor);
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/include/
H A Dtest_context.h45 void RemoveInterceptor(int32_t interceptorId) override;
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dtest_context.cpp68 void MockInputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() function in OHOS::Msdp::DeviceStatus::MockInputAdapter
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dtest_context.cpp68 void MockInputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() function in OHOS::Msdp::DeviceStatus::MockInputAdapter

12