Home
last modified time | relevance | path

Searched defs:database (Results 1 – 17 of 17) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/test/unittest/
Ddevice_usage_statistics_service_test.cpp281 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
302 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
328 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
347 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
366 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
382 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
398 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
414 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
430 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
445 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
[all …]
Dbundle_active_usage_database_test.cpp63 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
85 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
102 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
Ddevice_usage_statistics_mock_test.cpp366 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
412 auto database = std::make_shared<BundleActiveUsageDatabase>(); variable
/foundation/filemanagement/dfs_service/test/unittests/cloud_adapter/
Ddk_assets_downloader_test.cpp62 std::shared_ptr<DKDatabase> database = nullptr; variable
91 std::shared_ptr<DKDatabase> database = nullptr; variable
106 std::shared_ptr<DKDatabase> database = nullptr; variable
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
Ddata_syncer_mock.cpp130std::shared_ptr<const DKDatabase> database, std::shared_ptr<std::vector<DKRecord>> records, bool c… in HandleOnFetchRecords()
135 …nFetchRecords(const std::shared_ptr<DKContext> context, std::shared_ptr<const DKDatabase> database, in OnFetchRecords()
148 std::shared_ptr<const DKDatabase> database, in OnFetchDatabaseChanges()
159 void DataSyncer::OnFetchRecordWithId(shared_ptr<DKContext> context, shared_ptr<DKDatabase> database, in OnFetchRecordWithId()
186 shared_ptr<const DKDatabase> database, in OnCreateRecords()
192 shared_ptr<const DKDatabase> database, in OnDeleteRecords()
198 shared_ptr<const DKDatabase> database, in OnModifyMdirtyRecords()
206 shared_ptr<const DKDatabase> database, in OnModifyFdirtyRecords()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/
Ddata_syncer.cpp304 shared_ptr<const DKDatabase> database, in ThumbDownloadCallback()
331std::shared_ptr<const DKDatabase> database, std::shared_ptr<std::vector<DKRecord>> records, bool c… in HandleOnFetchRecords()
367 …nFetchRecords(const std::shared_ptr<DKContext> context, std::shared_ptr<const DKDatabase> database, in OnFetchRecords()
428 const DriveKit::DKError &err) { in DownloadInner()
445 std::shared_ptr<const DKDatabase> database, in OnFetchDatabaseChanges()
496 shared_ptr<const DKDatabase> database, shared_ptr<std::vector<DKRecord>> records, in OnFetchCheckRecords()
569 void DataSyncer::OnFetchRecordWithId(shared_ptr<DKContext> context, shared_ptr<DKDatabase> database, in OnFetchRecordWithId()
830 shared_ptr<const DKDatabase> database, in OnCreateRecords()
860 shared_ptr<const DKDatabase> database, in OnDeleteRecords()
890 shared_ptr<const DKDatabase> database, in OnModifyMdirtyRecords()
[all …]
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/
Ddk_container.cpp30 std::shared_ptr<DKDatabase> database = nullptr; in GetDatabaseWithdatabaseScope() local
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/
Ddk_assets_downloader.h70 DKAssetsDownloader(std::shared_ptr<DKDatabase> database) in DKAssetsDownloader()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
Dschema_meta.cpp98 for (const auto &database : databases) { in GetDataBase() local
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
Dcloud_download_callback_manager.cpp66 std::shared_ptr<const DriveKit::DKDatabase> database, in OnDownloadedResult()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Dcloud_data_test.cpp126 SchemaMeta::Database database; in InitSchemaMeta() local
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
Dcloud_download_callback_manager_test.cpp179 auto database = std::make_shared<DriveKit::DKDatabase>(container, scope); variable
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
Dfuse_manager.cpp87 shared_ptr<DriveKit::DKDatabase> database; member
325 shared_ptr<DriveKit::DKDatabase> database = GetDatabase(data); in CloudOpen() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_general_store.cpp80 int32_t RdbGeneralStore::Bind(const Database &database, BindInfo bindInfo) in Bind()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
Dsync_manager.cpp206 for (const auto &database : schema.databases) { in GetSyncTask() local
Dcloud_service_impl.cpp138 for (const auto &database : schemaMeta.databases) { in DoClean() local
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
Dmedia_scanner_db.cpp49 unique_ptr<MediaScannerDb> database = make_unique<MediaScannerDb>(); in GetDatabaseInstance() local