Home | History | Annotate | Download | only in pppoe

Lines Matching refs:Service

85   Service::Connect(error, reason);
92 "PPPoE Service %s does not have Ethernet link.",
99 StringPrintf("PPPoE service %s already connected.",
106 StringPrintf("PPPoE service %s already connecting.",
129 StringPrintf("PPPoE service %s can't start pppd.",
134 SetState(Service::kStateAssociating);
142 // If no PPPDevice has been associated with this service then nothing will
143 // drive this service's transition into the idle state. This must be forced
144 // here to ensure that the service is not left in any intermediate state.
145 SetState(Service::kStateIdle);
153 if (!Service::Load(storage)) {
168 if (!Service::Save(storage)) {
185 return Service::Unload();
263 SetFailure(Service::kFailurePPPAuth);
265 SetFailure(Service::kFailureUnknown);