Home
last modified time | relevance | path

Searched refs:StopInput (Results 1 - 12 of 12) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_core.h57 virtual int32_t StopInput(const sptr<IRemoteObject> &channel) = 0;
H A Dinput_method_core_proxy.h37 int32_t StopInput(const sptr<IRemoteObject> &channel) override;
H A Dinput_method_core_stub.h38 int32_t StopInput(const sptr<IRemoteObject> &channel) override;
H A Dinput_method_ability.h100 int32_t StopInput(sptr<IRemoteObject> channelObj);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/tasks/
H A Dtask_imsa.h47 InputMethodAbility::GetInstance()->StopInput(channel); in TaskImsaStopInput()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_proxy.cpp90 int32_t InputMethodCoreProxy::StopInput(const sptr<IRemoteObject> &channel)
H A Dinput_method_core_stub.cpp266 int32_t InputMethodCoreStub::StopInput(const sptr<IRemoteObject> &channel) in StopInput() function in OHOS::MiscServices::InputMethodCoreStub
H A Dinput_method_ability.cpp280 int32_t InputMethodAbility::StopInput(sptr<IRemoteObject> channelObject) in StopInput() function in OHOS::MiscServices::InputMethodAbility
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h175 static napi_value StopInput(napi_env env, napi_callback_info info);
H A Djs_get_input_method_controller.cpp80 DECLARE_NAPI_FUNCTION("stopInput", StopInput), in Init()
709 napi_value JsGetInputMethodController::StopInput(napi_env env, napi_callback_info info)
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_proxy_test.cpp634 InputMethodAbility::GetInstance()->StopInput(nullptr); in HWTEST_F()
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp644 [&data, &currentChannel]() { return data->core->StopInput(currentChannel); }); in StopImeInput()

Completed in 10 milliseconds