Searched refs:AttachConsumer (Results 1 – 5 of 5) sorted by relevance
59 bool AttachConsumer(const std::string& key);
113 bool TestHelper::AttachConsumer(const std::string& key) { in AttachConsumer() function in perfetto::TestHelper
507 helper.AttachConsumer("key"); in TEST_F()559 EXPECT_FALSE(helper.AttachConsumer("key")); in TEST_F()
244 bool AttachConsumer(ConsumerEndpointImpl*, const std::string& key);
274 bool TracingServiceImpl::AttachConsumer(ConsumerEndpointImpl* consumer, in AttachConsumer() function in perfetto::TracingServiceImpl2380 bool success = service_->AttachConsumer(this, key); in Attach()