Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/spec/pb/duplicate/
Dcodegen_spec.rb31 service_path = File.join(root_dir, 'src', 'ruby', 'pb', 'grpc',
35 File.open(service_path) { |f| want = f.read }
/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_xmlrpc_server.py330 service_path = self._wifi_proxy.manager.FindMatchingService(
333 self._wifi_proxy.DBUS_TYPE_SERVICE, service_path)
Dshill_proxy.py620 for service_path in all_services:
622 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,
/external/grpc-grpc/src/ruby/spec/pb/health/
Dchecker_spec.rb39 service_path = File.join(root_dir, 'ruby', 'pb', 'grpc',
42 File.open(service_path) { |f| want = f.read }