Home
last modified time | relevance | path

Searched refs:UploadDeviceInfo (Results 1 – 3 of 3) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_device_test.py54 mock_console._vti_endpoint_client.UploadDeviceInfo.assert_called_with(
90 mock_console._vti_endpoint_client.UploadDeviceInfo.assert_called_with(
Dcommand_device.py177 self.console._vti_endpoint_client.UploadDeviceInfo(
181 self.console._vti_endpoint_client.UploadDeviceInfo(
/test/framework/harnesses/host_controller/vti_interface/
Dvti_endpoint_client.py100 def UploadDeviceInfo(self, hostname, devices): member in VtiEndpointClient