Searched refs:SyncStage (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | sync_manager.cpp | 288 … Report({ cloud.user, schema.bundleName, it == traceIds.end() ? "" : it->second, SyncStage::END, in GetPostEventTask() 343 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() 401 Report({ user, storeInfo.bundleName, prepareTraceId, SyncStage::START, E_OK }); in GetSyncHandler() 419 Report({ user, storeInfo.bundleName, prepareTraceId, SyncStage::END, code }); in GetSyncHandler() 453 Report({ user, info.bundleName_, prepareTraceId, SyncStage::END, in GetRetryer() 468 Report({ user, info.bundleName_, prepareTraceId, SyncStage::END, in GetRetryer() 753 Report({ user, storeInfo.bundleName, prepareTraceId, SyncStage::END, dbCode }); in GetCallback() 811 Report({ storeInfo.user, storeInfo.bundleName, prepareTraceId, SyncStage::END, E_ERROR }); in DoExceptionalCallback() [all …]
|
H A D | sync_manager.h | 43 using SyncStage = DistributedData::SyncStage; variable 156 … void BatchReport(int32_t userId, const TraceIds &traceIds, SyncStage syncStage, int32_t errCode);
|
H A D | cloud_service_impl.cpp | 403 … syncManager_.Report({ user, bundleName, prepareTraceId, SyncStage::END, INVALID_ARGUMENT }); in NotifyDataChange() 410 … syncManager_.Report({ user, bundleName, prepareTraceId, SyncStage::END, INVALID_ARGUMENT }); in NotifyDataChange() 416 … syncManager_.Report({ user, bundleName, prepareTraceId, SyncStage::END, INVALID_ARGUMENT }); in NotifyDataChange()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_value.h | 104 enum SyncStage : int8_t { enum 114 SyncStage syncStage = SyncStage::PREPARE;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/include/ |
H A D | rdb_radar_reporter.h | 32 enum SyncStage : int { enum
|