Searched refs:launchWant (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_preloader.cpp | 58 AAFwk::Want launchWant; in GeneratePreloadRequest() local 59 if (!GetLaunchWant(bundleName, userId, launchWant)) { in GeneratePreloadRequest() 65 if (!GetLaunchAbilityInfo(launchWant, userId, abilityInfo)) { in GeneratePreloadRequest() 84 request.want = std::make_shared<AAFwk::Want>(launchWant); in GeneratePreloadRequest() 92 bool AppPreloader::GetLaunchWant(const std::string &bundleName, int32_t userId, AAFwk::Want &launchWant) in GetLaunchWant() argument 101 auto errCode = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(bundleName, launchWant, userId)); in GetLaunchWant()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityapppreloader_fuzzer/ |
H A D | abilityapppreloader_fuzzer.cpp | 68 AAFwk::Want launchWant; in DoSomethingInterestingWithMyAPI() local 69 appPreloader->GetLaunchWant(bundleName, userId, launchWant); in DoSomethingInterestingWithMyAPI() 70 appPreloader->GetLaunchAbilityInfo(launchWant, userId, abilityInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ecological_rule_interceptor.cpp | 100 Want launchWant; in DoProcess() local 101 auto errCode = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(want.GetBundle(), launchWant, userId)); in DoProcess() 106 want.SetElement(launchWant.GetElement()); in DoProcess()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 443 Want launchWant; in UpdateElementName() local 444 auto errCode = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(want.GetBundle(), launchWant, userId)); in UpdateElementName() 448 want.SetElement(launchWant.GetElement()); in UpdateElementName()
|
H A D | ability_manager_service.cpp | 2101 Want launchWant; in SetWantForSessionInfo() local 2103 (sessionInfo->want).GetBundle(), launchWant, GetValidUserId(sessionInfo->userId))); in SetWantForSessionInfo() 2108 (sessionInfo->want).SetElement(launchWant.GetElement()); in SetWantForSessionInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 994 Want launchWant; in IsObtainAbilityInfo() local 995 auto launchWantResult = bundleDataMgr_->GetLaunchWantForBundle(bundleName, launchWant, userId); in IsObtainAbilityInfo() 997 (const_cast<Want &>(want)).SetModuleName(launchWant.GetModuleName()); in IsObtainAbilityInfo()
|
Completed in 25 milliseconds