From d3f9bede9b2fca77d527148ad7b3ff2e8b780d77 Mon Sep 17 00:00:00 2001 From: zhushuanghong Date: Sat, 10 May 2025 09:35:40 +0000 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E4=BB=BB=E5=8A=A1C=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9=20Signed-off-by:?= =?UTF-8?q?=20zhushuanghong=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backgroundtasks/transient/include/transient_task_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backgroundtasks/transient/include/transient_task_api.h b/backgroundtasks/transient/include/transient_task_api.h index 874e64734..d012f21f8 100644 --- a/backgroundtasks/transient/include/transient_task_api.h +++ b/backgroundtasks/transient/include/transient_task_api.h @@ -50,7 +50,7 @@ extern "C" { * * @param reason Indicates the reason for delayed transition to the suspended state. * @param callback Indicates the callback delay time expired. - * @param delaySuspendInfo Indicates the info of delay request. + * @param info Indicates the info of delay request. * @return {@link ERR_TRANSIENT_TASK_OK} 0 - Success. * {@link ERR_TRANSIENT_TASK_INVALID_PARAM} 401 - Invalid parameter. * {@link ERR_TRANSIENT_TASK_PARCEL_FAILED} 9800002 - Parcelable failed. @@ -69,7 +69,7 @@ int32_t OH_BackgroundTaskManager_RequestSuspendDelay(const char* reason, * @brief Obtains the remaining time before an application enters the suspended state. * * @param requestId Indicates the identifier of the delay request. - * @param time Indicates the remaining Time. + * @param delayTime Indicates the remaining Time. * @return {@link ERR_TRANSIENT_TASK_OK} 0 - Success. * {@link ERR_TRANSIENT_TASK_INVALID_PARAM} 401 - Invalid parameter. * {@link ERR_TRANSIENT_TASK_PARCEL_FAILED} 9800002 - Parcelable failed. -- Gitee