Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityapppreloader_fuzzer/
H A Dabilityapppreloader_fuzzer.cpp59 auto appPreloader = std::make_shared<AppPreloader>(remoteClientManager); in DoSomethingInterestingWithMyAPI() local
64 appPreloader->GeneratePreloadRequest(bundleName, userId, appIndex, request); in DoSomethingInterestingWithMyAPI()
65 appPreloader->GetBundleManagerHelper(); in DoSomethingInterestingWithMyAPI()
67 appPreloader->CheckPreloadConditions(abilityInfo); in DoSomethingInterestingWithMyAPI()
69 appPreloader->GetLaunchWant(bundleName, userId, launchWant); in DoSomethingInterestingWithMyAPI()
70 appPreloader->GetLaunchAbilityInfo(launchWant, userId, abilityInfo); in DoSomethingInterestingWithMyAPI()
71 appPreloader->PreCheck(bundleName, PreloadMode::PRE_MAKE); in DoSomethingInterestingWithMyAPI()