/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__private__command__capi_8h.md | 24 | [InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) | 私有数据。 | 31 …InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \* [OH_PrivateCommand_Cre… 32 …ommand_destroy) ([InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*comma… 33 …) ([InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, char key[]… 34 …boolvalue) ([InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, b… 35 …ntvalue) ([InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, int… 36 …([InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, char value[]… 37 …InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, const char \*\… 39 …oolvalue) ([InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, bo… 40 …ntvalue) ([InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, int… [all …]
|
H A D | _input_method.md | 36 | [InputMethod_PrivateCommand](#inputmethod_privatecommand) | 私有数据。 | 283 ### InputMethod_PrivateCommand subsection 286 typedef struct InputMethod_PrivateCommand InputMethod_PrivateCommand 1362 创建一个新的[InputMethod_PrivateCommand](#inputmethod_privatecommand)实例。 1381 void OH_PrivateCommand_Destroy (InputMethod_PrivateCommand * command) 1386 销毁一个[InputMethod_PrivateCommand](#inputmethod_privatecommand)实例。 1465 从[InputMethod_PrivateCommand](#inputmethod_privatecommand)获取key值。 1527 从[InputMethod_PrivateCommand](#inputmethod_privatecommand)获取value的数据类型。 1557 设置[InputMethod_PrivateCommand](#inputmethod_privatecommand)的布尔类型value值。 1587 设置[InputMethod_PrivateCommand](#inputmethod_privatecommand)的整数类型value值。 [all …]
|
H A D | inputmethod__inputmethod__proxy__capi_8h.md | 36 …t_method.md#inputmethod_inputmethodproxy) \*inputMethodProxy, [InputMethod_PrivateCommand](_input_…
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 37 …put_method.md#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_PrivateCommand](_input_…
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__private__command__capi_8h.md | 24 | [InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) | Private data.| 31 …InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \* [OH_PrivateCommand_Cre… 32 …nd_destroy) ([InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command) … 33 …InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, char key[], si… 34 …InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, bool value) | … 35 …InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, int32_t value)… 36 …InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, char value[], … 37 …InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, const char \*\… 39 …InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, bool \*value) … 40 …InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, int32_t \*valu… [all …]
|
H A D | _input_method.md | 36 | [InputMethod_PrivateCommand](#inputmethod_privatecommand) | Private data.| 96 …InputMethod_PrivateCommand](#inputmethod_privatecommand) \* [OH_PrivateCommand_Create](#oh_private… 97 …atecommand_destroy) ([InputMethod_PrivateCommand](#inputmethod_privatecommand) \*command) | Destro… 283 ### InputMethod_PrivateCommand subsection 286 typedef struct InputMethod_PrivateCommand InputMethod_PrivateCommand 1357 InputMethod_PrivateCommand* OH_PrivateCommand_Create (char key[], size_t keyLength ) 1362 Creates an [InputMethod_PrivateCommand](#inputmethod_privatecommand) instance. 1381 void OH_PrivateCommand_Destroy (InputMethod_PrivateCommand * command) 1386 Destroys an [InputMethod_PrivateCommand](#inputmethod_privatecommand) instance. 1465 Obtains the key value from [InputMethod_PrivateCommand](#inputmethod_privatecommand). [all …]
|
H A D | inputmethod__inputmethod__proxy__capi_8h.md | 36 …t_method.md#inputmethod_inputmethodproxy) \*inputMethodProxy, [InputMethod_PrivateCommand](_input_…
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 37 …put_method.md#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_PrivateCommand](_input_…
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_private_command_capi.h | 51 typedef struct InputMethod_PrivateCommand InputMethod_PrivateCommand; typedef 62 InputMethod_PrivateCommand *OH_PrivateCommand_Create(char key[], size_t keyLength); 69 void OH_PrivateCommand_Destroy(InputMethod_PrivateCommand *command); 94 InputMethod_ErrorCode OH_PrivateCommand_SetBoolValue(InputMethod_PrivateCommand *command, bool valu… 106 InputMethod_ErrorCode OH_PrivateCommand_SetIntValue(InputMethod_PrivateCommand *command, int32_t va… 120 InputMethod_PrivateCommand *command, char value[], size_t valueLength); 135 InputMethod_PrivateCommand *command, const char **key, size_t *keyLength); 149 InputMethod_PrivateCommand *command, InputMethod_CommandValueType *type); 162 InputMethod_ErrorCode OH_PrivateCommand_GetBoolValue(InputMethod_PrivateCommand *command, bool *val… 175 InputMethod_ErrorCode OH_PrivateCommand_GetIntValue(InputMethod_PrivateCommand *command, int32_t *v… [all …]
|
H A D | inputmethod_inputmethod_proxy_capi.h | 168 …InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_PrivateCommand *privateCommand[], size…
|
H A D | inputmethod_text_editor_proxy_capi.h | 231 …InputMethod_TextEditorProxy *textEditorProxy, InputMethod_PrivateCommand *privateCommand[], size_t…
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_private_command_capi.cpp | 21 InputMethod_PrivateCommand *OH_PrivateCommand_Create(char key[], size_t keyLength) in OH_PrivateCommand_Create() 23 return new InputMethod_PrivateCommand({ std::string(key, keyLength), false }); in OH_PrivateCommand_Create() 25 void OH_PrivateCommand_Destroy(InputMethod_PrivateCommand *command) in OH_PrivateCommand_Destroy() 33 InputMethod_ErrorCode OH_PrivateCommand_SetKey(InputMethod_PrivateCommand *command, char key[], siz… in OH_PrivateCommand_SetKey() 46 InputMethod_ErrorCode OH_PrivateCommand_SetBoolValue(InputMethod_PrivateCommand *command, bool valu… in OH_PrivateCommand_SetBoolValue() 55 InputMethod_ErrorCode OH_PrivateCommand_SetIntValue(InputMethod_PrivateCommand *command, int32_t va… in OH_PrivateCommand_SetIntValue() 65 InputMethod_PrivateCommand *command, char value[], size_t valueLength) in OH_PrivateCommand_SetStrValue() 99 InputMethod_PrivateCommand *command, InputMethod_CommandValueType *type) in OH_PrivateCommand_GetValueType() 123 InputMethod_ErrorCode OH_PrivateCommand_GetBoolValue(InputMethod_PrivateCommand *command, bool *val… in OH_PrivateCommand_GetBoolValue() 142 InputMethod_ErrorCode OH_PrivateCommand_GetIntValue(InputMethod_PrivateCommand *command, int32_t *v… in OH_PrivateCommand_GetIntValue() [all …]
|
H A D | native_text_changed_listener.cpp | 232 InputMethod_PrivateCommand **command = new InputMethod_PrivateCommand *[privateCommand.size()]; in ReceivePrivateCommand() 240 command[index] = new InputMethod_PrivateCommand(); in ReceivePrivateCommand()
|
H A D | inputmethod_inputmethod_proxy_capi.cpp | 91 …InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_PrivateCommand *privateCommand[], size… in OH_InputMethodProxy_SendPrivateCommand()
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_inputmethod_types.h | 21 struct InputMethod_PrivateCommand { struct
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 163 InputMethod_TextEditorProxy *proxy, InputMethod_PrivateCommand *privateCommand[], size_t size) in ReceivePrivateCommandFunc() 1150 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); 1194 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); 1212 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); 1233 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); 1250 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); 1274 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); 1298 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); 1421 InputMethod_PrivateCommand *privateCommand[] = { OH_PrivateCommand_Create(key, keyLength),
|
H A D | native_text_changed_listener_test.cpp | 98 InputMethod_TextEditorProxy *proxy, InputMethod_PrivateCommand *privateCommand[], size_t size) in ReceivePrivateCommand()
|