Home
last modified time | relevance | path

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

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc35310 virtual void UnregisterDataSource(const std::string& name) = 0;
40060 void UnregisterDataSource(const std::string& /*name*/) override {} in UnregisterDataSource() function in perfetto::internal::__anon3c415f213b11::UnsupportedProducerEndpoint
42577 backend.producer->service_->UnregisterDataSource(rds.descriptor.name()); in ResetForTesting()
48427 void UnregisterDataSource(const std::string& name) override;
48581 void UnregisterDataSource(ProducerID, const std::string& name);
53557 UnregisterDataSource(id, it->second.descriptor.name()); in DisconnectProducer()
55599 void TracingServiceImpl::UnregisterDataSource(ProducerID producer_id, in UnregisterDataSource() function in perfetto::TracingServiceImpl
56834 void TracingServiceImpl::ProducerEndpointImpl::UnregisterDataSource( in UnregisterDataSource() function in perfetto::TracingServiceImpl::ProducerEndpointImpl
56837 service_->UnregisterDataSource(id_, name); in UnregisterDataSource()
67743 …virtual void UnregisterDataSource(const UnregisterDataSourceRequest&, DeferredUnregisterDataSource…
[all …]