diff --git a/api/@ohos.update.d.ts b/api/@ohos.update.d.ts index 0620034b5dd6b219688839ad75fd9a8f9f577281..327def68da969246555bd2e698721ef57c54c3eb 100644 --- a/api/@ohos.update.d.ts +++ b/api/@ohos.update.d.ts @@ -373,12 +373,12 @@ declare namespace update { applyNewVersion(): Promise; /** - * Reboot to clean cache. + * Reboot to clean userdata. * * @since 6 */ - rebootAndCleanCache(callback: AsyncCallback): void; - rebootAndCleanCache(): Promise; + rebootAndCleanUserData(callback: AsyncCallback): void; + rebootAndCleanUserData(): Promise; /** * verify update package.