Searched refs:AttachConsumer (Results 1 – 5 of 5) sorted by relevance
140 bool TestHelper::AttachConsumer(const std::string& key) { in AttachConsumer() function in perfetto::TestHelper
239 bool AttachConsumer(const std::string& key);
858 helper.AttachConsumer("key"); in TEST_F()910 EXPECT_FALSE(helper.AttachConsumer("key")); in TEST_F()
270 bool AttachConsumer(ConsumerEndpointImpl*, const std::string& key);
512 bool TracingServiceImpl::AttachConsumer(ConsumerEndpointImpl* consumer, in AttachConsumer() function in perfetto::TracingServiceImpl3383 bool success = service_->AttachConsumer(this, key); in Attach()