Home
last modified time | relevance | path

Searched refs:DispatchInputMethodEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.h40 bool DispatchInputMethodEvent(unsigned int codePoint);
H A Devent_dispatcher.cpp385 bool EventDispatcher::DispatchInputMethodEvent(unsigned int codePoint) in DispatchInputMethodEvent() function in OHOS::Ace::Platform::EventDispatcher
H A Dace_ability.cpp410 return EventDispatcher::GetInstance().DispatchInputMethodEvent(codePoint); in OnInputMethodEvent()