Home
last modified time | relevance | path

Searched defs:TestDataSourceHandle (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc278 struct TestDataSourceHandle { struct
279 WaitableTestEvent on_create;
280 WaitableTestEvent on_setup;
281 WaitableTestEvent on_start;
282 WaitableTestEvent on_stop;
283 WaitableTestEvent on_flush;
284 MockDataSource* instance;
285 perfetto::DataSourceConfig config;
286 bool is_datasource_started = false;
287 bool handle_stop_asynchronously = false;
[all …]