Home
last modified time | relevance | path

Searched refs:service_path (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/cros/tendo/n_faced_peerd/
Dpeer.py104 service_path = '%s/services/%d' % (self._path,
107 self._bus, service_path, self.uuid, service_id,
/external/autotest/client/cros/networking/
Dapmanager_proxy.py192 def terminate_service(self, service_path): argument
198 self._manager.RemoveService(dbus.ObjectPath(service_path))
Dshill_proxy.py579 for service_path in all_services:
581 service_path)
Dshill_xmlrpc_server.py330 service_path = self._wifi_proxy.manager.FindMatchingService(
333 self._wifi_proxy.DBUS_TYPE_SERVICE, service_path)
/external/libbrillo/brillo/glib/
Dabstract_dbus_service.cc16 service_path(), in Register()
Dabstract_dbus_service.h39 virtual const char* service_path() const = 0;
Ddbus.cc214 const char* service_path, in RegisterExclusiveService() argument
272 service_path, in RegisterExclusiveService()
Ddbus.h173 const char* service_path,