Searched refs:ExitCurrentInputType (Results 1 – 10 of 10) sorted by relevance
31 DECLARE_NAPI_FUNCTION("exitCurrentInputType", ExitCurrentInputType), in Init()122 napi_value JsKeyboardControllerEngine::ExitCurrentInputType(napi_env env, napi_callback_info info) in ExitCurrentInputType() function in OHOS::MiscServices::JsKeyboardControllerEngine129 int32_t errorCode = InputMethodAbility::GetInstance()->ExitCurrentInputType(); in ExitCurrentInputType()
90 static napi_value ExitCurrentInputType(napi_env env, napi_callback_info info);
74 virtual int32_t ExitCurrentInputType() = 0;
83 int32_t ExitCurrentInputType() override;
74 int32_t ExitCurrentInputType() override;
86 int32_t ExitCurrentInputType();
283 int32_t InputMethodSystemAbilityProxy::ExitCurrentInputType() in ExitCurrentInputType() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
1154 int32_t InputMethodAbility::ExitCurrentInputType() in ExitCurrentInputType() function in OHOS::MiscServices::InputMethodAbility1162 return proxy->ExitCurrentInputType(); in ExitCurrentInputType()
384 …return ITypesUtil::Marshal(reply, ExitCurrentInputType()) ? ErrorCode::NO_ERROR : ErrorCode::ERROR… in ExitCurrentInputTypeOnRemote()
584 int32_t InputMethodSystemAbility::ExitCurrentInputType() in ExitCurrentInputType() function in OHOS::MiscServices::InputMethodSystemAbility