/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.cpp | 224 const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreIme) in DispatchKeyEvent() 228 return view->ProcessKeyEvent(keyEvent, isPreIme); in DispatchKeyEvent() 409 bool AceViewOhos::ProcessKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreIme) in ProcessKeyEvent() argument 414 event.isPreIme = isPreIme; in ProcessKeyEvent() 223 DispatchKeyEvent(const RefPtr<AceViewOhos>& view, const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreIme) DispatchKeyEvent() argument
|
H A D | ace_view_ohos.h | 60 const RefPtr<AceViewOhos>& view, const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreIme = false); 88 bool ProcessKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreIme);
|
H A D | ui_content_impl.h | 91 bool ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_session_wrapper_impl.h | 53 bool NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) override; 54 bool NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) override;
|
H A D | session_wrapper.h | 95 virtual bool NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) = 0; 96 virtual bool NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) = 0;
|
H A D | session_wrapper_impl.h | 50 bool NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) override; 51 bool NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) override;
|
H A D | security_session_wrapper_impl.cpp | 390 const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventSync() 395 session_->TransferKeyEventForConsumed(keyEvent, isConsumed, isTimeout, isPreIme); in NotifyKeyEventSync() 405 const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventAsync() 408 session_->TransferKeyEventAsync(keyEvent, isPreIme); in NotifyKeyEventAsync() 389 NotifyKeyEventSync( const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) NotifyKeyEventSync() argument 404 NotifyKeyEventAsync( const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) NotifyKeyEventAsync() argument
|
H A D | session_wrapper_impl.cpp | 488 bool SessionWrapperImpl::NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventSync() argument 493 session_->TransferKeyEventForConsumed(keyEvent, isConsumed, isTimeout, isPreIme); in NotifyKeyEventSync() 504 bool SessionWrapperImpl::NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventAsync() argument 507 session_->TransferKeyEventAsync(keyEvent, isPreIme); in NotifyKeyEventAsync()
|
H A D | security_ui_extension_pattern.cpp | 404 return sessionWrapper_->NotifyKeyEventSync(event.rawKeyEvent, event.isPreIme); in HandleKeyEvent()
|
H A D | ui_extension_pattern.cpp | 830 return sessionWrapper_->NotifyKeyEventSync(event.rawKeyEvent, event.isPreIme); in DispatchKeyEventSync()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_session_wrapper_impl.cpp | 113 bool SessionWrapperImpl::NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventSync() argument 118 bool SessionWrapperImpl::NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventAsync() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/ |
H A D | window_scene_helper.h | 67 static bool InjectKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme = false);
|
H A D | window_scene_helper.cpp | 243 bool WindowSceneHelper::InjectKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in InjectKeyEvent() argument 258 return OHOS::Ace::Platform::AceViewOhos::DispatchKeyEvent(aceView, keyEvent, isPreIme); in InjectKeyEvent()
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 48 MOCK_METHOD2(ProcessKeyEvent, bool(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme));
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_ui_content.h | 52 MOCK_METHOD2(ProcessKeyEvent, bool(const std::shared_ptr<OHOS::MMI::KeyEvent> &keyEvent, bool isPreIme));
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.h | 76 bool ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) override;
|
H A D | ui_content_impl.cpp | 521 bool UIContentImpl::ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in ProcessKeyEvent() argument
|
/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_uicontent.h | 57 MOCK_METHOD2(ProcessKeyEvent, bool(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme));
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 594 bool isPreIme = false; member
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 137 virtual bool ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme = false) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 730 "code:%{private}d/action:%{public}d/isPreIme:%{public}d", 731 GetFrameName().c_str(), GetFrameId(), keyEvent.code, keyEvent.action, keyEvent.isPreIme); 777 if (keyEvent.isPreIme) { 867 if (keyEvent.isPreIme || keyEvent.action != KeyAction::DOWN) {
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 1024 "Cannot dispatch key event: code:%{private}d/action:%{public}d/isPreIme:%{public}d on node: nullptr", in DispatchKeyEventNG() 1025 event.code, event.action, event.isPreIme); in DispatchKeyEventNG() 1029 "Dispatch key event: code:%{private}d/action:%{public}d/isPreIme:%{public}d on node: %{public}s/%{public}d.", in DispatchKeyEventNG() 1030 event.code, event.action, event.isPreIme, focusNode->GetTag().c_str(), focusNode->GetId()); in DispatchKeyEventNG()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng_for_property_config.cpp | 713 keyEvent.isPreIme = true; in HWTEST_F()
|
H A D | focus_hub_test_ng.cpp | 653 keyEvent.isPreIme = true; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng.cpp | 1060 event.isPreIme = 1; in HWTEST_F()
|