Searched refs:fault_type (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
H A Dcrash_generation_server_test.cc105 void FaultyClient(ClientFault fault_type) { argument
134 DoFaultyClient(fault_type, pipe);
162 void DoFaultyClient(ClientFault fault_type, HANDLE pipe) { argument
163 if (fault_type == CLOSE_AFTER_CONNECT) {
171 fault_type == SEND_INVALID_REGISTRATION ?
188 fault_type == TRUNCATE_REGISTRATION ?
193 if (fault_type == CLOSE_AFTER_REGISTRATION) {
201 fault_type == RESPONSE_BUFFER_TOO_SMALL ?
206 switch (fault_type) {
217 if (fault_type
[all...]

Completed in 77 milliseconds