Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/startability_fuzzer/
H A Dstartability_fuzzer.cpp86 Parcel optionParcel; in DoSomethingInterestingWithMyAPI() local
88 if (optionParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
89 options = StartOptions::Unmarshalling(optionParcel); in DoSomethingInterestingWithMyAPI()