AttachmentsPath(const UUID &uuid) | crashpad::CrashReportDatabase | protected |
AttachmentsRootPath() | crashpad::CrashReportDatabase | protected |
CleanDatabase(time_t lockfile_ttl) | crashpad::CrashReportDatabase | inlinevirtual |
CrashReportDatabase(const CrashReportDatabase &)=delete (defined in crashpad::CrashReportDatabase) | crashpad::CrashReportDatabase | |
CrashReportDatabase() (defined in crashpad::CrashReportDatabase) | crashpad::CrashReportDatabase | inlineprotected |
DatabasePath()=0 | crashpad::CrashReportDatabase | protectedpure virtual |
DeleteReport(const UUID &uuid)=0 | crashpad::CrashReportDatabase | pure virtual |
FinishedWritingCrashReport(std::unique_ptr< NewReport > report, UUID *uuid)=0 | crashpad::CrashReportDatabase | pure virtual |
GetCompletedReports(std::vector< Report > *reports)=0 | crashpad::CrashReportDatabase | pure virtual |
GetPendingReports(std::vector< Report > *reports)=0 | crashpad::CrashReportDatabase | pure virtual |
GetReportForUploading(const UUID &uuid, std::unique_ptr< const UploadReport > *report, bool report_metrics=true)=0 | crashpad::CrashReportDatabase | pure virtual |
GetSettings()=0 | crashpad::CrashReportDatabase | pure virtual |
Initialize(const base::FilePath &path) | crashpad::CrashReportDatabase | static |
InitializeWithoutCreating(const base::FilePath &path) | crashpad::CrashReportDatabase | static |
kBusyError enum value | crashpad::CrashReportDatabase | |
kCannotRequestUpload enum value | crashpad::CrashReportDatabase | |
kDatabaseError enum value | crashpad::CrashReportDatabase | |
kFileSystemError enum value | crashpad::CrashReportDatabase | |
kNoError enum value | crashpad::CrashReportDatabase | |
kReportNotFound enum value | crashpad::CrashReportDatabase | |
LookUpCrashReport(const UUID &uuid, Report *report)=0 | crashpad::CrashReportDatabase | pure virtual |
OperationStatus enum name | crashpad::CrashReportDatabase | |
operator=(const CrashReportDatabase &)=delete (defined in crashpad::CrashReportDatabase) | crashpad::CrashReportDatabase | |
PrepareNewCrashReport(std::unique_ptr< NewReport > *report)=0 | crashpad::CrashReportDatabase | pure virtual |
RecordUploadComplete(std::unique_ptr< const UploadReport > report, const std::string &id) | crashpad::CrashReportDatabase | |
RemoveAttachmentsByUUID(const UUID &uuid) | crashpad::CrashReportDatabase | protected |
RequestUpload(const UUID &uuid)=0 | crashpad::CrashReportDatabase | pure virtual |
SkipReportUpload(const UUID &uuid, Metrics::CrashSkippedReason reason)=0 | crashpad::CrashReportDatabase | pure virtual |
~CrashReportDatabase() (defined in crashpad::CrashReportDatabase) | crashpad::CrashReportDatabase | inlinevirtual |