Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc2630 bool test_packet_found = false; in TEST_P() local
2634 EXPECT_FALSE(test_packet_found); in TEST_P()
2637 test_packet_found = true; in TEST_P()
2639 EXPECT_TRUE(test_packet_found); in TEST_P()
2708 bool test_packet_found = false; in TEST_P() local
2712 EXPECT_FALSE(test_packet_found); in TEST_P()
2715 test_packet_found = true; in TEST_P()
2717 EXPECT_TRUE(test_packet_found); in TEST_P()
2904 int test_packet_found = 0; in TEST_P() local
2909 test_packet_found++; in TEST_P()
[all …]