• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2022-2023 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16/**
17 * @file
18 * @kit ArkData
19 */
20
21import DataShareExtensionAbility from '@ohos.application.DataShareExtensionAbility';
22import cloudData from '@ohos.data.cloudData';
23import cloudExtension from '@ohos.data.cloudExtension';
24import commonType from '@ohos.data.commonType';
25import dataShare from '@ohos.data.dataShare';
26import dataSharePredicates from '@ohos.data.dataSharePredicates';
27import DataShareResultSet, { DataType } from '@ohos.data.DataShareResultSet';
28import distributedDataObject from '@ohos.data.distributedDataObject';
29import distributedKVStore from '@ohos.data.distributedKVStore';
30import preferences from '@ohos.data.preferences';
31import relationalStore from '@ohos.data.relationalStore';
32import unifiedDataChannel from '@ohos.data.unifiedDataChannel';
33import uniformTypeDescriptor from '@ohos.data.uniformTypeDescriptor';
34import { ValueType, ValuesBucket } from '@ohos.data.ValuesBucket';
35
36export {
37  DataShareExtensionAbility, DataShareResultSet, DataType, ValueType, ValuesBucket, cloudData, cloudExtension,
38  commonType, dataShare, dataSharePredicates, distributedDataObject, distributedKVStore, preferences,
39  relationalStore, unifiedDataChannel, uniformTypeDescriptor
40};
41