Searched defs:isPreIme (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_session_wrapper_impl.cpp | 110 …rapperImpl::NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventSync() 115 …apperImpl::NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventAsync()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.cpp | 234 const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreIme) in DispatchKeyEvent() 419 bool AceViewOhos::ProcessKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreIme) in ProcessKeyEvent()
|
H A D | ui_content_impl.cpp | 2417 …ContentImpl::ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& touchEvent, bool isPreIme) in ProcessKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/ |
H A D | window_scene_helper.cpp | 251 …dowSceneHelper::InjectKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in InjectKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_session_wrapper_impl.cpp | 398 const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventSync() 413 const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventAsync()
|
H A D | session_wrapper_impl.cpp | 401 …rapperImpl::NotifyKeyEventSync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventSync() 417 …apperImpl::NotifyKeyEventAsync(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in NotifyKeyEventAsync()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.cpp | 502 …UIContentImpl::ProcessKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent, bool isPreIme) in ProcessKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 594 bool isPreIme = false; member
|