Home
last modified time | relevance | path

Searched refs:CheckSaIsImmediatelyRecycle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/
H A Dsamgrcoverage_fuzzer.cpp142 saMgr->CheckSaIsImmediatelyRecycle(systemAbilityId); in FuzzNotifySystemAbilityLoaded()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h110 bool CheckSaIsImmediatelyRecycle(const std::shared_ptr<SystemProcessContext>& processContext);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp606 return CheckSaIsImmediatelyRecycle(processContext); in CanUnloadAllSystemAbilityLocked()
617 bool SystemAbilityStateScheduler::CheckSaIsImmediatelyRecycle( in CheckSaIsImmediatelyRecycle() function in OHOS::SystemAbilityStateScheduler
621 if (SystemAbilityManager::GetInstance()->CheckSaIsImmediatelyRecycle(saId)) { in CheckSaIsImmediatelyRecycle()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h170 bool CheckSaIsImmediatelyRecycle(int32_t systemAbilityId);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1749 bool SystemAbilityManager::CheckSaIsImmediatelyRecycle(int32_t systemAbilityId) in CheckSaIsImmediatelyRecycle() function in OHOS::SystemAbilityManager