Searched defs:ServiceVm (Results 1 – 2 of 2) sorted by relevance
129 pub struct ServiceVm { struct131 /// VmInstance will be dropped when ServiceVm goes out of scope, which will kill the VM. argument135 impl ServiceVm { implementation206 impl Drop for ServiceVm { implementation
122 vm: &mut ServiceVm, in check_processing_generating_certificate_request()141 vm: &mut ServiceVm, in check_attestation_request()297 fn start_service_vm(vm_type: VmType, vm_memory_mb: Option<i32>) -> Result<ServiceVm> { in start_service_vm()