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

  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_client.h 51 virtual bool RequestDump(const void* blob, size_t blob_size) = 0;
crash_generation_client.cc 51 virtual bool RequestDump(const void* blob, size_t blob_size) {
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_client.h 51 bool RequestDump() {
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.h 56 // overloaded RequestDump methods - one in case of exceptions
84 bool RequestDump(EXCEPTION_POINTERS* ex_info,
93 bool RequestDump(EXCEPTION_POINTERS* ex_info);
101 bool RequestDump(MDRawAssertionInfo* assert_info);
crash_generation_client.cc 322 bool CrashGenerationClient::RequestDump(EXCEPTION_POINTERS* ex_info,
340 bool CrashGenerationClient::RequestDump(EXCEPTION_POINTERS* ex_info) {
341 return RequestDump(ex_info, NULL);
344 bool CrashGenerationClient::RequestDump(MDRawAssertionInfo* assert_info) {
345 return RequestDump(NULL, assert_info);
  /system/connectivity/shill/net/
mock_rtnl_handler.h 48 MOCK_METHOD1(RequestDump, void(int request_flags));
rtnl_handler.h 107 virtual void RequestDump(int request_flags);
rtnl_handler.cc 196 void RTNLHandler::RequestDump(int request_flags) {
  /external/google-breakpad/src/client/mac/tests/
crash_generation_server_test.cc 132 bool result = client.RequestDump();
161 void *RequestDump(void *context) {
163 bool result = client.RequestDump();
187 if (pthread_create(&thread, NULL, RequestDump, (void*)mach_port_name) != 0)
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 330 void RequestDump() {
399 RequestDump();
  /system/connectivity/apmanager/
device_info.cc 87 rtnl_handler_->RequestDump(RTNLHandler::kRequestLink);
  /system/connectivity/shill/
device_info.cc 140 rtnl_handler_->RequestDump(RTNLHandler::kRequestLink);
150 rtnl_handler_->RequestDump(RTNLHandler::kRequestLink);
165 rtnl_handler_->RequestDump(RTNLHandler::kRequestLink |
    [all...]
device_info_unittest.cc 299 EXPECT_CALL(rtnl_handler_, RequestDump(RTNLHandler::kRequestLink |
328 EXPECT_CALL(rtnl_handler_, RequestDump(RTNLHandler::kRequestLink));
684 EXPECT_CALL(rtnl_handler_, RequestDump(RTNLHandler::kRequestLink)).Times(0);
696 EXPECT_CALL(rtnl_handler_, RequestDump(RTNLHandler::kRequestLink)).Times(1);
    [all...]
routing_table.cc 88 rtnl_handler_->RequestDump(RTNLHandler::kRequestRoute);
connection_diagnostics.cc 520 rtnl_handler_->RequestDump(RTNLHandler::kRequestNeighbor);
    [all...]
routing_table_unittest.cc 285 EXPECT_CALL(rtnl_handler_, RequestDump(RTNLHandler::kRequestRoute));
    [all...]
connection_diagnostics_unittest.cc 518 EXPECT_CALL(rtnl_handler_, RequestDump(RTNLHandler::kRequestNeighbor));
    [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 469 return crash_generation_client_->RequestDump(context, sizeof(*context));
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc     [all...]

Completed in 532 milliseconds