Searched refs:OH_PrivateCommand_Create (Results 1 - 3 of 3) sorted by relevance
/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_private_command_capi.h | 62 InputMethod_PrivateCommand *OH_PrivateCommand_Create(char key[], size_t keyLength);
|
/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() function
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 325 auto privateCommand = OH_PrivateCommand_Create(const_cast<char *>(key.c_str()), key.length()); in HWTEST_F() 1150 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); in HWTEST_F() 1194 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); in HWTEST_F() 1212 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); in HWTEST_F() 1233 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); in HWTEST_F() 1250 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); in HWTEST_F() 1274 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); in HWTEST_F() 1298 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); in HWTEST_F() 1421 InputMethod_PrivateCommand *privateCommand[] = { OH_PrivateCommand_Create(key, keyLength), in HWTEST_F() 1422 OH_PrivateCommand_Create(key in HWTEST_F() [all...] |
Completed in 4 milliseconds