Searched defs:isPreIme (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/ |
H A D | window_scene_helper.cpp | 243 bool WindowSceneHelper::InjectKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in InjectKeyEvent() argument
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.cpp | 409 bool AceViewOhos::ProcessKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreIme) in ProcessKeyEvent() argument 223 DispatchKeyEvent(const RefPtr<AceViewOhos>& view, const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreIme) DispatchKeyEvent() argument
|
H A D | ui_content_impl.cpp | 2357 bool UIContentImpl::ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& touchEvent, bool isPreIme) in ProcessKeyEvent() argument
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
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/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/ui_extension/ |
H A D | security_session_wrapper_impl.cpp | 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 504 bool SessionWrapperImpl::NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventAsync() argument
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 594 bool isPreIme = false; member
|
Completed in 16 milliseconds