Searched refs:ExposedService (Results 1 – 2 of 2) sorted by relevance
61 struct ExposedService { struct62 ExposedService(ServiceID, const std::string&, std::unique_ptr<Service>);63 ~ExposedService();64 ExposedService(ExposedService&&) noexcept;65 ExposedService& operator=(ExposedService&&); argument80 const ExposedService* GetServiceByName(const std::string&); argument85 std::map<ServiceID, ExposedService> services_;
100 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::ExposedService305 HostImpl::ExposedService::ExposedService(ExposedService&&) noexcept = default;306 HostImpl::ExposedService& HostImpl::ExposedService::operator=(307 HostImpl::ExposedService&&) = default;308 HostImpl::ExposedService::~ExposedService() = default;