Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/
Dsdk_helper.cpp73 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()
Ddata_syncer.cpp244 int32_t ret = sdkHelper_->FetchRecords(context, cond, nextCursor, callback); in PullRecords()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
Ddk_database_unnormal_mock.cpp38 DKLocalErrorCode DKDatabase::FetchRecords(std::shared_ptr<DKContext> context, in FetchRecords() function in DriveKit::DKDatabase
Ddk_database_mock.cpp38 DKLocalErrorCode DKDatabase::FetchRecords(std::shared_ptr<DKContext> context, in FetchRecords() function in DriveKit::DKDatabase
Dsdk_helper_mock.cpp40 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/
Ddk_database.cpp51 DKLocalErrorCode DKDatabase::FetchRecords(std::shared_ptr<DKContext> context, in FetchRecords() function in DriveKit::DKDatabase
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/
Dsdk_helper_unnormal_test.cpp97 int32_t ret = sdkHelper_->FetchRecords(context, cond, dataSyncer_->nextCursor_, callback);
Dsdk_helper_test.cpp152 int32_t ret = sdkHelper_->FetchRecords(context, cond, dataSyncer_->nextCursor_, callback);
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/data_sync/
Dsdk_helper.h60 …int32_t FetchRecords(std::shared_ptr<DriveKit::DKContext> context, FetchCondition &cond, DriveKit:…
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/include/
Ddk_database.h154 DKLocalErrorCode FetchRecords(std::shared_ptr<DKContext> context,