From 4b62616f9221c1349872faa4c12d15cb2630c28a Mon Sep 17 00:00:00 2001 From: chennian Date: Thu, 26 May 2022 10:27:24 +0800 Subject: [PATCH] Signed-off-by:chennian Signed-off-by: chennian --- api/@ohos.privacyManager.d.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/api/@ohos.privacyManager.d.ts b/api/@ohos.privacyManager.d.ts index 6a07455438..616319266f 100644 --- a/api/@ohos.privacyManager.d.ts +++ b/api/@ohos.privacyManager.d.ts @@ -89,6 +89,16 @@ import {AsyncCallback} from './basic' */ interface PermissionUsedRequest { /** + * AccessTokenID + */ + tokenId: number; + + /** + * Distribute flag + */ + isRemote: boolean; + + /** * The device id */ deviceId: string; @@ -145,6 +155,16 @@ import {AsyncCallback} from './basic' * @since 9 */ interface BundleUsedRecord { + /** + * AccessTokenID + */ + tokenId: number; + + /** + * Distribute flag + */ + isRemote: boolean; + /** * The device id */