Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h99 … int32_t DoUnloadSystemAbilityLocked(const std::shared_ptr<SystemAbilityContext>& abilityContext);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp710 result = DoUnloadSystemAbilityLocked(abilityContext); in UnloadAllSystemAbilityLocked()
720 int32_t SystemAbilityStateScheduler::DoUnloadSystemAbilityLocked( in DoUnloadSystemAbilityLocked() function in OHOS::SystemAbilityStateScheduler