Home
last modified time | relevance | path

Searched refs:pendingUnloadEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_context.h85 std::shared_ptr<UnloadRequestInfo> pendingUnloadEvent; member
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp507 abilityContext->pendingUnloadEvent = unloadRequestInfo; in PendUnloadEventLocked()
551 return HandleUnloadAbilityEventLocked(abilityContext, abilityContext->pendingUnloadEvent); in HandlePendingUnloadEventLocked()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp1144 …systemAbilityContext->pendingUnloadEvent = std::make_shared<UnloadRequestInfo>(onDemandEvent, SAID…
1166 …systemAbilityContext->pendingUnloadEvent = std::make_shared<UnloadRequestInfo>(onDemandEvent, SAID…
1187 systemAbilityContext->pendingUnloadEvent = nullptr;