Searched refs:needExit (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 587 void ProcessForegroundAbility(const std::shared_ptr<AbilityRecord> &callerAbility, bool needExit = true, 1217 void NotifyAnimationFromTerminatingAbility(const std::shared_ptr<AbilityRecord> &callerAbility, bool needExit,
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 574 void AbilityRecord::ProcessForegroundAbility(const std::shared_ptr<AbilityRecord> &callerAbility, bool needExit, in ProcessForegroundAbility() argument 583 NotifyAnimationFromTerminatingAbility(callerAbility, needExit, flag); in ProcessForegroundAbility() 599 bool needExit, bool flag) in NotifyAnimationFromTerminatingAbility() 614 if (flag && needExit) { in NotifyAnimationFromTerminatingAbility() 616 } else if (flag && !needExit) { in NotifyAnimationFromTerminatingAbility() 598 NotifyAnimationFromTerminatingAbility(const std::shared_ptr<AbilityRecord>& callerAbility, bool needExit, bool flag) NotifyAnimationFromTerminatingAbility() argument
|
Completed in 9 milliseconds