Searched refs:ShowSoftKeyboard (Results 1 – 8 of 8) sorted by relevance
220 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard();315 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard();341 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard();383 ret = inputMethodController_->ShowSoftKeyboard();453 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard();
398 auto showSoftKeyboard = []() { inputMethodController_->ShowSoftKeyboard(); }; in __anonff3e3efd0702()
982 int32_t ret = inputMethodController_->ShowSoftKeyboard();
112 imc->ShowSoftKeyboard(); in TestSetCallingWindow()
424 IMF_API int32_t ShowSoftKeyboard();
83 DECLARE_NAPI_FUNCTION("showSoftKeyboard", ShowSoftKeyboard), in Init()681 napi_value JsGetInputMethodController::ShowSoftKeyboard(napi_env env, napi_callback_info info) in ShowSoftKeyboard() function in OHOS::MiscServices::JsGetInputMethodController685 … env, info, [] { return InputMethodController::GetInstance()->ShowSoftKeyboard(); }, false, true); in ShowSoftKeyboard()
173 static napi_value ShowSoftKeyboard(napi_env env, napi_callback_info info);
896 int32_t InputMethodController::ShowSoftKeyboard() in ShowSoftKeyboard() function in OHOS::MiscServices::InputMethodController