Searched refs:onDemandSystemAbilityIdsSet_ (Results 1 – 2 of 2) sorted by relevance
128 if (!onDemandSystemAbilityIdsSet_.empty()) { in IsOnDemandSystemAbility()129 auto pos = onDemandSystemAbilityIdsSet_.find(systemAbilityId); in IsOnDemandSystemAbility()130 if (pos != onDemandSystemAbilityIdsSet_.end()) { in IsOnDemandSystemAbility()141 onDemandSystemAbilityIdsSet_.insert(onDemandSystemAbilityId); in IsOnDemandSystemAbility()144 auto pos = onDemandSystemAbilityIdsSet_.find(systemAbilityId); in IsOnDemandSystemAbility()145 if (pos != onDemandSystemAbilityIdsSet_.end()) { in IsOnDemandSystemAbility()
285 std::set<int32_t> onDemandSystemAbilityIdsSet_; variable