Home
last modified time | relevance | path

Searched refs:custom_info (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc96 const CustomClientInfo* custom_info) in CrashGenerationClient() argument
108 if (custom_info) { in CrashGenerationClient()
109 custom_info_ = *custom_info; in CrashGenerationClient()
116 const CustomClientInfo* custom_info) in CrashGenerationClient() argument
128 if (custom_info) { in CrashGenerationClient()
129 custom_info_ = *custom_info; in CrashGenerationClient()
201 CustomClientInfo custom_info = {NULL, 0}; in RequestUpload() local
204 custom_info, NULL, NULL, NULL); in RequestUpload()
Dclient_info.cc215 CustomClientInfo custom_info; in GetCustomInfo() local
216 custom_info.entries = custom_info_entries_.get(); in GetCustomInfo()
219 custom_info.count = custom_client_info_.count + 1; in GetCustomInfo()
220 return custom_info; in GetCustomInfo()
Dcrash_generation_client.h67 const CustomClientInfo* custom_info);
71 const CustomClientInfo* custom_info);
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc234 CustomClientInfo custom_info = client_info->GetCustomInfo(); in ShowClientCrashed() local
235 if (custom_info.count <= 0) { in ShowClientCrashed()
240 for (size_t i = 0; i < custom_info.count; ++i) { in ShowClientCrashed()
244 str_line += custom_info.entries[i].name; in ShowClientCrashed()
246 str_line += custom_info.entries[i].value; in ShowClientCrashed()
480 CustomClientInfo custom_info = {kCustomInfoEntries, kCustomInfoCount}; in _tWinMain() local
493 &custom_info); in _tWinMain()
/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h124 const CustomClientInfo& custom_info, in ProtocolMessage()
134 custom_client_info(custom_info), in ProtocolMessage()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h185 const CustomClientInfo* custom_info);
196 const CustomClientInfo* custom_info);
298 const CustomClientInfo* custom_info);
Dexception_handler.cc67 const CustomClientInfo* custom_info) { in ExceptionHandler() argument
77 custom_info); in ExceptionHandler()
87 const CustomClientInfo* custom_info) { in ExceptionHandler() argument
97 custom_info); in ExceptionHandler()
148 const CustomClientInfo* custom_info) { in Initialize() argument
185 new CrashGenerationClient(pipe_name, dump_type_, custom_info)); in Initialize()
188 new CrashGenerationClient(pipe_handle, dump_type_, custom_info)); in Initialize()
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc164 google_breakpad::CustomClientInfo custom_info = {kCustomInfoEntries, in DoFaultyClient() local
176 custom_info, in DoFaultyClient()
/external/google-breakpad/docs/
Dwindows_client_integration.md27 const CustomClientInfo* custom_info);
/external/autotest/site_utils/
Dgenerate_test_report172 def _CollectInfo(self, testdir, custom_info): argument
190 info = custom_info