Home
last modified time | relevance | path

Searched refs:ServiceAdaptorInterface (Results 1 – 25 of 25) sorted by relevance

/system/connectivity/shill/
Dservice_property_change_notifier.cc32 ServiceAdaptorInterface* adaptor) : rpc_adaptor_(adaptor) {} in ServicePropertyChangeNotifier()
71 Bind(&ServiceAdaptorInterface::EmitUint16sChanged, in AddUint16sPropertyObserver()
101 Bind(&ServiceAdaptorInterface::EmitRpcIdentifierChanged, in AddRpcIdentifierPropertyObserver()
111 Bind(&ServiceAdaptorInterface::EmitStringChanged, in AddStringPropertyObserver()
121 Bind(&ServiceAdaptorInterface::EmitStringmapChanged, in AddStringmapPropertyObserver()
Dservice_property_change_notifier.h32 class ServiceAdaptorInterface; variable
41 explicit ServicePropertyChangeNotifier(ServiceAdaptorInterface* adaptor);
72 ServiceAdaptorInterface* rpc_adaptor_;
Dmock_control.cc50 ServiceAdaptorInterface* MockControl::CreateServiceAdaptor( in CreateServiceAdaptor()
Dnice_mock_control.cc56 ServiceAdaptorInterface* NiceMockControl::CreateServiceAdaptor( in CreateServiceAdaptor()
Dadaptor_interfaces.h136 class ServiceAdaptorInterface {
138 virtual ~ServiceAdaptorInterface() {} in ~ServiceAdaptorInterface()
Dcontrol_interface.h40 class ServiceAdaptorInterface; variable
101 virtual ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) = 0;
Dservice.h61 class ServiceAdaptorInterface; variable
607 ServiceAdaptorInterface* adaptor() const { return adaptor_.get(); } in adaptor()
664 friend class ServiceAdaptorInterface; variable
892 std::unique_ptr<ServiceAdaptorInterface> adaptor_;
Dmock_control.h46 ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) override;
Dnice_mock_control.h46 ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) override;
Dmock_adaptors.h151 class ServiceMockAdaptor : public ServiceAdaptorInterface {
/system/connectivity/apmanager/
Dservice_adaptor_interface.h28 class ServiceAdaptorInterface {
30 virtual ~ServiceAdaptorInterface() {} in ~ServiceAdaptorInterface()
Dmock_control.cc40 std::unique_ptr<ServiceAdaptorInterface> MockControl::CreateServiceAdaptor( in CreateServiceAdaptor()
42 return std::unique_ptr<ServiceAdaptorInterface>(CreateServiceAdaptorRaw()); in CreateServiceAdaptor()
Dmock_control.h43 MOCK_METHOD0(CreateServiceAdaptorRaw, ServiceAdaptorInterface*());
54 std::unique_ptr<ServiceAdaptorInterface> CreateServiceAdaptor(
Dservice.h54 ServiceAdaptorInterface* adaptor() const { return adaptor_.get(); } in adaptor()
107 std::unique_ptr<ServiceAdaptorInterface> adaptor_;
Dmock_service_adaptor.h29 class MockServiceAdaptor : public ServiceAdaptorInterface {
Dcontrol_interface.h53 virtual std::unique_ptr<ServiceAdaptorInterface> CreateServiceAdaptor(
/system/connectivity/apmanager/dbus/
Ddbus_control.cc110 std::unique_ptr<ServiceAdaptorInterface> DBusControl::CreateServiceAdaptor( in CreateServiceAdaptor()
112 return std::unique_ptr<ServiceAdaptorInterface>( in CreateServiceAdaptor()
Dservice_dbus_adaptor.h32 public ServiceAdaptorInterface {
Ddbus_control.h44 std::unique_ptr<ServiceAdaptorInterface> CreateServiceAdaptor(
/system/connectivity/shill/binder/
Dbinder_control.cc121 ServiceAdaptorInterface* BinderControl::CreateServiceAdaptor(Service* service) { in CreateServiceAdaptor()
122 return CreateAdaptor<Service, ServiceAdaptorInterface, ServiceBinderAdaptor>( in CreateServiceAdaptor()
Dservice_binder_adaptor.h54 public ServiceAdaptorInterface {
Dbinder_control.h46 ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) override;
/system/connectivity/shill/dbus/
Dchromeos_dbus_control.cc189 ServiceAdaptorInterface* ChromeosDBusControl::CreateServiceAdaptor( in CreateServiceAdaptor()
192 CreateAdaptor<Service, ServiceAdaptorInterface, in CreateServiceAdaptor()
Dchromeos_service_dbus_adaptor.h43 public ServiceAdaptorInterface {
Dchromeos_dbus_control.h45 ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) override;