Home
last modified time | relevance | path

Searched refs:sendEnterKeyFunc (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp116 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc) in OH_TextEditorProxy_SetSendEnterKeyFunc() argument
123 if (sendEnterKeyFunc == nullptr) { in OH_TextEditorProxy_SetSendEnterKeyFunc()
128 proxy->sendEnterKeyFunc = sendEnterKeyFunc; in OH_TextEditorProxy_SetSendEnterKeyFunc()
359 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SendEnterKeyFunc *sendEnterKeyFunc) in OH_TextEditorProxy_GetSendEnterKeyFunc() argument
365 if (sendEnterKeyFunc == nullptr) { in OH_TextEditorProxy_GetSendEnterKeyFunc()
369 *sendEnterKeyFunc = proxy->sendEnterKeyFunc; in OH_TextEditorProxy_GetSendEnterKeyFunc()
H A Dnative_text_changed_listener.cpp88 if (textEditor_->sendEnterKeyFunc == nullptr) { in SendFunctionKey()
95 textEditor_->sendEnterKeyFunc(textEditor_, enterKeyType); in SendFunctionKey()
H A Dinputmethod_controller_capi.cpp108 CHECK_MEMBER_NULL(textEditor, sendEnterKeyFunc); in IsValidTextEditorProxy()
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h354 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc);
564 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SendEnterKeyFunc *sendEnterKeyFunc);
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h54 OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A D_input_method.md134 …EditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterkeyfunc) sendEnterKeyFunc) | 将函数[OH_Tex…
149 …itorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterkeyfunc) \*sendEnterKeyFunc) | 从[InputMet…
2629 …Func (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_SendEnterKeyFunc * sendEnterKeyFunc )
2643 | sendEnterKeyFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_senden…
3079 …eyFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc )
3093 | sendEnterKeyFunc | 表示被设置到proxy的函数[OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_senden…
H A Dinputmethod__text__editor__proxy__capi_8h.md53 …EnterKeyFunc](_input_method.md#oh_texteditorproxy_sendenterkeyfunc) sendEnterKeyFunc) | 将函数[OH_Tex…
68 …terKeyFunc](_input_method.md#oh_texteditorproxy_sendenterkeyfunc) \*sendEnterKeyFunc) | 从[InputMet…
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__text__editor__proxy__capi_8h.md53 …EnterKeyFunc](_input_method.md#oh_texteditorproxy_sendenterkeyfunc) sendEnterKeyFunc) | Sets the […
68 …terKeyFunc](_input_method.md#oh_texteditorproxy_sendenterkeyfunc) \*sendEnterKeyFunc) | Obtains th…
H A D_input_method.md134 …EditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterkeyfunc) sendEnterKeyFunc) | Sets the […
149 …itorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterkeyfunc) \*sendEnterKeyFunc) | Obtains th…
2629 …Func (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_SendEnterKeyFunc * sendEnterKeyFunc )
2643 | sendEnterKeyFunc | Function [OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterke…
3079 …eyFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc )
3093 | sendEnterKeyFunc | Function [OH_TextEditorProxy_SendEnterKeyFunc](#oh_texteditorproxy_sendenterke…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp214 OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc = nullptr; in TestGetTextEditorProxyMember() local
215 … EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_GetSendEnterKeyFunc(textEditorProxy, &sendEnterKeyFunc)); in TestGetTextEditorProxyMember()
216 EXPECT_EQ(SendEnterKeyFunc, sendEnterKeyFunc); in TestGetTextEditorProxyMember()