Lines Matching defs:String

184     fn prepare_cloudinit(&self, tmp_dir: &TempDir, network: &GuestNetworkConfig) -> String;  in prepare_cloudinit()
185 fn disk(&self, disk_type: DiskType) -> Option<String>; in disk()
250 fn prepare_cloudinit(&self, tmp_dir: &TempDir, network: &GuestNetworkConfig) -> String { in prepare_cloudinit()
353 fn disk(&self, disk_type: DiskType) -> Option<String> { in disk()
362 fn prepare_cloudinit(&self, _tmp_dir: &TempDir, _network: &GuestNetworkConfig) -> String { in prepare_cloudinit()
454 fn disk(&self, disk_type: DiskType) -> Option<String> { in disk()
671 ) -> Result<String, SshCommandError> { in ssh_command_ip_with_auth()
736 ) -> Result<String, SshCommandError> { in ssh_command_ip()
889 pub fn default_net_string(&self) -> String { in default_net_string()
896 pub fn default_net_string_w_iommu(&self) -> String { in default_net_string_w_iommu()
903 pub fn default_net_string_w_mtu(&self, mtu: u16) -> String { in default_net_string_w_mtu()
910 pub fn ssh_command(&self, command: &str) -> Result<String, SshCommandError> { in ssh_command()
920 pub fn ssh_command_l1(&self, command: &str) -> Result<String, SshCommandError> { in ssh_command_l1()
930 pub fn ssh_command_l2_1(&self, command: &str) -> Result<String, SshCommandError> { in ssh_command_l2_1()
940 pub fn ssh_command_l2_2(&self, command: &str) -> Result<String, SshCommandError> { in ssh_command_l2_2()
950 pub fn ssh_command_l2_3(&self, command: &str) -> Result<String, SshCommandError> { in ssh_command_l2_3()
959 pub fn api_create_body(&self, cpu_count: u8, kernel_path: &str, kernel_cmd: &str) -> String { in api_create_body()
1082 pub fn get_pci_bridge_class(&self) -> Result<String, Error> { in get_pci_bridge_class()
1089 pub fn get_pci_device_ids(&self) -> Result<String, Error> { in get_pci_device_ids()
1096 pub fn get_pci_vendor_ids(&self) -> Result<String, Error> { in get_pci_vendor_ids()
1190 socket: Option<&String>, in check_devices_common()
1191 console_text: Option<&String>, in check_devices_common()
1192 pmem_path: Option<&String>, in check_devices_common()
1416 pub fn clh_command(cmd: &str) -> String { in clh_command()