/external/perfetto/src/tracing/test/ |
D | mock_producer_endpoint.h | 37 MOCK_METHOD(void, UnregisterDataSource, (const std::string&), (override));
|
D | mock_producer.cc | 99 void MockProducer::UnregisterDataSource(const std::string& name) { in UnregisterDataSource() function in perfetto::MockProducer 100 service_endpoint_->UnregisterDataSource(name); in UnregisterDataSource()
|
D | mock_producer.h | 59 void UnregisterDataSource(const std::string& name);
|
/external/perfetto/src/tracing/ipc/service/ |
D | producer_ipc_service.h | 53 void UnregisterDataSource(const protos::gen::UnregisterDataSourceRequest&,
|
D | producer_ipc_service.cc | 203 void ProducerIPCService::UnregisterDataSource( in UnregisterDataSource() function in perfetto::ProducerIPCService 215 producer->service_endpoint->UnregisterDataSource(req.data_source_name()); in UnregisterDataSource()
|
/external/perfetto/src/tracing/ipc/producer/ |
D | producer_ipc_client_impl.h | 69 void UnregisterDataSource(const std::string& name) override;
|
D | producer_ipc_client_impl.cc | 413 void ProducerIPCClientImpl::UnregisterDataSource(const std::string& name) { in UnregisterDataSource() function in perfetto::ProducerIPCClientImpl 422 producer_port_->UnregisterDataSource( in UnregisterDataSource()
|
/external/perfetto/src/tracing/internal/ |
D | tracing_backend_fake.cc | 54 void UnregisterDataSource(const std::string& /*name*/) override {} in UnregisterDataSource() function in perfetto::internal::__anoneb50efe10111::UnsupportedProducerEndpoint
|
D | tracing_muxer_impl.cc | 2649 backend.producer->service_->UnregisterDataSource(rds.descriptor.name()); in ResetForTesting()
|
/external/perfetto/include/perfetto/ext/tracing/core/ |
D | tracing_service.h | 68 virtual void UnregisterDataSource(const std::string& name) = 0;
|
/external/perfetto/src/tracing/core/ |
D | tracing_service_impl.h | 114 void UnregisterDataSource(const std::string& name) override; 277 void UnregisterDataSource(ProducerID, const std::string& name);
|
D | tracing_service_impl.cc | 450 UnregisterDataSource(id, it->second.descriptor.name()); in DisconnectProducer() 2691 void TracingServiceImpl::UnregisterDataSource(ProducerID producer_id, in UnregisterDataSource() function in perfetto::TracingServiceImpl 4122 void TracingServiceImpl::ProducerEndpointImpl::UnregisterDataSource( in UnregisterDataSource() function in perfetto::TracingServiceImpl::ProducerEndpointImpl 4125 service_->UnregisterDataSource(id_, name); in UnregisterDataSource()
|
D | tracing_service_impl_unittest.cc | 352 mock_producer_1->UnregisterDataSource("foo"); in TEST_F() 353 mock_producer_2->UnregisterDataSource("bar"); in TEST_F() 3130 producer2->UnregisterDataSource("data_source2.3"); in TEST_F() 3837 producer->UnregisterDataSource("data_source"); in TEST_F()
|
/external/perfetto/protos/perfetto/ipc/ |
D | producer_port.proto | 37 rpc UnregisterDataSource(UnregisterDataSourceRequest) rpc 211 // Arguments for rpc UnregisterDataSource().
|
/external/perfetto/docs/design-docs/ |
D | api-and-abi.md | 159 methods: {id: 3; name: "UnregisterDataSource" }
|