Home
last modified time | relevance | path

Searched refs:TaskContext (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h91 struct TaskContext { struct in DistributedDB::CloudSyncer
130 TaskContext context;
446 TaskContext currentContext_;
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h180 struct TaskContext { struct in OHOS::MiscServices::final::RemoteDataTaskManager
185 using DataTask = std::pair<std::shared_ptr<PasteboardService::RemoteDataTaskManager::TaskContext>, bool>;
194 std::map<std::string, std::shared_ptr<TaskContext>> dataTasks_;
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp676 it = dataTasks_.emplace(key, std::make_shared<TaskContext>()).first; in GetRemoteDataTask()
704 std::shared_ptr<PasteboardService::RemoteDataTaskManager::TaskContext> task; in WaitRemoteData()

Completed in 8 milliseconds