Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc84 void(const DWORD crash_id));
251 static void CallOnClientUploadRequested(void* context, const DWORD crash_id) { in CallOnClientUploadRequested() argument
253 OnClientUploadRequested(crash_id); in CallOnClientUploadRequested()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc195 bool CrashGenerationClient::RequestUpload(DWORD crash_id) { in RequestUpload() argument
202 ProtocolMessage msg(MESSAGE_TAG_UPLOAD_REQUEST, crash_id, in RequestUpload()
Dcrash_generation_client.h82 bool RequestUpload(DWORD crash_id);
Dclient_info.h68 DWORD crash_id() const { return crash_id_; } in crash_id() function
Dcrash_generation_server.h63 const DWORD crash_id);
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h228 bool RequestUpload(DWORD crash_id);
Dexception_handler.cc380 bool ExceptionHandler::RequestUpload(DWORD crash_id) { in RequestUpload() argument
381 return crash_generation_client_->RequestUpload(crash_id); in RequestUpload()
/external/autotest/server/hosts/tls_client/
Dautotest_common.proto286 // each subsequent proto with a matching crash_id (concatenate blobs that have
293 int64 crash_id = 1; field