Lines Matching refs:Service
28 #include "apmanager/service.h"
43 // Create and return a new Service instance. The newly created instance
44 // will be added to the service list, it will only get deleted via
46 scoped_refptr<Service> CreateService();
48 // Remove |service| from the service list. Return true if service is found
51 bool RemoveService(const scoped_refptr<Service>& service, Error* error);
95 // Manager for communicating with remote firewall service.
98 // Put the service list after ShillManager and FirewallManager, since both
99 // are needed for tearing down an active/running Service.
100 std::vector<scoped_refptr<Service>> services_;