Home
last modified time | relevance | path

Searched refs:ShowKeyboard (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_exception_test.cpp252 auto ret = inputMethodAbility_->ShowKeyboard();
269 auto ret = inputMethodAbility_->ShowKeyboard();
281 ret = inputMethodAbility_->ShowKeyboard();
285 ret = inputMethodAbility_->ShowKeyboard();
H A Dinput_method_ability_test.cpp300 auto ret = coreProxy->ShowKeyboard();
314 auto ret = inputMethodAbility_->ShowKeyboard();
834 ret = inputMethodAbility_->ShowKeyboard();
H A Dinput_method_private_member_test.cpp239 int32_t ret = userSession->ShowKeyboard(imc->clientInfo_.client);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_stub.cpp67 int32_t InputMethodCoreStub::ShowKeyboard() in ShowKeyboard() function in OHOS::MiscServices::InputMethodCoreStub
69 return InputMethodAbility::GetInstance()->ShowKeyboard(); in ShowKeyboard()
176 auto ret = ShowKeyboard(); in ShowKeyboardOnRemote()
H A Dinput_method_core_proxy.cpp69 int32_t InputMethodCoreProxy::ShowKeyboard() in ShowKeyboard() function in OHOS::MiscServices::InputMethodCoreProxy
H A Dinput_method_ability.cpp476 int32_t InputMethodAbility::ShowKeyboard() in ShowKeyboard() function in OHOS::MiscServices::InputMethodAbility
924 ShowKeyboard(); in CreatePanel()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_core.h57 virtual int32_t ShowKeyboard() = 0;
H A Dinput_method_core_proxy.h38 int32_t ShowKeyboard() override;
H A Dinput_method_core_stub.h40 int32_t ShowKeyboard() override;
H A Dinput_method_ability.h64 int32_t ShowKeyboard();
/ohos5.0/docs/zh-cn/application-dev/inputmethod/
H A Duse-inputmethod-in-custom-edit-box-ndk.md63 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, "testTag", "ShowKeyboard failed!");
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp209 int32_t PerUserSession::ShowKeyboard(const sptr<IInputClient> &currentClient) in ShowKeyboard() function in OHOS::MiscServices::PerUserSession
222 … ret = RequestIme(data, RequestType::REQUEST_SHOW, [&data] { return data->core->ShowKeyboard(); }); in ShowKeyboard()
344 return ShowKeyboard(client); in OnShowCurrentInput()
364 return ShowKeyboard(client); in OnShowInput()
387 … ret = RequestIme(data, RequestType::REQUEST_SHOW, [&data] { return data->core->ShowKeyboard(); }); in OnRequestShowInput()
/ohos5.0/docs/en/application-dev/inputmethod/
H A Duse-inputmethod-in-custom-edit-box-ndk.md63 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, "testTag", "ShowKeyboard failed!");
/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h213 int32_t ShowKeyboard(const sptr<IInputClient> &currentClient);