Home
last modified time | relevance | path

Searched defs:crash_id (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/client/windows/crash_generation/
H A Dclient_info.h67 DWORD crash_id() const { return crash_id_; } in crash_id() function
H A Dcrash_generation_client.cc198 bool CrashGenerationClient::RequestUpload(DWORD crash_id) { in RequestUpload()
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/
H A Dcrash_generation_server_test.cc254 static void CallOnClientUploadRequested(void* context, const DWORD crash_id) { in CallOnClientUploadRequested()
/aosp_15_r20/external/autotest/server/hosts/tls_client/
H A Dautotest_common.proto293 int64 crash_id = 1; field
/aosp_15_r20/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc383 bool ExceptionHandler::RequestUpload(DWORD crash_id) { in RequestUpload()