Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dresident_process_manager.cpp386 const auto &residentWhiteList = AmsConfigurationParameter::GetInstance().GetResidentWhiteList(); in GetResidentBundleInfosForUser() local
387 if (userId == 0 || residentWhiteList.empty()) { in GetResidentBundleInfosForUser()
392 for (const auto &bundleName: residentWhiteList) { in GetResidentBundleInfosForUser()