Searched refs:send_message_with_payload (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/ |
H A D | backend_client.rs | 554 .send_message_with_payload(&hdr, msg, payload, fds)?; in send_request_with_payload() 866 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_backend_client_get_config_negative0() 873 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_backend_client_get_config_negative0() 888 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_backend_client_get_config_negative1() 895 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_backend_client_get_config_negative1() 909 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_backend_client_get_config_negative2() 923 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_backend_client_get_config_negative3() 930 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_backend_client_get_config_negative3() 944 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_backend_client_get_config_negative4() 951 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_backend_client_get_config_negative4() [all …]
|
H A D | connection.rs | 89 pub fn send_message_with_payload<T: Sized + AsBytes>( in send_message_with_payload() method
|
H A D | backend_server.rs | 710 .send_message_with_payload(&hdr, msg, payload, None)?; in send_reply_with_payload()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | master.rs | 616 .send_message_with_payload(&hdr, msg, payload, fds)?; in send_request_with_payload() 968 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_master_get_config_negative0() 975 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_master_get_config_negative0() 990 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_master_get_config_negative1() 997 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_master_get_config_negative1() 1011 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_master_get_config_negative2() 1025 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_master_get_config_negative3() 1032 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_master_get_config_negative3() 1046 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_master_get_config_negative4() 1053 peer.send_message_with_payload(&hdr, &msg, &buf[0..4], None) in test_master_get_config_negative4() [all …]
|
D | connection.rs | 254 pub fn send_message_with_payload<T: ByteValued>( in send_message_with_payload() method
|
D | slave_req_handler.rs | 803 .send_message_with_payload(&hdr, msg, payload, None)?; in send_reply_with_payload()
|