Home
last modified time | relevance | path

Searched refs:BatchReport (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp343 BatchReport(info.user_, traceIds, SyncStage::PREPARE, E_OK); in GetSyncTask()
348 BatchReport(info.user_, traceIds, SyncStage::END, code); in GetSyncTask()
362 BatchReport(info.user_, traceIds, SyncStage::END, E_CLOUD_DISABLED); in GetSyncTask()
860 void SyncManager::BatchReport(int32_t userId, const TraceIds &traceIds, SyncStage syncStage, int32_… in BatchReport() function in OHOS::CloudData::SyncManager
H A Dsync_manager.h156 … void BatchReport(int32_t userId, const TraceIds &traceIds, SyncStage syncStage, int32_t errCode);