Home
last modified time | relevance | path

Searched refs:json_obj (Results 1 – 4 of 4) sorted by relevance

/test/framework/harnesses/host_controller/tfc/
Dtfc_client.py113 json_obj = {"host_events": host_events}
114 logging.info("host_events.submit body=%s", json_obj)
115 self._service.host_events().submit(body=json_obj).execute()
123 json_obj = {"command_events": command_events}
124 logging.info("command_events.submit body=%s", json_obj)
125 self._service.command_events().submit(body=json_obj).execute()
/test/vts/utils/python/performance/
Dbenchmark_parser.py60 json_obj = json.loads(json_string)
61 self._benchmarks = json_obj[self._BENCHMARKS]
/test/framework/harnesses/host_controller/tradefed/
Dremote_operation.py79 def ParseListDevicesResponse(json_obj): argument
96 for dev_obj in json_obj["serials"]:
Dremote_client.py105 json_obj = self.SendOperation(remote_operation.ListDevices())
106 return remote_operation.ParseListDevicesResponse(json_obj)