| /base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
| D | i_input_method_agent.h | 42 virtual bool DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) = 0;
|
| D | input_method_agent_proxy.h | 39 bool DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) override;
|
| D | input_method_agent_stub.h | 32 bool DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) override;
|
| D | input_method_ability.h | 69 bool DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent);
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| D | input_method_agent_stub.cpp | 96 bool isConsumed = InputMethodAbility::GetInstance()->DispatchKeyEvent(keyEvent); in DispatchKeyEventOnRemote() 100 bool InputMethodAgentStub::DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) in DispatchKeyEvent() function in OHOS::MiscServices::InputMethodAgentStub
|
| D | input_method_agent_proxy.cpp | 30 bool InputMethodAgentProxy::DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) in DispatchKeyEvent() function in OHOS::MiscServices::InputMethodAgentProxy
|
| D | input_method_ability.cpp | 280 bool InputMethodAbility::DispatchKeyEvent(const std::shared_ptr<MMI::KeyEvent> &keyEvent) in DispatchKeyEvent() function in OHOS::MiscServices::InputMethodAbility
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_editor_test.cpp | 185 …bool result = InputMethodEditorTest::inputMethodController_->DispatchKeyEvent(InputMethodEditorTes… 277 …bool result = InputMethodEditorTest::inputMethodController_->DispatchKeyEvent(InputMethodEditorTes… 312 …bool result = InputMethodEditorTest::inputMethodController_->DispatchKeyEvent(InputMethodEditorTes… 341 …bool result = InputMethodEditorTest::inputMethodController_->DispatchKeyEvent(InputMethodEditorTes…
|
| D | input_method_ability_exception_test.cpp | 252 auto ret = inputMethodAbility_->DispatchKeyEvent(keyEvent);
|
| D | input_method_controller_test.cpp | 495 bool ret = inputMethodController_->DispatchKeyEvent(keyEvent_); 515 bool ret = inputMethodController_->DispatchKeyEvent(keyEvent_); 535 bool ret = inputMethodController_->DispatchKeyEvent(keyEvent_);
|
| /base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
| D | inputmethodability_fuzzer.cpp | 116 ability->DispatchKeyEvent(keyEvent); in TestDispatchKeyEvent()
|
| /base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
| D | inputmethodcontroller_fuzzer.cpp | 64 imc->DispatchKeyEvent(keyEvent); in TestDispatchKeyEvent()
|
| /base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
| D | input_method_controller.h | 214 IMF_API bool DispatchKeyEvent(std::shared_ptr<MMI::KeyEvent> keyEvent);
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | input_method_controller.cpp | 842 bool InputMethodController::DispatchKeyEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) in DispatchKeyEvent() function in OHOS::MiscServices::InputMethodController 859 return agent_->DispatchKeyEvent(keyEvent); in DispatchKeyEvent()
|