Searched refs:onDemandSaIdsSet_ (Results 1 – 2 of 2) sorted by relevance
354 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()
304 std::set<int32_t> onDemandSaIdsSet_; variable