Searched refs:test_helper_ (Results 1 – 2 of 2) sorted by relevance
39 : test_helper_(&task_runner_, TestHelper::Mode::kStartDaemons) { in InProcessSystemService()41 test_helper_.StartServiceIfRequired(); in InProcessSystemService()46 perfetto::TestHelper test_helper_; member in perfetto::test::__anone4a149cf0111::InProcessSystemService
210 test_helper_.StartServiceIfRequired(); in StartServiceIfRequiredNoNewExecsAfterThis()214 return test_helper_.ConnectFakeProducer(); in ConnectFakeProducer()218 return test_helper_.WrapTask(function); in WrapTask()221 void WaitForProducerSetup() { test_helper_.WaitForProducerSetup(); } in WaitForProducerSetup()223 void WaitForProducerEnabled() { test_helper_.WaitForProducerEnabled(); } in WaitForProducerEnabled()253 TestHelper test_helper_{&task_runner_}; member in perfetto::__anone393985e0111::PerfettoCmdlineTest