Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dresident_process_manager.h75 …bool GetResidentBundleInfosForUser(std::vector<AppExecFwk::BundleInfo> &bundleInfos, int32_t userI…
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dresident_process_manager.cpp380 bool ResidentProcessManager::GetResidentBundleInfosForUser(std::vector<AppExecFwk::BundleInfo> &bun… in GetResidentBundleInfosForUser() function in OHOS::AAFwk::ResidentProcessManager
H A Dability_manager_service.cpp6984 …if (!DelayedSingleton<ResidentProcessManager>::GetInstance()->GetResidentBundleInfosForUser(bundle… in StartResidentApps()