Home
last modified time | relevance | path

Searched refs:connect_webrtc (Results 1 – 18 of 18) sorted by relevance

/tools/acloud/create/
Dgoldfish_remote_host.py51 if avd_spec.connect_webrtc:
65 connect_webrtc=avd_spec.connect_webrtc,
Dlocal_image_remote_instance.py71 connect_webrtc=avd_spec.connect_webrtc,
76 if avd_spec.connect_webrtc:
Dlocal_image_remote_host.py57 connect_webrtc=avd_spec.connect_webrtc,
Dremote_image_remote_host.py57 connect_webrtc=avd_spec.connect_webrtc,
Dremote_image_remote_instance.py85 connect_webrtc=avd_spec.connect_webrtc,
90 if avd_spec.connect_webrtc:
Dlocal_image_remote_instance_test.py54 spec.connect_webrtc = True
69 spec.connect_webrtc = False
Dlocal_image_local_instance.py261 if avd_spec.connect_webrtc:
288 if avd_spec.mkcert and avd_spec.connect_webrtc:
303 avd_spec.connect_webrtc,
354 if avd_spec.connect_webrtc:
582 runtime_dir, connect_webrtc, connect_vnc, argument
630 if connect_webrtc:
Dremote_image_remote_instance_test.py63 avd_spec.connect_webrtc = True
77 avd_spec.connect_webrtc = False
Dgoldfish_remote_host_test.py40 spec.connect_webrtc = True
Davd_spec_test.py524 self.assertEqual(self.AvdSpec.connect_webrtc, False)
531 self.assertEqual(self.AvdSpec.connect_webrtc, False)
538 self.assertEqual(self.AvdSpec.connect_webrtc, False)
545 self.assertEqual(self.AvdSpec.connect_webrtc, True)
Dlocal_image_local_instance_test.py268 unlock_screen=False, connect_webrtc=True, openwrt=True,
309 mock_avd_spec.connect_webrtc = False
Davd_spec.py945 def connect_webrtc(self): member in AVDSpec
/tools/acloud/public/actions/
Dcommon_operations.py214 wait_for_boot=True, connect_webrtc=False, argument
313 if connect_webrtc and reporter.status == report.Status.SUCCESS:
Dremote_instance_cf_device_factory.py131 if avd_spec.mkcert and avd_spec.connect_webrtc:
Dcommon_operations_test.py222 autoconnect=True, connect_webrtc=True,
/tools/acloud/internal/lib/
Dcvd_utils_test.py549 connect_webrtc=False,
578 connect_webrtc=True,
Dcvd_compute_client_multi_stage.py277 if avd_spec.connect_webrtc:
Dcvd_utils.py874 if avd_spec.connect_webrtc: