Searched refs:vms_request (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/libcrosvm_control/src/ |
D | lib.rs | 36 vms_request(&VmRequest::Exit, &socket_path).is_ok() in crosvm_client_stop_vm() 51 vms_request(&VmRequest::Suspend, &socket_path).is_ok() in crosvm_client_suspend_vm() 66 vms_request(&VmRequest::Resume, &socket_path).is_ok() in crosvm_client_resume_vm() 83 vms_request(&VmRequest::BalloonCommand(command), &socket_path).is_ok() in crosvm_client_balloon_vms() 268 vms_request(&request, &socket_path).is_ok() in crosvm_client_resize_disk()
|
/external/crosvm/vm_control/src/ |
D | client.rs | 86 pub fn vms_request(request: &VmRequest, socket_path: &Path) -> VmsRequestResult { in vms_request() function
|
/external/crosvm/src/ |
D | main.rs | 39 do_modify_battery, do_usb_attach, do_usb_detach, do_usb_list, handle_request, vms_request, 2026 vms_request(&VmRequest::Exit, socket_path) in stop_vms() 2037 vms_request(&VmRequest::Suspend, socket_path) in suspend_vms() 2048 vms_request(&VmRequest::Resume, socket_path) in resume_vms() 2068 vms_request(&VmRequest::BalloonCommand(command), socket_path) in balloon_vms() 2206 vms_request(&request, socket_path) in disk_cmd()
|