Searched refs:OH_AttachOptions_IsShowKeyboard (Results 1 – 7 of 7) sorted by relevance
79 InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions *options, bool *sho…
34 InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions *options, bool *sho… in OH_AttachOptions_IsShowKeyboard() function
33 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_AttachOptions_IsShowKeyboard]…
83 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_AttachOptions_IsShowKeyboard](#oh_attachoptio…912 ### OH_AttachOptions_IsShowKeyboard()915 InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard (InputMethod_AttachOptions * options, bool * …
280 EXPECT_EQ(IME_ERR_OK, OH_AttachOptions_IsShowKeyboard(options, &showKeyboard));1070 auto ret = OH_AttachOptions_IsShowKeyboard(nullptr, nullptr);1074 ret = OH_AttachOptions_IsShowKeyboard(options, nullptr);