/ohos5.0/foundation/multimodalinput/input/test/fuzztest/addinterceptor_fuzzer/ |
H A D | addinterceptor_fuzzer.cpp | 40 InputManager::GetInstance()->RemoveInterceptor(inceptorId); in AddInterceptorFuzzTest() 46 InputManager::GetInstance()->RemoveInterceptor(inceptorId); in AddInterceptorFuzzTest()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_interceptor.cpp | 62 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 D | input_manager_simulate_test.cpp | 214 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 D | input_adapter_test.cpp | 154 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 D | input_adapter_test.cpp | 156 inputAdapter->RemoveInterceptor(interceptorId); 176 inputAdapter->RemoveInterceptor(interceptorId); 199 inputAdapter->RemoveInterceptor(interceptorId);
|
/ohos5.0/base/msdp/device_status/intention/adapters/input_adapter/src/ |
H A D | input_adapter.cpp | 85 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 D | removeinterceptor_fuzzer.cpp | 34 InputManager::GetInstance()->RemoveInterceptor(interceptorId); in RemoveInterceptorFuzzTest()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_interceptor_manager.h | 35 int32_t RemoveInterceptor(int32_t interceptorId);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/ |
H A D | mock_ability_interceptor_executer.h | 43 void RemoveInterceptor(std::string interceptorName);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/ |
H A D | ability_interceptor_executer.h | 43 void RemoveInterceptor(std::string interceptorName);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_interceptor_manager.cpp | 43 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 D | input_adapter.cpp | 133 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 D | event_interceptor_handler_test.cpp | 338 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 D | ability_interceptor_executer.cpp | 30 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 D | input_adapter.h | 40 void RemoveInterceptor(int32_t interceptorId) override;
|
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_input_adapter.h | 42 virtual void RemoveInterceptor(int32_t interceptorId) = 0;
|
/ohos5.0/base/msdp/device_status/intention/prototype/include/ |
H A D | i_input_adapter.h | 42 virtual void RemoveInterceptor(int32_t interceptorId) = 0;
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_input_interceptor.cpp | 235 inputManager_->RemoveInterceptor(interceptorId_); in UpdateInterceptor() 263 inputManager_->RemoveInterceptor(interceptorId_); in DestroyInterceptor()
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/ |
H A D | mock_input_manager.cpp | 118 void InputManager::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() function in OHOS::MMI::InputManager
|
/ohos5.0/foundation/multimodalinput/input/service/interceptor/src/ |
H A D | event_interceptor_handler.cpp | 107 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 D | abilitymgrinterceptorexecuter_fuzzer.cpp | 71 executer->RemoveInterceptor(jsonStr); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimodalinput/input/service/interceptor/include/ |
H A D | event_interceptor_handler.h | 88 void RemoveInterceptor(const SessionHandler& interceptor);
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/include/ |
H A D | test_context.h | 45 void RemoveInterceptor(int32_t interceptorId) override;
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/src/ |
H A D | test_context.cpp | 68 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 D | test_context.cpp | 68 void MockInputAdapter::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor() function in OHOS::Msdp::DeviceStatus::MockInputAdapter
|