Home
last modified time | relevance | path

Searched refs:wantParcel (Results 1 - 25 of 41) sorted by relevance

12

/foundation/ability/ability_runtime/test/fuzztest/handledlpapp_fuzzer/
H A Dhandledlpapp_fuzzer.cpp42 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
44 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
45 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/stopserviceextensionability_fuzzer/
H A Dstopserviceextensionability_fuzzer.cpp43 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
45 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
46 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/stopserviceability_fuzzer/
H A Dstopserviceability_fuzzer.cpp42 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
44 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
45 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/scheduleacceptwantdone_fuzzer/
H A Dscheduleacceptwantdone_fuzzer.cpp44 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
46 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
47 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/sendresulttoability_fuzzer/
H A Dsendresulttoability_fuzzer.cpp45 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
47 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
48 resultWant = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/startserviceextensionability_fuzzer/
H A Dstartserviceextensionability_fuzzer.cpp45 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
47 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
48 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/startspecifiedability_fuzzer/
H A Dstartspecifiedability_fuzzer.cpp44 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
46 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
47 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviced_fuzzer/
H A Dabilitymanagerserviced_fuzzer.cpp65 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
67 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
68 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/freeinstallabilityfromremote_fuzzer/
H A Dfreeinstallabilityfromremote_fuzzer.cpp67 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
71 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
72 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/terminateability_fuzzer/
H A Dterminateability_fuzzer.cpp44 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
46 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
47 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/closeability_fuzzer/
H A Dcloseability_fuzzer.cpp63 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
65 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
66 resultWant = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/startusertestprocess_fuzzer/
H A Dstartusertestprocess_fuzzer.cpp57 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
59 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
60 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/startabilitybycall_fuzzer/
H A Dstartabilitybycall_fuzzer.cpp70 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
73 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
74 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/startcontinuation_fuzzer/
H A Dstartcontinuation_fuzzer.cpp66 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
68 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
69 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicefourth_fuzzer/
H A Dabilitymanagerservicefourth_fuzzer.cpp56 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
58 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
59 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/connectability_fuzzer/
H A Dconnectability_fuzzer.cpp53 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
55 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
56 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicec_fuzzer/
H A Dabilitymanagerservicec_fuzzer.cpp73 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
75 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
76 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/startability_fuzzer/
H A Dstartability_fuzzer.cpp66 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
68 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
69 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviceseventh_fuzzer/
H A Dabilitymanagerserviceseventh_fuzzer.cpp83 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
85 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
86 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicesixth_fuzzer/
H A Dabilitymanagerservicesixth_fuzzer.cpp70 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
72 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
73 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrrest_fuzzer/
H A Dabilitymgrrest_fuzzer.cpp54 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
56 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
57 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/loadability_fuzzer/
H A Dloadability_fuzzer.cpp87 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
93 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
94 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicefifth_fuzzer/
H A Dabilitymanagerservicefifth_fuzzer.cpp72 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
74 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
75 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicea_fuzzer/
H A Dabilitymanagerservicea_fuzzer.cpp70 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
72 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
73 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicef_fuzzer/
H A Dabilitymanagerservicef_fuzzer.cpp69 Parcel wantParcel; in DoSomethingInterestingWithMyAPI() local
71 if (wantParcel.WriteBuffer(data, size)) { in DoSomethingInterestingWithMyAPI()
72 want = Want::Unmarshalling(wantParcel); in DoSomethingInterestingWithMyAPI()

Completed in 7 milliseconds

12