Home
last modified time | relevance | path

Searched refs:uriParcel (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/acquiredataability_fuzzer/
H A Dacquiredataability_fuzzer.cpp66 Parcel uriParcel; in DoSomethingInterestingWithMyAPI() local
68 if (uriParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
69 uri = Uri::Unmarshalling(uriParcel); in DoSomethingInterestingWithMyAPI()