Home
last modified time | relevance | path

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

/tools/acloud/create/
Dlocal_image_local_instance.py236 avd_spec.connect_vnc,
264 if avd_spec.connect_vnc:
427 connect_vnc, super_image_path, boot_image_path, argument
462 if connect_vnc:
Davd_spec_test.py471 self.assertEqual(self.AvdSpec.connect_vnc, False)
478 self.assertEqual(self.AvdSpec.connect_vnc, True)
485 self.assertEqual(self.AvdSpec.connect_vnc, False)
492 self.assertEqual(self.AvdSpec.connect_vnc, False)
Dgoldfish_remote_image_remote_instance.py43 if avd_spec.connect_vnc:
Dgce_local_image_remote_instance.py56 if avd_spec.connect_vnc:
Dgce_remote_image_remote_instance.py56 if avd_spec.connect_vnc:
Dlocal_image_remote_host.py59 if avd_spec.connect_vnc:
Dremote_image_remote_host.py59 if avd_spec.connect_vnc:
Dlocal_image_remote_instance.py68 if avd_spec.connect_vnc:
Dremote_image_remote_instance.py70 if avd_spec.connect_vnc:
Dcheeps_remote_image_remote_instance.py66 if avd_spec.connect_vnc:
Davd_spec.py783 def connect_vnc(self): member in AVDSpec
/tools/acloud/reconnect/
Dreconnect.py146 connect_vnc=True): argument
214 elif(vnc_port and connect_vnc):
266 connect_vnc=(args.autoconnect is True))
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py319 if avd_spec.connect_vnc: