Searched refs:appPreloader (Results 1 – 1 of 1) sorted by relevance
59 auto appPreloader = std::make_shared<AppPreloader>(remoteClientManager); in DoSomethingInterestingWithMyAPI() local64 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()