Home
last modified time | relevance | path

Searched refs:ShowCurrentInput (Results 1 – 16 of 16) sorted by relevance

/base/inputmethod/imf/services/include/
Di_input_method_system_ability.h45 virtual int32_t ShowCurrentInput() = 0;
Dinput_method_system_ability.h64 int32_t ShowCurrentInput() override;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
Dimf_adapter_impl.h72 void ShowCurrentInput(const IMFAdapterTextInputType &inputType) override;
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_system_ability_proxy.h49 int32_t ShowCurrentInput() override;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp244 void IMFAdapterImpl::ShowCurrentInput(const IMFAdapterTextInputType& inputType) in ShowCurrentInput() function in OHOS::NWeb::IMFAdapterImpl
253 MiscServices::InputMethodController::GetInstance()->ShowCurrentInput(); in ShowCurrentInput()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp195 g_imf->ShowCurrentInput(IMFAdapterTextInputType::TEXT);
196 g_imf->ShowCurrentInput(IMFAdapterTextInputType::NUMBER);
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_editor_test.cpp193 ret = InputMethodEditorTest::inputMethodController_->ShowCurrentInput();
285 ret = InputMethodEditorTest::inputMethodController_->ShowCurrentInput();
347 ret = InputMethodEditorTest::inputMethodController_->ShowCurrentInput();
Dinput_method_dfx_test.cpp277 auto showCurrentInput = []() { inputMethodController_->ShowCurrentInput(); }; in __anon1d35de250502()
Dinput_method_controller_test.cpp684 int32_t ret = inputMethodController_->ShowCurrentInput();
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h132 virtual void ShowCurrentInput(const IMFAdapterTextInputType &inputType) = 0;
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp120 imc->ShowCurrentInput(); in TestShowSomething()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_system_ability_proxy.cpp50 int32_t InputMethodSystemAbilityProxy::ShowCurrentInput() in ShowCurrentInput() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
Dinput_method_controller.cpp500 int32_t InputMethodController::ShowCurrentInput() in ShowCurrentInput() function in OHOS::MiscServices::InputMethodController
935 return proxy->ShowCurrentInput(); in ShowSoftKeyboard()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h389 IMF_API int32_t ShowCurrentInput();
/base/inputmethod/imf/services/src/
Dinput_method_system_ability_stub.cpp73 int32_t ret = ShowCurrentInput(); in ShowCurrentInputOnRemote()
Dinput_method_system_ability.cpp329 int32_t InputMethodSystemAbility::ShowCurrentInput() in ShowCurrentInput() function in OHOS::MiscServices::InputMethodSystemAbility