Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dmock_producer.h71 void WaitForFlush(TraceWriter* writer_to_flush, bool reply = true);
73 void WaitForFlush(std::vector<TraceWriter*> writers_to_flush,
Dmock_producer.cc158 void MockProducer::WaitForFlush(TraceWriter* writer_to_flush, bool reply) { in WaitForFlush() function in perfetto::MockProducer
162 WaitForFlush(writers, reply); in WaitForFlush()
165 void MockProducer::WaitForFlush(std::vector<TraceWriter*> writers_to_flush, in WaitForFlush() function in perfetto::MockProducer
/external/perfetto/src/tracing/core/
Dtracing_service_impl_unittest.cc371 producer->WaitForFlush(writer1.get()); in TEST_F()
512 producer->WaitForFlush(writer.get()); in TEST_F()
603 producer->WaitForFlush(writer.get()); in TEST_F()
783 producer->WaitForFlush(writer1.get()); in TEST_F()
856 producer->WaitForFlush(writer1.get()); in TEST_F()
957 producer->WaitForFlush(writer1.get()); in TEST_F()
1010 producer->WaitForFlush(writer.get()); in TEST_F()
1081 producer->WaitForFlush(writer.get()); in TEST_F()
1158 producer->WaitForFlush(writer.get()); in TEST_F()
1213 producer->WaitForFlush(writer.get()); in TEST_F()
[all …]