Home
last modified time | relevance | path

Searched defs:ReportParam (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_dfx_adapter.h30 struct ReportParam { struct
42 static void ReportDbFault(const ReportParam &reportParam); argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h110 struct ReportParam { struct
111 int32_t user = 0;
112 std::string bundleName;
113 std::string prepareTraceId;
114 SyncStage syncStage = SyncStage::PREPARE;
115 int32_t errCode = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h44 using ReportParam = DistributedData::ReportParam; variable