Searched refs:unique_prefix (Results 1 – 2 of 2) sorted by relevance
66 self.unique_prefix = 0100 self.unique_prefix += 1154 return 'fn%s%d-%s' % (self.get_separator(), self.unique_prefix, id)161 … return self.unique_ref('fnref%s%d-%s' % (self.get_separator(), self.unique_prefix, id), found)
384 def register_service(self, unique_prefix, service_type, argument399 service_name = '.'.join([unique_prefix, service_type])406 unique_prefix)