Home
last modified time | relevance | path

Searched defs:hostname (Results 1 – 16 of 16) sorted by relevance

/test/framework/harnesses/host_controller/
Dtfc_host_controller.py41 def __init__(self, remote_client, tfc_client, hostname, cluster_ids): argument
50 def hostname(self): member in HostController
/test/framework/harnesses/host_controller/vti_interface/
Dvti_endpoint_client.py100 def UploadDeviceInfo(self, hostname, devices): argument
246 def LeaseJob(self, hostname, execute=True): argument
392 def UploadHostVersion(self, hostname, vtslab_version): argument
/test/vti/test_serving/gae/frontend/src/app/model/
Ddevice.ts21 hostname: string = void 0; property in Device
Dhost.ts20 hostname: string = void 0; property in Host
Djob.ts19 hostname: string = void 0; property in Job
/test/framework/harnesses/host_controller/tfc/
Dtfc_client.py43 def LeaseHostTasks(self, cluster_id, next_cluster_ids, hostname, device_infos): argument
86 def CreateDeviceSnapshot(cluster_id, hostname, dev_infos): argument
Dcommand_attempt.py73 def __init__(self, task_id, attempt_id, hostname, device_serial, **kwargs): argument
/test/vti/test_serving/gae/webapp/src/endpoint/
Dhost_info.py33 def AddNullDevices(hostname, null_device_count): argument
/test/vti/test_serving/proto/
DTestLabConfigMessage.proto32 optional bytes hostname = 1; field
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py176 hostname = ndb.StringProperty() variable in LabModel
194 hostname = messages.StringField(1, repeated=False) variable in LabHostInfoMessage
215 hostname = messages.StringField(4) variable in LabMessage
224 hostname = ndb.StringProperty() variable in DeviceModel
239 hostname = messages.StringField(5) variable in DeviceInfoMessage
246 hostname = messages.StringField(1) variable in HostInfoMessage
254 hostname = ndb.StringProperty() variable in JobModel
311 hostname = messages.StringField(1) variable in JobMessage
/test/vti/test_serving/gae/
Dlabv1openapi.json145 "hostname": { object
183 "hostname": { object
239 "hostname": { object
Dschedulev1openapi.json145 "hostname": { object
183 "hostname": { object
239 "hostname": { object
Djobv1openapi.json145 "hostname": { object
210 "hostname": { object
356 "hostname": { object
412 "hostname": { object
Dhostv1openapi.json145 "hostname": { object
/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java409 String hostname = testRun.getHostName(); in processReport() local
/test/vts/proto/
DVtsReportMessage.proto119 optional bytes hostname = 1; field