Home
last modified time | relevance | path

Searched refs:isStageBased (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp992 bool isStageBased = entryHapModuleInfo.isStageBasedModel; in InitResourceManager() local
993 if (isStageBased && appInfo.multiProjects) { in InitResourceManager()
1326 bool isStageBased = false; in HandleLaunchApplication() local
1352 isStageBased = entryHapModuleInfo.isStageBasedModel; in HandleLaunchApplication()
1392 if (isStageBased) { in HandleLaunchApplication()
1396 isStageBased, moduelJson, bundleInfo.hapModuleInfos.size()); in HandleLaunchApplication()
1453 if (isStageBased) { in HandleLaunchApplication()
1672 if (!PrepareAbilityDelegator(usertestInfo, isStageBased, entryHapModuleInfo)) { in HandleLaunchApplication()
1969 bool MainThread::PrepareAbilityDelegator(const std::shared_ptr<UserTestRecord> &record, bool isStageBased, in PrepareAbilityDelegator() argument
1972 TAG_LOGD(AAFwkTag::APPKIT, "enter, isStageBased in PrepareAbilityDelegator()
[all...]
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp928 bool isStageBased = true; in HWTEST_F() local
930 EXPECT_TRUE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo)); in HWTEST_F()
943 bool isStageBased = true; in HWTEST_F() local
945 EXPECT_FALSE(mainThread_->PrepareAbilityDelegator(nullptr, isStageBased, hapModuleInfo)); in HWTEST_F()
960 bool isStageBased = false; in HWTEST_F() local
964 EXPECT_FALSE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo)); in HWTEST_F()
979 bool isStageBased = false; in HWTEST_F() local
981 EXPECT_FALSE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo)); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h567 bool PrepareAbilityDelegator(const std::shared_ptr<UserTestRecord> &record, bool isStageBased,

Completed in 9 milliseconds