Home
last modified time | relevance | path

Searched defs:isStageBased (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp921 bool isStageBased = true; variable
936 bool isStageBased = true; variable
953 bool isStageBased = false; variable
972 bool isStageBased = false; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1011 bool isStageBased = entryHapModuleInfo.isStageBasedModel; in InitResourceManager() local
1340 bool isStageBased = false; in HandleLaunchApplication() local
2072 …inThread::PrepareAbilityDelegator(const std::shared_ptr<UserTestRecord> &record, bool isStageBased, in PrepareAbilityDelegator()