Searched refs:LaunchVncClient (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/reconnect/ |
D | reconnect_test.py | 59 utils.LaunchVncClient.assert_called_with(6666) 65 utils.LaunchVncClient.assert_called_with(6666, "888", "777") 80 utils.LaunchVncClient.assert_called_with(11111) 90 utils.LaunchVncClient.assert_called_with(11111, "999", "777") 100 utils.LaunchVncClient.assert_called_with(5555) 141 utils.LaunchVncClient.assert_called_with(5555) 146 utils.LaunchVncClient.assert_called_with(5555, "888", "777")
|
D | reconnect.py | 57 utils.LaunchVncClient(vnc_port, match.group(1), match.group(2)) 59 utils.LaunchVncClient(vnc_port)
|
/tools/acloud/internal/lib/ |
D | utils.py | 907 LaunchVncClient(device.get(constants.VNC_PORT), 916 def LaunchVncClient(port, avd_width=None, avd_height=None, no_prompts=False): function
|