Home
last modified time | relevance | path

Searched refs:InputMethod_PrivateCommand (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/inputmethod/include/
H A Dinputmethod_private_command_capi.h45 * @brief Define the InputMethod_PrivateCommand structure type.
51 typedef struct InputMethod_PrivateCommand InputMethod_PrivateCommand; typedef
54 * @brief Create a new {@link InputMethod_PrivateCommand} instance.
58 * @return If the creation succeeds, a pointer to the newly created {@link InputMethod_PrivateCommand}
62 InputMethod_PrivateCommand *OH_PrivateCommand_Create(char key[], size_t keyLength);
64 * @brief Destroy a {@link InputMethod_PrivateCommand} instance.
66 * @param command Represents a pointer to an {@link InputMethod_PrivateCommand} instance which will be destroyed.
69 void OH_PrivateCommand_Destroy(InputMethod_PrivateCommand *command);
71 * @brief Set key value into {@link InputMethod_PrivateCommand}
[all...]
H A Dinputmethod_inputmethod_proxy_capi.h155 * @param privateCommand The private commands, which is defined in {@link InputMethod_PrivateCommand}. Max size 32KB.
168 InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_PrivateCommand *privateCommand[], size_t size);
H A Dinputmethod_text_editor_proxy_capi.h231 InputMethod_TextEditorProxy *textEditorProxy, InputMethod_PrivateCommand *privateCommand[], size_t size);

Completed in 2 milliseconds