| /base/inputmethod/imf/services/include/ |
| D | i_input_method_system_ability.h | 45 virtual int32_t ShowCurrentInput() = 0;
|
| D | input_method_system_ability.h | 64 int32_t ShowCurrentInput() override;
|
| /base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
| D | imf_adapter_impl.h | 72 void ShowCurrentInput(const IMFAdapterTextInputType &inputType) override;
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
| D | input_method_system_ability_proxy.h | 49 int32_t ShowCurrentInput() override;
|
| /base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
| D | imf_adapter_impl.cpp | 244 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/ |
| D | imf_adapter_impl_test.cpp | 195 g_imf->ShowCurrentInput(IMFAdapterTextInputType::TEXT); 196 g_imf->ShowCurrentInput(IMFAdapterTextInputType::NUMBER);
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_editor_test.cpp | 193 ret = InputMethodEditorTest::inputMethodController_->ShowCurrentInput(); 285 ret = InputMethodEditorTest::inputMethodController_->ShowCurrentInput(); 347 ret = InputMethodEditorTest::inputMethodController_->ShowCurrentInput();
|
| D | input_method_dfx_test.cpp | 277 auto showCurrentInput = []() { inputMethodController_->ShowCurrentInput(); }; in __anon1d35de250502()
|
| D | input_method_controller_test.cpp | 684 int32_t ret = inputMethodController_->ShowCurrentInput();
|
| /base/web/webview/ohos_adapter/interfaces/ |
| D | imf_adapter.h | 132 virtual void ShowCurrentInput(const IMFAdapterTextInputType &inputType) = 0;
|
| /base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
| D | inputmethodcontroller_fuzzer.cpp | 120 imc->ShowCurrentInput(); in TestShowSomething()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | input_method_system_ability_proxy.cpp | 50 int32_t InputMethodSystemAbilityProxy::ShowCurrentInput() in ShowCurrentInput() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
|
| D | input_method_controller.cpp | 500 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/ |
| D | input_method_controller.h | 389 IMF_API int32_t ShowCurrentInput();
|
| /base/inputmethod/imf/services/src/ |
| D | input_method_system_ability_stub.cpp | 73 int32_t ret = ShowCurrentInput(); in ShowCurrentInputOnRemote()
|
| D | input_method_system_ability.cpp | 329 int32_t InputMethodSystemAbility::ShowCurrentInput() in ShowCurrentInput() function in OHOS::MiscServices::InputMethodSystemAbility
|