Home
last modified time | relevance | path

Searched refs:IsSystemAbilityUnloading (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h51 bool IsSystemAbilityUnloading(int32_t systemAbilityId);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp268 bool ret = systemAbilityStateScheduler->IsSystemAbilityUnloading(systemAbilityID);
291 bool ret = systemAbilityStateScheduler->IsSystemAbilityUnloading(SAID);
314 bool ret = systemAbilityStateScheduler->IsSystemAbilityUnloading(SAID);
338 bool ret = systemAbilityStateScheduler->IsSystemAbilityUnloading(SAID);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp230 bool SystemAbilityStateScheduler::IsSystemAbilityUnloading(int32_t systemAbilityId) in IsSystemAbilityUnloading() function in OHOS::SystemAbilityStateScheduler
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp770 if (abilityStateScheduler_->IsSystemAbilityUnloading(systemAbilityId)) { in CheckSystemAbility()