Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/
H A Dreporter.cpp67 json GetReportCommonData(u64 title_id, ResultCode result, const std::string& timestamp, in GetReportCommonData() function
145 out["report_common"] = GetReportCommonData(title_id, RESULT_SUCCESS, timestamp); in GetFullDataAuto()
213 out["report_common"] = GetReportCommonData(title_id, result, timestamp); in SaveCrashReport()
323 out["report_common"] = GetReportCommonData(title_id, RESULT_SUCCESS, timestamp, user_id); in SavePlayReport()
351 out["report_common"] = GetReportCommonData(title_id, result, timestamp); in SaveErrorReport()
373 GetReportCommonData(system.CurrentProcess()->GetTitleID(), RESULT_SUCCESS, timestamp); in SaveLogReport()
422 out["report_common"] = GetReportCommonData(title_id, RESULT_SUCCESS, timestamp); in SaveFilesystemAccessReport()