Home
last modified time | relevance | path

Searched refs:read_buffer (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c112 bwr.read_buffer = 0; in BinderWrite()
368 bwr.read_buffer = (uintptr_t)readbuf; in IpcJoinThread()
467 bwr.read_buffer = (uintptr_t)readbuf; in IpcSendRequest()
487 bwr.read_buffer = (uintptr_t)readbuf; in IpcSendRequest()
/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dparcel_remote.rs60 let w = data.read_buffer(TEST_LEN).unwrap(); in parcel_remote_primitive()
210 reply.read_buffer(TEST_LEN).unwrap(), in parcel_read_and_write()
H A Dinteractive.rs22 assert_eq!(msg.read_buffer("TEST".len()).unwrap(), "TEST".as_bytes()); in check_parcel()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs262 /// let data = msg.read_buffer().unwrap();
264 pub fn read_buffer(&mut self, len: usize) -> IpcResult<Vec<u8>> { in read_buffer() functions
829 msg.read_buffer(msg.readable()).unwrap() in read_to_end()
H A Dwrapper.rs601 assert_eq!(msg.read_buffer(msg.readable()).unwrap(), "test".as_bytes()); in primitive()
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h112 binder_uintptr_t read_buffer; member
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h100 binder_uintptr_t read_buffer; member
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1108 bwr.read_buffer = input_.GetData(); in TransactWithDriver()
1111 bwr.read_buffer = 0; in TransactWithDriver()

Completed in 15 milliseconds