Home
last modified time | relevance | path

Searched refs:paramsParcel (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/continuemission_fuzzer/
H A Dcontinuemission_fuzzer.cpp48 Parcel paramsParcel; in DoSomethingInterestingWithMyAPI() local
50 if (paramsParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
51 WantParams* wantParams = WantParams::Unmarshalling(paramsParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/wantagenthelpertrigger_fuzzer/
H A Dwantagenthelpertrigger_fuzzer.cpp48 Parcel paramsParcel; in DoSomethingInterestingWithMyAPI() local
50 if (paramsParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
51 WantParams* params = WantParams::Unmarshalling(paramsParcel); in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds