Home
last modified time | relevance | path

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

/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_private_command_capi.h175 InputMethod_ErrorCode OH_PrivateCommand_GetIntValue(InputMethod_PrivateCommand *command, int32_t *value);
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_private_command_capi.cpp142 InputMethod_ErrorCode OH_PrivateCommand_GetIntValue(InputMethod_PrivateCommand *command, int32_t *value) in OH_PrivateCommand_GetIntValue() function
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp338 EXPECT_EQ(IME_ERR_OK, OH_PrivateCommand_GetIntValue(privateCommand, &actIntValue)); in HWTEST_F()
1270 auto ret = OH_PrivateCommand_GetIntValue(nullptr, nullptr); in HWTEST_F()
1275 ret = OH_PrivateCommand_GetIntValue(command, nullptr); in HWTEST_F()
1280 ret = OH_PrivateCommand_GetIntValue(command, &value); in HWTEST_F()

Completed in 4 milliseconds