Home
last modified time | relevance | path

Searched refs:OH_PrivateCommand_SetKey (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_private_command_capi.h82 InputMethod_ErrorCode OH_PrivateCommand_SetKey(InputMethod_PrivateCommand *command, char key[], siz…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Dinputmethod__private__command__capi_8h.md33 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_PrivateCommand_SetKey](_input…
H A D_input_method.md98 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_PrivateCommand_SetKey](#oh_privatecommand_set…
1609 ### OH_PrivateCommand_SetKey()
1612 InputMethod_ErrorCode OH_PrivateCommand_SetKey (InputMethod_PrivateCommand * command, char key[], s…
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_private_command_capi.cpp33 InputMethod_ErrorCode OH_PrivateCommand_SetKey(InputMethod_PrivateCommand *command, char key[], siz… in OH_PrivateCommand_SetKey() function
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__private__command__capi_8h.md33 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_PrivateCommand_SetKey](_input…
H A D_input_method.md98 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_PrivateCommand_SetKey](#oh_privatecommand_set…
1609 ### OH_PrivateCommand_SetKey()
1612 InputMethod_ErrorCode OH_PrivateCommand_SetKey (InputMethod_PrivateCommand * command, char key[], s…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp362 …IME_ERR_OK, OH_PrivateCommand_SetKey(privateCommand, const_cast<char *>(newKey.c_str()), newKey.le…
1148 auto ret = OH_PrivateCommand_SetKey(nullptr, nullptr, keyLength);
1152 ret = OH_PrivateCommand_SetKey(command, nullptr, keyLength);