Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp250 std::vector<int32_t> onDemandSaIds; in IsHotSa() local
256 samgr->GetOnDemandSystemAbilityIds(onDemandSaIds); in IsHotSa()
257 if (onDemandSaIds.empty()) { in IsHotSa()
261 if (find(onDemandSaIds.begin(), onDemandSaIds.end(), saId) == onDemandSaIds.end()) { in IsHotSa()