Home
last modified time | relevance | path

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

/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_attach_options_capi.h79 InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions *options, bool *showKeyboard);
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_attach_options_capi.cpp34 InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions *options, bool *showKeyboard) in OH_AttachOptions_IsShowKeyboard() function
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp280 EXPECT_EQ(IME_ERR_OK, OH_AttachOptions_IsShowKeyboard(options, &showKeyboard)); in HWTEST_F()
1070 auto ret = OH_AttachOptions_IsShowKeyboard(nullptr, nullptr); in HWTEST_F()
1074 ret = OH_AttachOptions_IsShowKeyboard(options, nullptr); in HWTEST_F()

Completed in 3 milliseconds