Lines Matching refs:ServiceBinderAdaptor

34 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()
86 void ServiceBinderAdaptor::EmitStringChanged(const string& name, in EmitStringChanged()
92 void ServiceBinderAdaptor::EmitStringmapChanged(const string& name, in EmitStringmapChanged()
98 Status ServiceBinderAdaptor::Connect() { in Connect()
104 Status ServiceBinderAdaptor::GetState(int32_t* _aidl_return) { in GetState()
110 Status ServiceBinderAdaptor::GetStrength(int8_t* _aidl_return) { in GetStrength()
116 Status ServiceBinderAdaptor::GetError(int32_t* _aidl_return) { in GetError()
122 Status ServiceBinderAdaptor::RegisterPropertyChangedSignalHandler( in RegisterPropertyChangedSignalHandler()