Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp354 onDemandSaIdsSet_.insert(DEVICE_INFO_SERVICE_SA); in InitSaProfile()
355 onDemandSaIdsSet_.insert(HIDUMPER_SERVICE_SA); in InitSaProfile()
356 onDemandSaIdsSet_.insert(MEDIA_ANALYSIS_SERVICE_SA); in InitSaProfile()
361 onDemandSaIdsSet_.insert(saInfo.saId); in InitSaProfile()
1125 auto pos = onDemandSaIdsSet_.find(systemAbilityId); in SystemAbilityInvalidateCache()
1126 if (pos != onDemandSaIdsSet_.end()) { in SystemAbilityInvalidateCache()
2099 if (onDemandSaIdsSet_.empty()) { in GetOnDemandSystemAbilityIds()
2103 for (int32_t onDemandSaId : onDemandSaIdsSet_) { in GetOnDemandSystemAbilityIds()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h304 std::set<int32_t> onDemandSaIdsSet_; variable