Searched refs:OH_TextEditorProxy_SendEnterKeyFunc (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_text_editor_proxy_capi.h | 133 typedef void (*OH_TextEditorProxy_SendEnterKeyFunc)( typedef 354 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc); 564 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SendEnterKeyFunc *sendEnterKeyFunc);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | _input_method.md | 45 | typedef void(\* [OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterkeyfunc)) ([In… 134 …d_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_SendEnterKeyFunc](#o… 149 …OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterkeyfunc) \*sendEnterKeyFunc) | 从… 627 ### OH_TextEditorProxy_SendEnterKeyFunc subsection 630 typedef void(* OH_TextEditorProxy_SendEnterKeyFunc) (InputMethod_TextEditorProxy *textEditorProxy, … 2629 …_GetSendEnterKeyFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_SendEnterKeyFunc * s… 2634 从[InputMethod_TextEditorProxy](#inputmethod_texteditorproxy)中获取[OH_TextEditorProxy_SendEnterKeyFunc… 2643 | sendEnterKeyFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_senden… 3079 …_SetSendEnterKeyFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_SendEnterKeyFunc sen… 3093 | sendEnterKeyFunc | 表示被设置到proxy的函数[OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_senden…
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 30 | typedef void(\* [OH_TextEditorProxy_SendEnterKeyFunc](_input_method.md#oh_texteditorproxy_sendent… 53 …y](_input_method.md#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_SendEnterKeyFunc](_i… 68 …OH_TextEditorProxy_SendEnterKeyFunc](_input_method.md#oh_texteditorproxy_sendenterkeyfunc) \*sendE…
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_inputmethod_types.h | 54 OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc;
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__text__editor__proxy__capi_8h.md | 30 | typedef void(\* [OH_TextEditorProxy_SendEnterKeyFunc](_input_method.md#oh_texteditorproxy_sendent… 53 …y](_input_method.md#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_SendEnterKeyFunc](_i… 68 …OH_TextEditorProxy_SendEnterKeyFunc](_input_method.md#oh_texteditorproxy_sendenterkeyfunc) \*sendE…
|
H A D | _input_method.md | 45 | typedef void(\* [OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterkeyfunc)) ([In… 134 …d_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_SendEnterKeyFunc](#o… 149 …y, [OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterkeyfunc) \*sendEnterKeyFunc)… 627 ### OH_TextEditorProxy_SendEnterKeyFunc subsection 630 typedef void(* OH_TextEditorProxy_SendEnterKeyFunc) (InputMethod_TextEditorProxy *textEditorProxy, … 2629 …_GetSendEnterKeyFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_SendEnterKeyFunc * s… 2634 Obtains the [OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterkeyfunc) function fr… 2643 | sendEnterKeyFunc | Function [OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterke… 3079 …_SetSendEnterKeyFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_SendEnterKeyFunc sen… 3093 | sendEnterKeyFunc | Function [OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterke…
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_texteditor_proxy_capi.cpp | 116 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc) in OH_TextEditorProxy_SetSendEnterKeyFunc() 359 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SendEnterKeyFunc *sendEnterKeyFunc) in OH_TextEditorProxy_GetSendEnterKeyFunc()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 214 OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc = nullptr; in TestGetTextEditorProxyMember()
|