Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp67 sptr<IInterface> stringIt = String::Box(key); in DoSomethingInterestingWithMyApiDistributedWantParams001() local
69 wantParams->SetParam(key, stringIt); in DoSomethingInterestingWithMyApiDistributedWantParams001()
129 sptr<IInterface> stringIt = String::Box(key); in DoSomethingInterestingWithMyApiDistributedWantParams003() local
130 wantParams->WriteToParcelString(parcel, stringIt); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsfirst_fuzzer/
H A Dwantparamsfirst_fuzzer.cpp50 sptr<IInterface> stringIt = String::Box(key); in DoSomethingInterestingWithMyAPI() local
51 wantParams->SetParam(key, stringIt); in DoSomethingInterestingWithMyAPI()