Searched refs:BinderAdaptor (Results 1 – 8 of 8) sorted by relevance
35 static string ObjectID(BinderAdaptor* b) { in ObjectID()40 BinderAdaptor::BinderAdaptor(const string& id) : id_(id) { in BinderAdaptor() function in shill::BinderAdaptor44 void BinderAdaptor::AddPropertyChangedSignalHandler( in AddPropertyChangedSignalHandler()49 void BinderAdaptor::SendPropertyChangedSignal(const string& name) { in SendPropertyChangedSignal()
39 class BinderAdaptor {41 explicit BinderAdaptor(const std::string& id);42 ~BinderAdaptor() = default;68 DISALLOW_COPY_AND_ASSIGN(BinderAdaptor);
53 public BinderAdaptor,
42 : BinderAdaptor(id), service_(service) {} in ServiceBinderAdaptor()
55 public BinderAdaptor,
44 : BinderAdaptor(id), device_(device) {} in DeviceBinderAdaptor()
48 : BinderAdaptor(id), manager_(manager) {} in ManagerBinderAdaptor()