Home
last modified time | relevance | path

Searched refs:StopInput (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_core.h56 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.h39 int32_t StopInput(const sptr<IRemoteObject> &channel) override;
H A Dinput_method_ability.h63 int32_t StopInput(const sptr<IRemoteObject> &channelObject);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_stub.cpp163 auto ret = InputMethodAbility::GetInstance()->StopInput(channel); in StopInputOnRemote()
235 int32_t InputMethodCoreStub::StopInput(const sptr<IRemoteObject> &channel) in StopInput() function in OHOS::MiscServices::InputMethodCoreStub
H A Dinput_method_core_proxy.cpp84 int32_t InputMethodCoreProxy::StopInput(const sptr<IRemoteObject> &channel) in StopInput() function in OHOS::MiscServices::InputMethodCoreProxy
H A Dinput_method_ability.cpp340 int32_t InputMethodAbility::StopInput(const sptr<IRemoteObject> &channelObject) in StopInput() function in OHOS::MiscServices::InputMethodAbility
/ohos5.0/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()
701 napi_value JsGetInputMethodController::StopInput(napi_env env, napi_callback_info info) in StopInput() function in OHOS::MiscServices::JsGetInputMethodController
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_proxy_test.cpp643 InputMethodAbility::GetInstance()->StopInput(nullptr);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp636 [&data, &currentChannel]() { return data->core->StopInput(currentChannel); }); in StopImeInput()