Home
last modified time | relevance | path

Searched refs:global_context (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/virtualizationmanager/src/
Dcrosvm.rs319 global_context: Strong<dyn IGlobalVmContext>, field
326 pub fn new(global_context: Strong<dyn IGlobalVmContext>, vm_server: RpcServer) -> VmContext { in new()
327 VmContext { global_context, vm_server } in new()