Home | History | Annotate | Download | only in binder

Lines Matching refs:Service

44 class Service;
46 // Subclass of DBusAdaptor for Service objects
47 // There is a 1:1 mapping between Service and ServiceBinderAdaptor
48 // instances. Furthermore, the Service owns the ServiceBinderAdaptor
50 // having a bare pointer to its owner service.
56 ServiceBinderAdaptor(Service* service, const std::string& id);
85 Service* service() const { return service_; }
88 Service* service_;