Searched defs:TaskContext (Results 1 – 4 of 4) sorted by relevance
95 struct TaskContext { struct96 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;
40 TaskContext(std::shared_ptr<DataHandler> handler) : handler_(handler) {} in TaskContext() function153 void(T::*f)(std::shared_ptr<TaskContext>), T *ptr) in AsyncRun()
39 void(DataSyncer::*f)(std::shared_ptr<TaskContext>)) in AsyncRun()
51 void(DataSyncer::*f)(std::shared_ptr<TaskContext>)) in AsyncRun()