Home
last modified time | relevance | path

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

/tools/acloud/create/
Dgoldfish_remote_image_remote_instance.py44 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dgce_remote_image_remote_instance.py57 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dremote_image_remote_instance.py55 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dremote_image_remote_host.py59 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dlocal_image_remote_host.py59 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dlocal_image_remote_instance.py58 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dcheeps_remote_image_remote_instance.py67 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
Dlocal_image_local_instance.py126 utils.LaunchVNCFromReport(result_report, avd_spec, no_prompts)
/tools/acloud/internal/lib/
Dutils.py897 def LaunchVNCFromReport(report, avd_spec, no_prompts=False): function