Home
last modified time | relevance | path

Searched refs:isPreIme (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp224 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 Dace_view_ohos.h60 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 Dui_content_impl.h91 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 Dsecurity_session_wrapper_impl.h53 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 Dsession_wrapper.h95 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 Dsession_wrapper_impl.h50 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 Dsecurity_session_wrapper_impl.cpp390 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 Dsession_wrapper_impl.cpp488 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 Dsecurity_ui_extension_pattern.cpp404 return sessionWrapper_->NotifyKeyEventSync(event.rawKeyEvent, event.isPreIme); in HandleKeyEvent()
H A Dui_extension_pattern.cpp830 return sessionWrapper_->NotifyKeyEventSync(event.rawKeyEvent, event.isPreIme); in DispatchKeyEventSync()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_session_wrapper_impl.cpp113 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 Dwindow_scene_helper.h67 static bool InjectKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme = false);
H A Dwindow_scene_helper.cpp243 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 Dmock_uicontent.h48 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 Dmock_ui_content.h52 MOCK_METHOD2(ProcessKeyEvent, bool(const std::shared_ptr<OHOS::MMI::KeyEvent> &keyEvent, bool isPreIme));
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h76 bool ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) override;
H A Dui_content_impl.cpp521 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 Dmock_uicontent.h57 MOCK_METHOD2(ProcessKeyEvent, bool(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme));
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h594 bool isPreIme = false; member
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h137 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 Dfocus_hub.cpp730 "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 Devent_manager.cpp1024 "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 Dfocus_hub_test_ng_for_property_config.cpp713 keyEvent.isPreIme = true; in HWTEST_F()
H A Dfocus_hub_test_ng.cpp653 keyEvent.isPreIme = true; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1060 event.isPreIme = 1; in HWTEST_F()

Completed in 31 milliseconds

12