Searched refs:GetSyncTaskContext (Results 1 – 3 of 3) sorted by relevance
34 return SyncEngine::GetSyncTaskContext(deviceId, errCode); in CallGetSyncTaskContext()
143 ISyncTaskContext *GetSyncTaskContext(const std::string &deviceId, int &errCode);
331 context = GetSyncTaskContext(deviceId, errCode); in AddSyncOperForContext()452 context = GetSyncTaskContext(targetDev, errCode); in GetContextForMsg()625 ISyncTaskContext *SyncEngine::GetSyncTaskContext(const std::string &deviceId, int &errCode) in GetSyncTaskContext() function in DistributedDB::SyncEngine