Searched refs:FetchDatabaseChanges (Results 1 – 10 of 10) sorted by relevance
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/ |
D | sdk_helper.cpp | 95 int32_t SdkHelper::FetchDatabaseChanges(std::shared_ptr<DriveKit::DKContext> context, FetchConditio… in FetchDatabaseChanges() function in OHOS::FileManagement::CloudSync::SdkHelper 98 …auto err = database_->FetchDatabaseChanges(context, cond.recordType, cond.desiredKeys, cond.limitR… in FetchDatabaseChanges()
|
D | data_syncer.cpp | 270 int32_t ret = sdkHelper_->FetchDatabaseChanges(context, cond, nextCursor, callback); in PullDatabaseChanges()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
D | dk_database_unnormal_mock.cpp | 85 DKLocalErrorCode DKDatabase::FetchDatabaseChanges(std::shared_ptr<DKContext> context, in FetchDatabaseChanges() function in DriveKit::DKDatabase
|
D | dk_database_mock.cpp | 85 DKLocalErrorCode DKDatabase::FetchDatabaseChanges(std::shared_ptr<DKContext> context, in FetchDatabaseChanges() function in DriveKit::DKDatabase
|
D | sdk_helper_mock.cpp | 52 int32_t SdkHelper::FetchDatabaseChanges(std::shared_ptr<DriveKit::DKContext> context, FetchConditio… in FetchDatabaseChanges() function in OHOS::FileManagement::CloudSync::SdkHelper
|
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/ |
D | dk_database.cpp | 125 DKLocalErrorCode DKDatabase::FetchDatabaseChanges(std::shared_ptr<DKContext> context, in FetchDatabaseChanges() function in DriveKit::DKDatabase
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/ |
D | sdk_helper_unnormal_test.cpp | 131 … int32_t ret = sdkHelper_->FetchDatabaseChanges(context, cond, dataSyncer_->nextCursor_, callback);
|
D | sdk_helper_test.cpp | 202 … int32_t ret = sdkHelper_->FetchDatabaseChanges(context, cond, dataSyncer_->nextCursor_, callback);
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/data_sync/ |
D | sdk_helper.h | 64 int32_t FetchDatabaseChanges(std::shared_ptr<DriveKit::DKContext> context, FetchCondition &cond,
|
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/ |
D | dk_database.h | 207 DKLocalErrorCode FetchDatabaseChanges(std::shared_ptr<DKContext> context,
|