Searched refs:receivePrivateCommandFunc (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_texteditor_proxy_capi.cpp | 233 …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 D | native_text_changed_listener.cpp | 227 if (textEditor_->receivePrivateCommandFunc == nullptr) { in ReceivePrivateCommand() 246 …auto errCode = textEditor_->receivePrivateCommandFunc(textEditor_, command, privateCommand.size()); in ReceivePrivateCommand()
|
H A D | inputmethod_controller_capi.cpp | 115 CHECK_MEMBER_NULL(textEditor, receivePrivateCommandFunc); in IsValidTextEditorProxy()
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_text_editor_proxy_capi.h | 451 …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 D | native_inputmethod_types.h | 61 OH_TextEditorProxy_ReceivePrivateCommandFunc receivePrivateCommandFunc; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | _input_method.md | 141 …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 D | inputmethod__text__editor__proxy__capi_8h.md | 60 …(_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 D | inputmethod__text__editor__proxy__capi_8h.md | 60 …(_input_method.md#oh_texteditorproxy_receiveprivatecommandfunc) receivePrivateCommandFunc) | Sets … 75 …input_method.md#oh_texteditorproxy_receiveprivatecommandfunc) \*receivePrivateCommandFunc) | Obtai…
|
H A D | _input_method.md | 141 …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 D | inputmethod_controller_capi_test.cpp | 242 OH_TextEditorProxy_ReceivePrivateCommandFunc receivePrivateCommandFunc = nullptr; in TestGetTextEditorProxyMember() local 243 …_OK, OH_TextEditorProxy_GetReceivePrivateCommandFunc(textEditorProxy, &receivePrivateCommandFunc)); in TestGetTextEditorProxyMember() 244 EXPECT_EQ(ReceivePrivateCommandFunc, receivePrivateCommandFunc); in TestGetTextEditorProxyMember()
|