Home
last modified time | relevance | path

Searched defs:TaskContext (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
Dcloud_syncer.h95 struct TaskContext { struct
96 TaskId currentTaskId = 0u;
97 std::string tableName;
98 std::shared_ptr<ProcessNotifier> notifier;
99 std::shared_ptr<CloudSyncStrategy> strategy;
100 std::map<TableName, std::vector<Field>> assetFields;
102 AssetDownloadList assetDownloadList;
104 std::map<TableName, std::map<std::string, std::map<std::string, Assets>>> assetsInfo;
105 std::map<TableName, std::string> cloudWaterMarks;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/data_sync/
Dtask.h40 TaskContext(std::shared_ptr<DataHandler> handler) : handler_(handler) {} in TaskContext() function
153 void(T::*f)(std::shared_ptr<TaskContext>), T *ptr) in AsyncRun()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
Ddata_syncer_mock.cpp39 void(DataSyncer::*f)(std::shared_ptr<TaskContext>)) in AsyncRun()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/
Ddata_syncer.cpp51 void(DataSyncer::*f)(std::shared_ptr<TaskContext>)) in AsyncRun()