HomeSort by relevance Sort by last modified time
    Searched refs:crash_id (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/client/windows/crash_generation/
client_info.h 68 DWORD crash_id() const { return crash_id_; } function in class:google_breakpad::ClientInfo
crash_generation_client.h 82 bool RequestUpload(DWORD crash_id);
crash_generation_server.h 63 const DWORD crash_id);
crash_generation_client.cc 195 bool CrashGenerationClient::RequestUpload(DWORD crash_id) {
202 ProtocolMessage msg(MESSAGE_TAG_UPLOAD_REQUEST, crash_id,
  /external/google-breakpad/src/client/windows/unittests/
crash_generation_server_test.cc 87 void(const DWORD crash_id));
254 static void CallOnClientUploadRequested(void* context, const DWORD crash_id) {
256 OnClientUploadRequested(crash_id);
  /external/autotest/client/site_tests/desktopui_SonicExtension/
desktopui_SonicExtension.py 146 crash_id = self._test_utils.upload_v2_mirroring_logs(
148 test_info['crash_id'] = crash_id
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 228 bool RequestUpload(DWORD crash_id);
exception_handler.cc 379 bool ExceptionHandler::RequestUpload(DWORD crash_id) {
380 return crash_generation_client_->RequestUpload(crash_id);
    [all...]

Completed in 92 milliseconds