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.h65 struct TaskContext { struct
66 TaskId currentTaskId = 0u;
67 std::string tableName;
68 std::shared_ptr<ProcessNotifier> notifier;
69 std::shared_ptr<CloudSyncStrategy> strategy;
70 std::map<TableName, std::vector<Field>> assetFields;
95 TaskContext context; argument
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/data_sync/
Dtask.h40 TaskContext(std::shared_ptr<DataHandler> handler) : handler_(handler), in TaskContext() function
171 void(T::*f)(std::shared_ptr<TaskContext>), T *ptr) in AsyncRun()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
Ddata_syncer_mock.cpp41 void(DataSyncer::*f)(std::shared_ptr<TaskContext>)) in AsyncRun()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/
Ddata_syncer.cpp58 void(DataSyncer::*f)(std::shared_ptr<TaskContext>)) in AsyncRun()