Home
last modified time | relevance | path

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 Dbackend_client.rs554 .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 Dconnection.rs89 pub fn send_message_with_payload<T: Sized + AsBytes>( in send_message_with_payload() method
H A Dbackend_server.rs710 .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/
Dmaster.rs616 .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 …]
Dconnection.rs254 pub fn send_message_with_payload<T: ByteValued>( in send_message_with_payload() method
Dslave_req_handler.rs803 .send_message_with_payload(&hdr, msg, payload, None)?; in send_reply_with_payload()