summaryrefslogtreecommitdiff
path: root/libs/binder/rust/tests/serialization.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Binder file moduleTomasz Wasilczyk2023-11-201-1/+1
| | | | | | Test: mma Bug: 302723053 Change-Id: Ie27f8a36ab56069c928079da8a0cf3d8bfb49813
* Binder unique_fdTomasz Wasilczyk2023-11-171-3/+5
| | | | | | Test: mma Bug: 302723053 Change-Id: I52f14cadb027b3f854946d5315dce3d23aa21b19
* Fix SerializeFileDescriptor.Florian Mayer2022-04-281-1/+1
| | | | | | | | The string is not null terminated, so we cannot construct it from a buffer without also passing the size. Test: atest rustBinderSerializationTest Change-Id: I7b16cda3aba873b345eef6062445e5c4bd3bfa8b
* Add Rust/C++ Parcel serialization testsStephen Crane2021-01-211-0/+454
This tests cross-language marshaling between C++ and Rust for all available parcelable types. Test: atest libbinder_rs-internal_test Change-Id: I57fae844d58395ee85f0afa4604e1480262f1a4b