Home
last modified time | relevance | path

Searched refs:needExit (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h587 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 Dability_record.cpp574 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