Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dhost_impl.h61 struct ExposedService { struct
62 ExposedService(ServiceID, const std::string&, std::unique_ptr<Service>);
63 ~ExposedService();
64 ExposedService(ExposedService&&) noexcept;
65 ExposedService& operator=(ExposedService&&); argument
80 const ExposedService* GetServiceByName(const std::string&); argument
85 std::map<ServiceID, ExposedService> services_;
Dhost_impl.cc100 ExposedService exposed_service(sid, service_name, std::move(service)); in ExposeService()
169 const ExposedService* service = GetServiceByName(req.service_name()); in OnBindService()
288 const HostImpl::ExposedService* HostImpl::GetServiceByName( in GetServiceByName()
300 HostImpl::ExposedService::ExposedService(ServiceID id_, in ExposedService() function in perfetto::ipc::HostImpl::ExposedService
305 HostImpl::ExposedService::ExposedService(ExposedService&&) noexcept = default;
306 HostImpl::ExposedService& HostImpl::ExposedService::operator=(
307 HostImpl::ExposedService&&) = default;
308 HostImpl::ExposedService::~ExposedService() = default;