Home | History | Annotate | Download | only in shill

Lines Matching refs:Service

34 #include "shill/service.h"
717 // Number of BSSes available for a wifi service when we attempt to connect
718 // to that service.
815 // Registers a service with this object so it can use the timers to track
817 void RegisterService(const Service& service);
819 // Deregisters the service from this class. All state transition timers
821 void DeregisterService(const Service& service);
823 // Tracks the time it takes |service| to go from |start_state| to
826 const Service& service, const std::string& histogram_name,
827 Service::ConnectState start_state, Service::ConnectState stop_state);
833 // Notifies this object that the default service has changed.
834 // |service| is the new default service.
835 virtual void NotifyDefaultServiceChanged(const Service* service);
837 // Notifies this object that |service| state has changed.
838 virtual void NotifyServiceStateChanged(const Service& service,
839 Service::ConnectState new_state);
841 // Notifies this object that |service| has been disconnected.
842 void NotifyServiceDisconnect(const Service& service);
845 void NotifySignalAtDisconnect(const Service& service,
862 // service after waking from suspend.
978 // Notifies this object that a cellular service has been marked as
986 // Notifies this object about number of BSSes available for a wifi service
987 // when attempt to connect to that service.
1005 const std::string& name, const Service::ConnectFailure failure);
1127 typedef std::map<Service::ConnectState, TimerReportersList>
1137 typedef std::map<const Service*, std::shared_ptr<ServiceMetrics>>
1170 void InitializeCommonServiceMetrics(const Service& service);
1172 Service::ConnectState new_state);
1173 void SendServiceFailure(const Service& service);