Searched refs:StopInput (Results 1 – 11 of 11) sorted by relevance
56 virtual int32_t StopInput(const sptr<IRemoteObject> &channel) = 0;
37 int32_t StopInput(const sptr<IRemoteObject> &channel) override;
39 int32_t StopInput(const sptr<IRemoteObject> &channel) override;
63 int32_t StopInput(const sptr<IRemoteObject> &channelObject);
163 auto ret = InputMethodAbility::GetInstance()->StopInput(channel); in StopInputOnRemote()235 int32_t InputMethodCoreStub::StopInput(const sptr<IRemoteObject> &channel) in StopInput() function in OHOS::MiscServices::InputMethodCoreStub
84 int32_t InputMethodCoreProxy::StopInput(const sptr<IRemoteObject> &channel) in StopInput() function in OHOS::MiscServices::InputMethodCoreProxy
340 int32_t InputMethodAbility::StopInput(const sptr<IRemoteObject> &channelObject) in StopInput() function in OHOS::MiscServices::InputMethodAbility
175 static napi_value StopInput(napi_env env, napi_callback_info info);
80 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
643 InputMethodAbility::GetInstance()->StopInput(nullptr);
636 [&data, ¤tChannel]() { return data->core->StopInput(currentChannel); }); in StopImeInput()