Searched defs:ReportParam (Results 1 – 3 of 3) sorted by relevance
30 struct ReportParam { struct42 static void ReportDbFault(const ReportParam &reportParam); argument
110 struct ReportParam { struct111 int32_t user = 0;112 std::string bundleName;113 std::string prepareTraceId;114 SyncStage syncStage = SyncStage::PREPARE;115 int32_t errCode = 0;
44 using ReportParam = DistributedData::ReportParam; variable