Searched refs:DispatchInputMethodEvent (Results 1 – 3 of 3) sorted by relevance
40 bool DispatchInputMethodEvent(unsigned int codePoint);
385 bool EventDispatcher::DispatchInputMethodEvent(unsigned int codePoint) in DispatchInputMethodEvent() function in OHOS::Ace::Platform::EventDispatcher
410 return EventDispatcher::GetInstance().DispatchInputMethodEvent(codePoint); in OnInputMethodEvent()