Searched refs:ServiceConstRefPtr (Results 1 – 8 of 8) sorted by relevance
57 typedef scoped_refptr<const Service> ServiceConstRefPtr; typedef
81 bool(const ServiceConstRefPtr& service));
147 bool ContainsService(const ServiceConstRefPtr& service);
181 const ServiceConstRefPtr& service);328 virtual bool IsServiceEphemeral(const ServiceConstRefPtr& service) const;
226 bool Profile::ContainsService(const ServiceConstRefPtr& service) { in ContainsService()
855 const ServiceConstRefPtr& service) { in GetLoadableProfileEntriesForService()989 bool Manager::IsServiceEphemeral(const ServiceConstRefPtr& service) const { in IsServiceEphemeral()
112 ServiceConstRefPtr GetEapService();
280 ServiceConstRefPtr Ethernet::GetEapService() { in GetEapService()281 ServiceConstRefPtr eap_service = GetEapProvider()->service(); in GetEapService()