Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp757 auto needStartingWindow = abilityRequest.want.GetBoolParam(NEED_STARTINGWINDOW, true); in ProcessForegroundAbility() local
758 if (!isSaCall || needStartingWindow) { in ProcessForegroundAbility()