Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.h62 class CrashReportSender {
68 explicit CrashReportSender(const wstring &checkpoint_file);
69 ~CrashReportSender() {} in ~CrashReportSender()
117 explicit CrashReportSender(const CrashReportSender &);
118 void operator=(const CrashReportSender &);
Dcrash_report_sender.cc48 CrashReportSender::CrashReportSender(const wstring &checkpoint_file) in CrashReportSender() function in google_breakpad::CrashReportSender
60 ReportResult CrashReportSender::SendCrashReport( in SendCrashReport()
85 void CrashReportSender::ReadCheckpoint(FILE *fd) { in ReadCheckpoint()
102 void CrashReportSender::ReportSent(int today) { in ReportSent()
120 int CrashReportSender::GetCurrentDate() const { in GetCurrentDate()
127 int CrashReportSender::OpenCheckpointFile(const wchar_t *mode, FILE **fd) { in OpenCheckpointFile()