Home
last modified time | relevance | path

Searched refs:FetchDatabaseChanges (Results 1 – 10 of 10) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/
Dsdk_helper.cpp95 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()
Ddata_syncer.cpp270 int32_t ret = sdkHelper_->FetchDatabaseChanges(context, cond, nextCursor, callback); in PullDatabaseChanges()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
Ddk_database_unnormal_mock.cpp85 DKLocalErrorCode DKDatabase::FetchDatabaseChanges(std::shared_ptr<DKContext> context, in FetchDatabaseChanges() function in DriveKit::DKDatabase
Ddk_database_mock.cpp85 DKLocalErrorCode DKDatabase::FetchDatabaseChanges(std::shared_ptr<DKContext> context, in FetchDatabaseChanges() function in DriveKit::DKDatabase
Dsdk_helper_mock.cpp52 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/
Ddk_database.cpp125 DKLocalErrorCode DKDatabase::FetchDatabaseChanges(std::shared_ptr<DKContext> context, in FetchDatabaseChanges() function in DriveKit::DKDatabase
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/
Dsdk_helper_unnormal_test.cpp131 … int32_t ret = sdkHelper_->FetchDatabaseChanges(context, cond, dataSyncer_->nextCursor_, callback);
Dsdk_helper_test.cpp202 … int32_t ret = sdkHelper_->FetchDatabaseChanges(context, cond, dataSyncer_->nextCursor_, callback);
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/data_sync/
Dsdk_helper.h64 int32_t FetchDatabaseChanges(std::shared_ptr<DriveKit::DKContext> context, FetchCondition &cond,
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/
Ddk_database.h207 DKLocalErrorCode FetchDatabaseChanges(std::shared_ptr<DKContext> context,