Searched refs:isStageBased (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 921 bool isStageBased = true; variable 923 EXPECT_TRUE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo)); 936 bool isStageBased = true; variable 938 EXPECT_FALSE(mainThread_->PrepareAbilityDelegator(nullptr, isStageBased, hapModuleInfo)); 953 bool isStageBased = false; variable 957 EXPECT_FALSE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo)); 972 bool isStageBased = false; variable 974 EXPECT_FALSE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo));
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 1011 bool isStageBased = entryHapModuleInfo.isStageBasedModel; in InitResourceManager() local 1012 if (isStageBased && multiProjects) { in InitResourceManager() 1340 bool isStageBased = false; in HandleLaunchApplication() local 1364 isStageBased = entryHapModuleInfo.isStageBasedModel; in HandleLaunchApplication() 1401 if (isStageBased) { in HandleLaunchApplication() 1405 isStageBased, moduelJson, bundleInfo.hapModuleInfos.size()); in HandleLaunchApplication() 1460 if (isStageBased) { in HandleLaunchApplication() 1671 if (!PrepareAbilityDelegator(usertestInfo, isStageBased, entryHapModuleInfo)) { in HandleLaunchApplication() 2072 …inThread::PrepareAbilityDelegator(const std::shared_ptr<UserTestRecord> &record, bool isStageBased, in PrepareAbilityDelegator() argument 2075 TAG_LOGD(AAFwkTag::APPKIT, "enter, isStageBased = %{public}d", isStageBased); in PrepareAbilityDelegator() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 576 bool PrepareAbilityDelegator(const std::shared_ptr<UserTestRecord> &record, bool isStageBased,
|