Home | History | Annotate | Download | only in tendo

Lines Matching defs:Service

15 Service = collections.namedtuple('Service',
23 DBUS_INTERFACE_SERVICE = 'org.chromium.peerd.Service'
103 logging.debug('Found service with properties: %r',
107 services.append(Service(
160 """Expose a service via peerd.
162 Note that peerd should watch DBus connections and remove this service
165 @param service_id: string id of service. See peerd documentation
170 @return string service token for use with remove_service().
186 """Remove a service previously added via expose_service().
188 @param service_id: string service ID of service to remove.