Home
last modified time | relevance | path

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

/system/connectivity/shill/
Drefptr_types.h57 typedef scoped_refptr<const Service> ServiceConstRefPtr; typedef
Dmock_manager.h81 bool(const ServiceConstRefPtr& service));
Dprofile.h147 bool ContainsService(const ServiceConstRefPtr& service);
Dmanager.h181 const ServiceConstRefPtr& service);
328 virtual bool IsServiceEphemeral(const ServiceConstRefPtr& service) const;
Dprofile.cc226 bool Profile::ContainsService(const ServiceConstRefPtr& service) { in ContainsService()
Dmanager.cc855 const ServiceConstRefPtr& service) { in GetLoadableProfileEntriesForService()
989 bool Manager::IsServiceEphemeral(const ServiceConstRefPtr& service) const { in IsServiceEphemeral()
/system/connectivity/shill/ethernet/
Dethernet.h112 ServiceConstRefPtr GetEapService();
Dethernet.cc280 ServiceConstRefPtr Ethernet::GetEapService() { in GetEapService()
281 ServiceConstRefPtr eap_service = GetEapProvider()->service(); in GetEapService()