Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_timeout_module_test/
H A Dability_timeout_module_test.cpp321 EXPECT_TRUE(rootLauncher->IsLauncherRoot());
363 EXPECT_TRUE(rootLauncher->IsLauncherRoot());
410 EXPECT_TRUE(rootLauncher->IsLauncherRoot());
449 EXPECT_TRUE(rootLauncher->IsLauncherRoot());
479 EXPECT_TRUE(rootLauncher->IsLauncherRoot());
516 EXPECT_TRUE(rootLauncher->IsLauncherRoot());
561 EXPECT_TRUE(rootLauncher->IsLauncherRoot());
606 EXPECT_TRUE(rootLauncher->IsLauncherRoot());
649 EXPECT_TRUE(rootLauncher->IsLauncherRoot());
692 EXPECT_TRUE(rootLauncher->IsLauncherRoot());
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_list.cpp215 if (ability && ability->IsLauncherRoot()) { in GetLauncherRoot()
H A Dmission_list_manager.cpp2332 if (ability->IsLauncherAbility() && ability->IsLauncherRoot()) { in HandleLoadTimeout()
2362 if (ability->IsLauncherAbility() && ability->IsLauncherRoot()) { in HandleForegroundTimeout()
2583 if (abilityRecord->IsLauncherRoot() && currentUserId != userId_) { in OnAbilityDied()
2769 if (ability->IsLauncherRoot()) { in HandleLauncherDied()
H A Dability_record.cpp2690 bool AbilityRecord::IsLauncherRoot() const in IsLauncherRoot() function in OHOS::AAFwk::AbilityRecord
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h957 bool IsLauncherRoot() const;