Searched refs:sendEnterKeyFunc (Results 1 – 10 of 10) sorted by relevance
/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() 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 D | native_text_changed_listener.cpp | 88 if (textEditor_->sendEnterKeyFunc == nullptr) { in SendFunctionKey() 95 textEditor_->sendEnterKeyFunc(textEditor_, enterKeyType); in SendFunctionKey()
|
H A D | inputmethod_controller_capi.cpp | 108 CHECK_MEMBER_NULL(textEditor, sendEnterKeyFunc); in IsValidTextEditorProxy()
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_text_editor_proxy_capi.h | 354 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 D | native_inputmethod_types.h | 54 OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | _input_method.md | 134 …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 D | inputmethod__text__editor__proxy__capi_8h.md | 53 …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 D | inputmethod__text__editor__proxy__capi_8h.md | 53 …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.md | 134 …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 D | inputmethod_controller_capi_test.cpp | 214 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()
|