Home
last modified time | relevance | path

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

/test/xts/acts/inputmethod/InputMethodNDKTest/entry/src/main/cpp/
H A Dnapi_init.cpp101 InputMethod_PrivateCommand *privateCommand[], size_t size) in ReceivePrivateCommandFunc()
325 InputMethod_PrivateCommand *privateCommand[] = {keyCommand1, keyCommand2, keyCommand3}; in SUB_IMF_NDK_InputMethodProxy_SendPrivateCommand_0100() local
326 InputMethod_ErrorCode returnValue = OH_InputMethodProxy_SendPrivateCommand(g_inputMethodProxy, privateCommand, 3); in SUB_IMF_NDK_InputMethodProxy_SendPrivateCommand_0100()
333 OH_PrivateCommand_Destroy(*privateCommand); in SUB_IMF_NDK_InputMethodProxy_SendPrivateCommand_0100()
343 auto privateCommand = OH_PrivateCommand_Create(const_cast<char *>(key.c_str()), key.length()); in SUB_IMF_NDK_PrivateCommand_SetKey_0100() local
347 OH_PrivateCommand_SetKey(privateCommand, const_cast<char *>(newKey.c_str()), newKey.length()); in SUB_IMF_NDK_PrivateCommand_SetKey_0100()
357 returnValue = OH_PrivateCommand_GetKey(privateCommand, &actStrKey, &actStrKeyLength); in SUB_IMF_NDK_PrivateCommand_SetKey_0100()
365 returnValue = OH_PrivateCommand_SetBoolValue(privateCommand, true); in SUB_IMF_NDK_PrivateCommand_SetKey_0100()
374 returnValue = OH_PrivateCommand_GetBoolValue(privateCommand, &actBoolValue); in SUB_IMF_NDK_PrivateCommand_SetKey_0100()
382 returnValue = OH_PrivateCommand_SetIntValue(privateCommand, in SUB_IMF_NDK_PrivateCommand_SetKey_0100()
100 ReceivePrivateCommandFunc(InputMethod_TextEditorProxy *textEditorProxy, InputMethod_PrivateCommand *privateCommand[], size_t size) ReceivePrivateCommandFunc() argument
[all...]

Completed in 2 milliseconds