Searched refs:FetchRecords (Results 1 – 10 of 10) sorted by relevance
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/ |
D | sdk_helper.cpp | 73 int32_t SdkHelper::FetchRecords(std::shared_ptr<DriveKit::DKContext> context, FetchCondition &cond, in FetchRecords() function in OHOS::FileManagement::CloudSync::SdkHelper 76 …auto err = database_->FetchRecords(context, cond.recordType, cond.desiredKeys, cond.limitRes, curs… in FetchRecords()
|
D | data_syncer.cpp | 244 int32_t ret = sdkHelper_->FetchRecords(context, cond, nextCursor, callback); in PullRecords()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
D | dk_database_unnormal_mock.cpp | 38 DKLocalErrorCode DKDatabase::FetchRecords(std::shared_ptr<DKContext> context, in FetchRecords() function in DriveKit::DKDatabase
|
D | dk_database_mock.cpp | 38 DKLocalErrorCode DKDatabase::FetchRecords(std::shared_ptr<DKContext> context, in FetchRecords() function in DriveKit::DKDatabase
|
D | sdk_helper_mock.cpp | 40 int32_t SdkHelper::FetchRecords(std::shared_ptr<DriveKit::DKContext> context, FetchCondition &cond, in FetchRecords() function in OHOS::FileManagement::CloudSync::SdkHelper
|
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/ |
D | dk_database.cpp | 51 DKLocalErrorCode DKDatabase::FetchRecords(std::shared_ptr<DKContext> context, in FetchRecords() function in DriveKit::DKDatabase
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/ |
D | sdk_helper_unnormal_test.cpp | 97 int32_t ret = sdkHelper_->FetchRecords(context, cond, dataSyncer_->nextCursor_, callback);
|
D | sdk_helper_test.cpp | 152 int32_t ret = sdkHelper_->FetchRecords(context, cond, dataSyncer_->nextCursor_, callback);
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/data_sync/ |
D | sdk_helper.h | 60 …int32_t FetchRecords(std::shared_ptr<DriveKit::DKContext> context, FetchCondition &cond, DriveKit:…
|
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/ |
D | dk_database.h | 154 DKLocalErrorCode FetchRecords(std::shared_ptr<DKContext> context,
|