Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1339 bool isLaunching_ = true; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp417 isLaunching_ = false; in ForegroundAbility()
457 isLaunching_ = false; in ForegroundUIExtensionAbility()
1282 isLaunching_ = false; in BackgroundAbility()
2722 if (abilityInfo_.type == AppExecFwk::AbilityType::PAGE && isLaunching_) { in SetWant()