Searched refs:packet_type (Results 1 – 4 of 4) sorted by relevance
53 packet.packet_type = CrashPacketType::kDumpRequest; in tombstoned_connect()102 packet.packet_type = CrashPacketType::kCompletedDump; in tombstoned_notify_completion()
302 TombstonedCrashPacket response = {.packet_type = CrashPacketType::kPerformDump}; in perform_request()372 if (request.packet_type != CrashPacketType::kDumpRequest) { in crash_request_cb()374 << StringPrintf("%#2hhX", request.packet_type); in crash_request_cb()445 if (request.packet_type != CrashPacketType::kCompletedDump) { in crash_completed()447 << uint32_t(request.packet_type); in crash_completed()
54 CrashPacketType packet_type; member
1809 packet.packet_type = CrashPacketType::kDumpRequest; in TEST()