Searched refs:CvdComputeClient (Results 1 – 5 of 5) sorted by relevance
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory_test.py | 43 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "InitResourceHandle") 44 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "LaunchCvd") 45 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "UpdateFetchCvd") 46 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "FetchBuild") 55 @mock.patch.object(cvd_compute_client_multi_stage.CvdComputeClient, 134 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "CreateInstance") 135 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, 176 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "CreateInstance") 177 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, 358 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient,
|
D | remote_instance_fvp_device_factory_test.py | 40 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "InitResourceHandle")
|
D | gce_device_factory.py | 45 compute_client = cvd_compute_client_multi_stage.CvdComputeClient(
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_multi_stage_test.py | 96 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "InitResourceHandle") 97 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "_VerifyZoneByQuota", 106 self.cvd_compute_client_multi_stage = cvd_compute_client_multi_stage.CvdComputeClient( 137 @mock.patch.object(cvd_compute_client_multi_stage.CvdComputeClient, "_GetDiskArgs",
|
D | cvd_compute_client_multi_stage.py | 65 class CvdComputeClient(android_compute_client.AndroidComputeClient): class
|