From 9175a53dc5bf47be90aaf3a901129a77ac1f3965 Mon Sep 17 00:00:00 2001 From: wangkai Date: Wed, 20 Jul 2022 17:01:26 +0800 Subject: [PATCH 1/3] =?UTF-8?q?d.ts=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangkai --- api/@ohos.data.distributedData.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.data.distributedData.d.ts b/api/@ohos.data.distributedData.d.ts index 9dc938384c..83ae6c3a9e 100644 --- a/api/@ohos.data.distributedData.d.ts +++ b/api/@ohos.data.distributedData.d.ts @@ -422,7 +422,7 @@ declare namespace distributedData { * NO_LEVEL: mains not set the security level. * * @since 7 - * @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore + * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A */ NO_LEVEL = 0, -- Gitee From 32c9c148e0b20d2e67c1105b8aebd5e1f48cafcb Mon Sep 17 00:00:00 2001 From: wufengshan Date: Tue, 23 Aug 2022 18:43:40 +0800 Subject: [PATCH 2/3] Update Signed-off-by: wufengshan --- api/@ohos.data.distributedData.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/@ohos.data.distributedData.d.ts b/api/@ohos.data.distributedData.d.ts index 0e9a2f169f..40123acabf 100644 --- a/api/@ohos.data.distributedData.d.ts +++ b/api/@ohos.data.distributedData.d.ts @@ -1131,6 +1131,7 @@ declare namespace distributedData { * @since 9 * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @systemapi + * @StageModelOnly * @param value Indicates the data record to put. * Spaces before and after the key will be cleared. * @throws Throws this exception if any of the following errors @@ -1159,6 +1160,7 @@ declare namespace distributedData { * @since 9 * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @systemapi + * @StageModelOnly * @param predicates Indicates the datasharePredicates. * Spaces before and after the key will be cleared. * @throws Throws this exception if any of the following errors @@ -1421,6 +1423,7 @@ declare namespace distributedData { * @since 9 * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @systemapi + * @StageModelOnly * @param predicates Indicates the datasharePredicates. * Spaces before and after the key will be cleared. * @throws Throws this exception if any of the following errors @@ -1683,6 +1686,7 @@ declare namespace distributedData { * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @param predicates Indicates the datasharePredicates. * @systemapi + * @StageModelOnly * Spaces before and after the key will be cleared. * @throws Throws this exception if any of the following errors * occurs: {@code SERVER_UNAVAILABLE}, {@code IPC_ERROR}, and @@ -1696,6 +1700,7 @@ declare namespace distributedData { * @since 9 * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @systemapi + * @StageModelOnly * @param predicates Indicates the key. * @param deviceId Indicates the ID of the device to which the results belong. * Spaces before and after the key will be cleared. -- Gitee From bc9667a8efd48be54e9622cc6c2db99a4598ee49 Mon Sep 17 00:00:00 2001 From: wufengshan Date: Thu, 8 Sep 2022 16:18:40 +0800 Subject: [PATCH 3/3] update Signed-off-by: wufengshan --- api/@ohos.data.distributedData.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.data.distributedData.d.ts b/api/@ohos.data.distributedData.d.ts index 40123acabf..7db8488445 100644 --- a/api/@ohos.data.distributedData.d.ts +++ b/api/@ohos.data.distributedData.d.ts @@ -422,7 +422,7 @@ declare namespace distributedData { * NO_LEVEL: mains not set the security level. * * @since 7 - * @syscap SystemCapability.DistributedDataManager.KVStore.Core + * @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore * @import N/A */ NO_LEVEL = 0, -- Gitee