Home
last modified time | relevance | path

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

/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_private_command_capi.h106 InputMethod_ErrorCode OH_PrivateCommand_SetIntValue(InputMethod_PrivateCommand *command, int32_t value);
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_private_command_capi.cpp55 InputMethod_ErrorCode OH_PrivateCommand_SetIntValue(InputMethod_PrivateCommand *command, int32_t value) in OH_PrivateCommand_SetIntValue() function
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp336 EXPECT_EQ(IME_ERR_OK, OH_PrivateCommand_SetIntValue(privateCommand, expIntValue)); in HWTEST_F()
1177 auto ret = OH_PrivateCommand_SetIntValue(nullptr, value); in HWTEST_F()
1256 EXPECT_EQ(IME_ERR_OK, OH_PrivateCommand_SetIntValue(command, expIntValue)); in HWTEST_F()

Completed in 9 milliseconds