Searched refs:testServiceProxy (Results 1 – 1 of 1) sorted by relevance
2132 ITestService testServiceProxy = transferAndStartVm(service, vmDesc, "vm_to_share"); in testShareVmWithAnotherApp() local2134 int result = testServiceProxy.addInteger(37, 73); in testShareVmWithAnotherApp()2183 ITestService testServiceProxy = transferAndStartVm(service, vmDesc, "vm_to_share"); in testShareVmWithAnotherApp_encryptedStorage() local2184 String result = testServiceProxy.readFromFile("/mnt/encryptedstore/private.key"); in testShareVmWithAnotherApp_encryptedStorage()2206 ITestService testServiceProxy = service.startVm(); in transferAndStartVm() local2207 return testServiceProxy; in transferAndStartVm()