Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp78 auto pendingWantKey = std::make_shared<PendingWantKey>(); in DoSomethingInterestingWithMyAPI() local
79 pendingWantKey->SetType(int32Param); in DoSomethingInterestingWithMyAPI()
80 pendingWantKey->SetBundleName(stringParam); in DoSomethingInterestingWithMyAPI()
81 pendingWantKey->SetRequestWho(stringParam); in DoSomethingInterestingWithMyAPI()
82 pendingWantKey->SetRequestCode(int32Param); in DoSomethingInterestingWithMyAPI()
83 pendingWantKey->SetRequestWant(*want); in DoSomethingInterestingWithMyAPI()
84 pendingWantKey->SetRequestResolvedType(stringParam); in DoSomethingInterestingWithMyAPI()
86 pendingWantKey->SetAllWantsInfos(allWantsInfos); in DoSomethingInterestingWithMyAPI()
87 pendingWantKey->SetFlags(int32Param); in DoSomethingInterestingWithMyAPI()
88 pendingWantKey in DoSomethingInterestingWithMyAPI()
[all...]

Completed in 1 milliseconds