Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp128 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()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_manager_proxy.h285 std::set<int32_t> onDemandSystemAbilityIdsSet_; variable