Home
last modified time | relevance | path

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

/foundation/ability/ability_base/test/fuzztest/wantthird_fuzzer/
H A Dwantthird_fuzzer.cpp43 Want *wantptr = nullptr; in DoSomethingInterestingWithMyAPI() local
46 wantptr = want->MakeMainAbility(elementName); in DoSomethingInterestingWithMyAPI()
47 if (wantptr) { in DoSomethingInterestingWithMyAPI()
48 delete wantptr; in DoSomethingInterestingWithMyAPI()
49 wantptr = nullptr; in DoSomethingInterestingWithMyAPI()
53 wantptr = want->CloneOperation(); in DoSomethingInterestingWithMyAPI()
54 if (wantptr) { in DoSomethingInterestingWithMyAPI()
55 delete wantptr; in DoSomethingInterestingWithMyAPI()
56 wantptr = nullptr; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/
H A Damsmgrscheduler_fuzzer.cpp75 std::shared_ptr<AAFwk::Want> wantptr; in DoSomethingInterestingWithMyAPI1() local
82 amsMgrScheduler->LoadAbility(abilityInfoptr, appInfo, wantptr, loadParamPtr); in DoSomethingInterestingWithMyAPI1()

Completed in 2 milliseconds