Home
last modified time | relevance | path

Searched refs:isPreIme (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp234 const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreIme) in DispatchKeyEvent() argument
238 return view->ProcessKeyEvent(keyEvent, isPreIme); in DispatchKeyEvent()
419 bool AceViewOhos::ProcessKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreIme) in ProcessKeyEvent() argument
424 event.isPreIme = isPreIme; in ProcessKeyEvent()
H A Dace_view_ohos.h60 … 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 Dui_content_impl.h96 …bool ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) override;
H A Dui_content_impl.cpp2417 …ContentImpl::ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& touchEvent, bool isPreIme) in ProcessKeyEvent() argument
2428 return Platform::AceViewOhos::DispatchKeyEvent(aceView, touchEvent, isPreIme); in ProcessKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.h53 …bool NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) overr…
54 …bool NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) over…
H A Dsession_wrapper.h95 …l bool NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) = 0;
96 … bool NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) = 0;
H A Dsession_wrapper_impl.h50 …bool NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) overr…
51 …bool NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) over…
H A Dsecurity_session_wrapper_impl.cpp398 const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventSync() argument
403 session_->TransferKeyEventForConsumed(keyEvent, isConsumed, isTimeout, isPreIme); in NotifyKeyEventSync()
413 const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventAsync() argument
416 session_->TransferKeyEventAsync(keyEvent, isPreIme); in NotifyKeyEventAsync()
H A Dsession_wrapper_impl.cpp401 …rapperImpl::NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventSync() argument
406 session_->TransferKeyEventForConsumed(keyEvent, isConsumed, isTimeout, isPreIme); in NotifyKeyEventSync()
417 …apperImpl::NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventAsync() argument
420 session_->TransferKeyEventAsync(keyEvent, isPreIme); in NotifyKeyEventAsync()
H A Dsecurity_ui_extension_pattern.cpp424 return sessionWrapper_->NotifyKeyEventSync(event.rawKeyEvent, event.isPreIme); in HandleKeyEvent()
H A Dui_extension_pattern.cpp978 return sessionWrapper_->NotifyKeyEventSync(event.rawKeyEvent, event.isPreIme); in DispatchKeyEventSync()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_session_wrapper_impl.cpp110 …rapperImpl::NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventSync() argument
115 …apperImpl::NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventAsync() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.h69 …static bool InjectKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme = f…
H A Dwindow_scene_helper.cpp251 …dowSceneHelper::InjectKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in InjectKeyEvent() argument
267 return OHOS::Ace::Platform::AceViewOhos::DispatchKeyEvent(aceView, keyEvent, isPreIme); in InjectKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp404 event.isPreIme = true; in DispatchKeyEvent()
406 event.isPreIme = false; in DispatchKeyEvent()
H A Dui_content_impl.h76 …bool ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) override;
H A Dui_content_impl.cpp502 …UIContentImpl::ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in ProcessKeyEvent() argument
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h48 …ETHOD2(ProcessKeyEvent, bool(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme));
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h52 …ETHOD2(ProcessKeyEvent, bool(const std::shared_ptr<OHOS::MMI::KeyEvent> &keyEvent, bool isPreIme));
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h57 …ETHOD2(ProcessKeyEvent, bool(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme));
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h138 …l ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme = false) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h594 bool isPreIme = false; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp769 if (keyEvent.isPreIme) { in OnKeyEventNode()
866 if (keyEvent.isPreIme || keyEvent.action != KeyAction::DOWN) { in OnKeyEventScope()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp653 keyEvent.isPreIme = true;
H A Dfocus_hub_test_ng_for_property_config.cpp712 keyEvent.isPreIme = true;

12