Lines Matching refs:packets
92 void AssertGraphPresent(std::vector<protos::gen::TracePacket> packets) { in AssertGraphPresent() argument
93 ASSERT_GT(packets.size(), 0u); in AssertGraphPresent()
97 for (const auto& packet : packets) { in AssertGraphPresent()
105 void AssertNoProfileContents(std::vector<protos::gen::TracePacket> packets) { in AssertNoProfileContents() argument
107 for (const auto& packet : packets) { in AssertNoProfileContents()
117 const auto& packets = ProfileRuntime(app_name); in TEST() local
118 AssertGraphPresent(packets); in TEST()
123 const auto& packets = ProfileRuntime(app_name); in TEST() local
124 AssertGraphPresent(packets); in TEST()
129 const auto& packets = ProfileRuntime(app_name); in TEST() local
132 AssertGraphPresent(packets); in TEST()
134 AssertNoProfileContents(packets); in TEST()