Searched refs:PendingEvent (Results 1 – 6 of 6) sorted by relevance
26 } PendingEvent; typedef53 PendingEvent *pending = MALLOC(sizeof(PendingEvent)); in PushPendingEvent()68 PendingEvent *pending = LIST_ENTRY(head->next, PendingEvent, link); in PopPendingEvent()
46 enum class PendingEvent { enum91 PendingEvent pendingEvent = PendingEvent::NO_EVENT;
89 if (context->pendingEvent == PendingEvent::UNLOAD_ABILITY_EVENT) { in HandleAbilityLoadFailedEventLocked()91 context->pendingEvent = PendingEvent::NO_EVENT; in HandleAbilityLoadFailedEventLocked()130 if (context->pendingEvent == PendingEvent::UNLOAD_ABILITY_EVENT) { in HandleAbilityUnLoadSuccessEventLocked()132 context->pendingEvent = PendingEvent::NO_EVENT; in HandleAbilityUnLoadSuccessEventLocked()
497 abilityContext->pendingEvent = PendingEvent::LOAD_ABILITY_EVENT; in PendLoadEventLocked()506 abilityContext->pendingEvent = PendingEvent::UNLOAD_ABILITY_EVENT; in PendUnloadEventLocked()514 if (abilityContext->pendingEvent == PendingEvent::UNLOAD_ABILITY_EVENT) { in RemovePendingUnloadEventLocked()516 abilityContext->pendingEvent = PendingEvent::NO_EVENT; in RemovePendingUnloadEventLocked()524 if (abilityContext->pendingEvent != PendingEvent::LOAD_ABILITY_EVENT) { in HandlePendingLoadEventLocked()529 abilityContext->pendingEvent = PendingEvent::NO_EVENT; in HandlePendingLoadEventLocked()545 if (abilityContext->pendingEvent != PendingEvent::UNLOAD_ABILITY_EVENT) { in HandlePendingUnloadEventLocked()550 abilityContext->pendingEvent = PendingEvent::NO_EVENT; in HandlePendingUnloadEventLocked()
278 systemAbilityContext->pendingEvent = PendingEvent::UNLOAD_ABILITY_EVENT;346 systemAbilityContext->pendingEvent = PendingEvent::UNLOAD_ABILITY_EVENT;
1084 systemAbilityContext->pendingEvent = PendingEvent::UNLOAD_ABILITY_EVENT;1103 systemAbilityContext->pendingEvent = PendingEvent::NO_EVENT;1122 systemAbilityContext->pendingEvent = PendingEvent::LOAD_ABILITY_EVENT;1141 systemAbilityContext->pendingEvent = PendingEvent::LOAD_ABILITY_EVENT;1163 systemAbilityContext->pendingEvent = PendingEvent::UNLOAD_ABILITY_EVENT;1185 systemAbilityContext->pendingEvent = PendingEvent::UNLOAD_ABILITY_EVENT;