Home
last modified time | relevance | path

Searched refs:GetInputDataChannelProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp516 auto channel = GetInputDataChannelProxy(); in ShowKeyboardImplWithoutLock()
527 auto channel = GetInputDataChannelProxy(); in NotifyPanelStatusInfo()
600 auto channel = GetInputDataChannelProxy(); in InsertText()
612 auto channel = GetInputDataChannelProxy(); in DeleteForward()
623 auto channel = GetInputDataChannelProxy(); in DeleteBackward()
633 auto channel = GetInputDataChannelProxy(); in SendFunctionKey()
659 auto channel = GetInputDataChannelProxy(); in SendExtendAction()
671 auto channel = GetInputDataChannelProxy(); in GetTextBeforeCursor()
683 auto channel = GetInputDataChannelProxy(); in GetTextAfterCursor()
694 auto channel = GetInputDataChannelProxy(); in MoveCursor()
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h134 std::shared_ptr<InputDataChannelProxy> GetInputDataChannelProxy();