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.py66 connect_webrtc=avd_spec.connect_webrtc,
71 if avd_spec.connect_webrtc:
Dremote_image_remote_instance.py75 connect_webrtc=avd_spec.connect_webrtc,
80 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,
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:
Dlocal_image_remote_instance_test.py54 spec.connect_webrtc = True
69 spec.connect_webrtc = False
Dremote_image_remote_instance_test.py63 avd_spec.connect_webrtc = True
76 avd_spec.connect_webrtc = False
Davd_spec_test.py519 self.assertEqual(self.AvdSpec.connect_webrtc, False)
526 self.assertEqual(self.AvdSpec.connect_webrtc, False)
533 self.assertEqual(self.AvdSpec.connect_webrtc, False)
540 self.assertEqual(self.AvdSpec.connect_webrtc, True)
Dgoldfish_remote_host_test.py40 spec.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.py906 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.py124 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.py548 connect_webrtc=False,
577 connect_webrtc=True,
Dcvd_compute_client_multi_stage.py278 if avd_spec.connect_webrtc:
Dcvd_utils.py872 if avd_spec.connect_webrtc: