Home
last modified time | relevance | path

Searched refs:InputMethod_PrivateCommand (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Dinputmethod__private__command__capi_8h.md24 | [InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) | 私有数据。 |
31InputMethod_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[]…
37InputMethod_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.md36 | [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 Dinputmethod__inputmethod__proxy__capi_8h.md36 …t_method.md#inputmethod_inputmethodproxy) \*inputMethodProxy, [InputMethod_PrivateCommand](_input_…
H A Dinputmethod__text__editor__proxy__capi_8h.md37 …put_method.md#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_PrivateCommand](_input_…
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__private__command__capi_8h.md24 | [InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) | Private data.|
31InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \* [OH_PrivateCommand_Cre…
32 …nd_destroy) ([InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command) …
33InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, char key[], si…
34InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, bool value) | …
35InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, int32_t value)…
36InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, char value[], …
37InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, const char \*\…
39InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, bool \*value) …
40InputMethod_PrivateCommand](_input_method.md#inputmethod_privatecommand) \*command, int32_t \*valu…
[all …]
H A D_input_method.md36 | [InputMethod_PrivateCommand](#inputmethod_privatecommand) | Private data.|
96InputMethod_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 Dinputmethod__inputmethod__proxy__capi_8h.md36 …t_method.md#inputmethod_inputmethodproxy) \*inputMethodProxy, [InputMethod_PrivateCommand](_input_…
H A Dinputmethod__text__editor__proxy__capi_8h.md37 …put_method.md#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_PrivateCommand](_input_…
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_private_command_capi.h51 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 Dinputmethod_inputmethod_proxy_capi.h168 …InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_PrivateCommand *privateCommand[], size…
H A Dinputmethod_text_editor_proxy_capi.h231 …InputMethod_TextEditorProxy *textEditorProxy, InputMethod_PrivateCommand *privateCommand[], size_t…
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_private_command_capi.cpp21 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 Dnative_text_changed_listener.cpp232 InputMethod_PrivateCommand **command = new InputMethod_PrivateCommand *[privateCommand.size()]; in ReceivePrivateCommand()
240 command[index] = new InputMethod_PrivateCommand(); in ReceivePrivateCommand()
H A Dinputmethod_inputmethod_proxy_capi.cpp91 …InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_PrivateCommand *privateCommand[], size… in OH_InputMethodProxy_SendPrivateCommand()
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h21 struct InputMethod_PrivateCommand { struct
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp163 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 Dnative_text_changed_listener_test.cpp98 InputMethod_TextEditorProxy *proxy, InputMethod_PrivateCommand *privateCommand[], size_t size) in ReceivePrivateCommand()