Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h91 struct TaskContext { struct
92 TaskId currentTaskId = 0u;
93 std::string tableName;
94 std::shared_ptr<ProcessNotifier> notifier;
95 std::shared_ptr<CloudSyncStrategy> strategy;
96 std::shared_ptr<ProcessRecorder> processRecorder;
97 std::map<TableName, std::vector<Field>> assetFields;
99 DownloadList assetDownloadList;
104 std::shared_ptr<CloudLocker> locker;
106 bool isRealNeedUpload = false;
[all …]
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h178 struct TaskContext { struct
183 …DataTask = std::pair<std::shared_ptr<PasteboardService::RemoteDataTaskManager::TaskContext>, bool>; argument