Searched refs:get_service (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Virtualization/vm/src/ |
D | main.rs | 353 fn get_service() -> Result<Strong<dyn IVirtualizationService>, Error> { in get_service() function 381 Opt::List => command_list(get_service()?.as_ref()), in main() 384 command_create_partition(get_service()?.as_ref(), &path, size, partition_type) in main() 387 command_create_idsig(get_service()?.as_ref(), &apk, &path) in main() 440 let devices = get_service()?.getAssignableDevices()?; in command_info() 447 let os_list = get_service()?.getSupportedOSList()?; in command_info()
|
D | run.rs | 18 use crate::{get_service, RunAppConfig, RunCustomVmConfig, RunMicrodroidConfig}; 47 let service = get_service()?; in command_run_app() 266 get_service()?.as_ref(), in command_run()
|
/packages/modules/Virtualization/compos/composd/src/ |
D | instance_starter.rs | 47 pub fn get_service(&self) -> Strong<dyn ICompOsService> { in get_service() method
|
D | odrefresh_task.rs | 85 let service = comp_os.get_service(); in start()
|