Searched refs:IsSystemAbilityUnloading (Results 1 – 4 of 4) sorted by relevance
51 bool IsSystemAbilityUnloading(int32_t systemAbilityId);
268 bool ret = systemAbilityStateScheduler->IsSystemAbilityUnloading(systemAbilityID);291 bool ret = systemAbilityStateScheduler->IsSystemAbilityUnloading(SAID);314 bool ret = systemAbilityStateScheduler->IsSystemAbilityUnloading(SAID);338 bool ret = systemAbilityStateScheduler->IsSystemAbilityUnloading(SAID);
230 bool SystemAbilityStateScheduler::IsSystemAbilityUnloading(int32_t systemAbilityId) in IsSystemAbilityUnloading() function in OHOS::SystemAbilityStateScheduler
770 if (abilityStateScheduler_->IsSystemAbilityUnloading(systemAbilityId)) { in CheckSystemAbility()