Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp233 …hod_TextEditorProxy *proxy, OH_TextEditorProxy_ReceivePrivateCommandFunc receivePrivateCommandFunc) in OH_TextEditorProxy_SetReceivePrivateCommandFunc() argument
240 if (receivePrivateCommandFunc == nullptr) { in OH_TextEditorProxy_SetReceivePrivateCommandFunc()
245 proxy->receivePrivateCommandFunc = receivePrivateCommandFunc; in OH_TextEditorProxy_SetReceivePrivateCommandFunc()
464 …od_TextEditorProxy *proxy, OH_TextEditorProxy_ReceivePrivateCommandFunc *receivePrivateCommandFunc) in OH_TextEditorProxy_GetReceivePrivateCommandFunc() argument
470 if (receivePrivateCommandFunc == nullptr) { in OH_TextEditorProxy_GetReceivePrivateCommandFunc()
474 *receivePrivateCommandFunc = proxy->receivePrivateCommandFunc; in OH_TextEditorProxy_GetReceivePrivateCommandFunc()
H A Dnative_text_changed_listener.cpp227 if (textEditor_->receivePrivateCommandFunc == nullptr) { in ReceivePrivateCommand()
246 …auto errCode = textEditor_->receivePrivateCommandFunc(textEditor_, command, privateCommand.size()); in ReceivePrivateCommand()
H A Dinputmethod_controller_capi.cpp115 CHECK_MEMBER_NULL(textEditor, receivePrivateCommandFunc); in IsValidTextEditorProxy()
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h451 …od_TextEditorProxy *proxy, OH_TextEditorProxy_ReceivePrivateCommandFunc receivePrivateCommandFunc);
668 …d_TextEditorProxy *proxy, OH_TextEditorProxy_ReceivePrivateCommandFunc *receivePrivateCommandFunc);
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h61 OH_TextEditorProxy_ReceivePrivateCommandFunc receivePrivateCommandFunc; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A D_input_method.md141 …vateCommandFunc](#oh_texteditorproxy_receiveprivatecommandfunc) receivePrivateCommandFunc) | 将函数[O…
156 …teCommandFunc](#oh_texteditorproxy_receiveprivatecommandfunc) \*receivePrivateCommandFunc) | 从[Inp…
2599 …TextEditorProxy * proxy, OH_TextEditorProxy_ReceivePrivateCommandFunc * receivePrivateCommandFunc )
2613 | receivePrivateCommandFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_ReceivePrivateCommandFunc](#oh_text…
3049 …d_TextEditorProxy * proxy, OH_TextEditorProxy_ReceivePrivateCommandFunc receivePrivateCommandFunc )
3063 | receivePrivateCommandFunc | 表示被设置到proxy的函数[OH_TextEditorProxy_ReceivePrivateCommandFunc](#oh_text…
H A Dinputmethod__text__editor__proxy__capi_8h.md60 …(_input_method.md#oh_texteditorproxy_receiveprivatecommandfunc) receivePrivateCommandFunc) | 将函数[O…
75 …input_method.md#oh_texteditorproxy_receiveprivatecommandfunc) \*receivePrivateCommandFunc) | 从[Inp…
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__text__editor__proxy__capi_8h.md60 …(_input_method.md#oh_texteditorproxy_receiveprivatecommandfunc) receivePrivateCommandFunc) | Sets …
75 …input_method.md#oh_texteditorproxy_receiveprivatecommandfunc) \*receivePrivateCommandFunc) | Obtai…
H A D_input_method.md141 …vateCommandFunc](#oh_texteditorproxy_receiveprivatecommandfunc) receivePrivateCommandFunc) | Sets …
156 …teCommandFunc](#oh_texteditorproxy_receiveprivatecommandfunc) \*receivePrivateCommandFunc) | Obtai…
2599 …TextEditorProxy * proxy, OH_TextEditorProxy_ReceivePrivateCommandFunc * receivePrivateCommandFunc )
2613 | receivePrivateCommandFunc | Function [OH_TextEditorProxy_ReceivePrivateCommandFunc](#oh_textedito…
3049 …d_TextEditorProxy * proxy, OH_TextEditorProxy_ReceivePrivateCommandFunc receivePrivateCommandFunc )
3063 | receivePrivateCommandFunc | Function [OH_TextEditorProxy_ReceivePrivateCommandFunc](#oh_textedito…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp242 OH_TextEditorProxy_ReceivePrivateCommandFunc receivePrivateCommandFunc = nullptr; in TestGetTextEditorProxyMember() local
243 …_OK, OH_TextEditorProxy_GetReceivePrivateCommandFunc(textEditorProxy, &receivePrivateCommandFunc)); in TestGetTextEditorProxyMember()
244 EXPECT_EQ(ReceivePrivateCommandFunc, receivePrivateCommandFunc); in TestGetTextEditorProxyMember()