Home
last modified time | relevance | path

Searched refs:LaunchVNCFromReport (Results 1 – 13 of 13) sorted by relevance

/tools/acloud/create/
Dgoldfish_remote_image_remote_instance.py44 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dgce_local_image_remote_instance.py57 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dgce_remote_image_remote_instance.py57 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dlocal_image_remote_host.py62 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dgoldfish_remote_image_remote_instance_test.py50 utils.LaunchVNCFromReport.assert_called_once()
Dremote_image_remote_host.py62 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dremote_image_remote_host_test.py58 utils.LaunchVNCFromReport.assert_called_once()
Dlocal_image_remote_host_test.py60 utils.LaunchVNCFromReport.assert_called_once()
Dlocal_image_remote_instance.py70 utils.LaunchVNCFromReport(create_report, avd_spec, no_prompts)
Dcheeps_remote_image_remote_instance.py67 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dremote_image_remote_instance.py79 utils.LaunchVNCFromReport(create_report, avd_spec, no_prompts)
Dlocal_image_local_instance.py353 utils.LaunchVNCFromReport(result_report, avd_spec, no_prompts)
/tools/acloud/internal/lib/
Dutils.py1088 def LaunchVNCFromReport(report, avd_spec, no_prompts=False): function