Home
last modified time | relevance | path

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

/external/perfetto/test/
Dtest_helper.h59 bool AttachConsumer(const std::string& key);
Dtest_helper.cc113 bool TestHelper::AttachConsumer(const std::string& key) { in AttachConsumer() function in perfetto::TestHelper
Dend_to_end_integrationtest.cc507 helper.AttachConsumer("key"); in TEST_F()
559 EXPECT_FALSE(helper.AttachConsumer("key")); in TEST_F()
/external/perfetto/src/tracing/core/
Dtracing_service_impl.h244 bool AttachConsumer(ConsumerEndpointImpl*, const std::string& key);
Dtracing_service_impl.cc274 bool TracingServiceImpl::AttachConsumer(ConsumerEndpointImpl* consumer, in AttachConsumer() function in perfetto::TracingServiceImpl
2380 bool success = service_->AttachConsumer(this, key); in Attach()