Home
last modified time | relevance | path

Searched refs:ServiceBinderAdaptor (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/binder/
Dservice_binder_adaptor.cc34 static string ObjectID(ServiceBinderAdaptor* s) { in ObjectID()
40 ServiceBinderAdaptor::ServiceBinderAdaptor(Service* service, in ServiceBinderAdaptor() function in shill::ServiceBinderAdaptor
44 ServiceBinderAdaptor::~ServiceBinderAdaptor() { service_ = nullptr; } in ~ServiceBinderAdaptor()
46 void ServiceBinderAdaptor::EmitBoolChanged(const string& name, bool /*value*/) { in EmitBoolChanged()
51 void ServiceBinderAdaptor::EmitUint8Changed(const string& name, in EmitUint8Changed()
57 void ServiceBinderAdaptor::EmitUint16Changed(const string& name, in EmitUint16Changed()
63 void ServiceBinderAdaptor::EmitUint16sChanged(const string& name, in EmitUint16sChanged()
69 void ServiceBinderAdaptor::EmitUintChanged(const string& name, in EmitUintChanged()
75 void ServiceBinderAdaptor::EmitIntChanged(const string& name, int /*value*/) { in EmitIntChanged()
80 void ServiceBinderAdaptor::EmitRpcIdentifierChanged(const string& name, in EmitRpcIdentifierChanged()
[all …]
Dservice_binder_adaptor.h51 class ServiceBinderAdaptor
56 ServiceBinderAdaptor(Service* service, const std::string& id);
57 ~ServiceBinderAdaptor() override;
90 DISALLOW_COPY_AND_ASSIGN(ServiceBinderAdaptor);
Dbinder_control.cc122 return CreateAdaptor<Service, ServiceAdaptorInterface, ServiceBinderAdaptor>( in CreateServiceAdaptor()