Home
last modified time | relevance | path

Searched defs:ServiceVm (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_manager/src/
Dlib.rs129 pub struct ServiceVm { struct
131 /// VmInstance will be dropped when ServiceVm goes out of scope, which will kill the VM. argument
135 impl ServiceVm { implementation
206 impl Drop for ServiceVm { implementation
/aosp_15_r20/packages/modules/Virtualization/guest/rialto/tests/
Dtest.rs122 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()