HomeSort by relevance Sort by last modified time
    Searched refs:EthernetService (Results 1 - 12 of 12) sorted by null

  /system/connectivity/shill/ethernet/
ethernet_service.cc 51 const char EthernetService::kAutoConnNoCarrier[] = "no carrier";
52 const char EthernetService::kServiceType[] = "ethernet";
54 EthernetService::EthernetService(ControlInterface* control_interface,
59 : EthernetService(control_interface, dispatcher, metrics, manager,
66 // Now that |this| is a fully constructed EthernetService, synchronize
73 EthernetService::EthernetService(ControlInterface* control_interface,
82 EthernetService::~EthernetService() { }
    [all...]
mock_ethernet_service.cc 27 : EthernetService(control_interface, nullptr, metrics, nullptr,
ethernet_service.h 37 class EthernetService : public Service {
39 EthernetService(ControlInterface* control_interface,
44 ~EthernetService() override;
67 // EthernetService behavior, while still retaining their own technology
69 EthernetService(ControlInterface* control_interface,
88 DISALLOW_COPY_AND_ASSIGN(EthernetService);
mock_ethernet.h 48 MOCK_METHOD1(ConnectTo, void(EthernetService* service));
49 MOCK_METHOD1(DisconnectFrom, void(EthernetService* service));
ethernet.h 75 virtual void ConnectTo(EthernetService* service);
76 virtual void DisconnectFrom(EthernetService* service);
mock_ethernet_service.h 28 class MockEthernetService : public EthernetService {
ethernet_service_unittest.cc 49 new EthernetService(control_interface(),
ethernet.cc 200 void Ethernet::ConnectTo(EthernetService* service) {
217 void Ethernet::DisconnectFrom(EthernetService* service) {
515 return new EthernetService(control_interface_,
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetService.java 23 public final class EthernetService extends SystemService {
25 private static final String TAG = "EthernetService";
28 public EthernetService(Context context) {
  /system/connectivity/shill/
refptr_types.h 64 class EthernetService;
65 typedef scoped_refptr<const EthernetService> EthernetServiceConstRefPtr;
66 typedef scoped_refptr<EthernetService> EthernetServiceRefPtr;
  /system/connectivity/shill/pppoe/
pppoe_service.h 42 // PPPoEService is an EthernetService that manages PPPoE connectivity on a
47 class PPPoEService : public EthernetService, public RPCTaskDelegate {
56 // Inherited from EthernetService.
pppoe_service.cc 59 : EthernetService(control_interface, dispatcher, metrics, manager,
138 EthernetService::Disconnect(error, reason);

Completed in 198 milliseconds