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

  /system/connectivity/shill/
mock_control.cc 50 ServiceAdaptorInterface* MockControl::CreateServiceAdaptor(
nice_mock_control.cc 56 ServiceAdaptorInterface* NiceMockControl::CreateServiceAdaptor(
control_interface.h 101 virtual ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) = 0;
mock_control.h 46 ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) override;
nice_mock_control.h 46 ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) override;
service.cc 183 adaptor_(control_interface->CreateServiceAdaptor(this)),
    [all...]
  /system/connectivity/apmanager/
control_interface.h 53 virtual std::unique_ptr<ServiceAdaptorInterface> CreateServiceAdaptor(
mock_control.cc 40 std::unique_ptr<ServiceAdaptorInterface> MockControl::CreateServiceAdaptor(
mock_control.h 54 std::unique_ptr<ServiceAdaptorInterface> CreateServiceAdaptor(
service.cc 74 adaptor_(manager->control_interface()->CreateServiceAdaptor(this)),
  /system/connectivity/apmanager/dbus/
dbus_control.h 44 std::unique_ptr<ServiceAdaptorInterface> CreateServiceAdaptor(
dbus_control.cc 110 std::unique_ptr<ServiceAdaptorInterface> DBusControl::CreateServiceAdaptor(
  /system/connectivity/shill/binder/
binder_control.h 46 ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) override;
binder_control.cc 121 ServiceAdaptorInterface* BinderControl::CreateServiceAdaptor(Service* service) {
  /system/connectivity/shill/dbus/
chromeos_dbus_control.h 45 ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) override;
chromeos_dbus_control.cc 189 ServiceAdaptorInterface* ChromeosDBusControl::CreateServiceAdaptor(

Completed in 6364 milliseconds