Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_manager_proxy.h280 bool IsOnDemandSystemAbility(int32_t systemAbilityId);
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp113 if (IsOnDemandSystemAbility(systemAbilityId)) { in GetSystemAbility()
124 bool SystemAbilityManagerProxy::IsOnDemandSystemAbility(int32_t systemAbilityId) in IsOnDemandSystemAbility() function in OHOS::SystemAbilityManagerProxy
240 if (IsOnDemandSystemAbility(systemAbilityId)) { in CheckSystemAbility()