Home
last modified time | relevance | path

Searched refs:appThread (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp41 if (appThread) { in LaunchApplication()
49 if (!appThread) { in UpdateApplicationInfoInstalled()
60 if (!appThread) { in AddAbilityStage()
89 if (!appThread) { in ScheduleTerminate()
100 if (!appThread) { in ScheduleForegroundRunning()
112 if (!appThread) { in ScheduleBackgroundRunning()
123 if (!appThread) { in ScheduleTrimMemory()
134 if (!appThread) { in ScheduleMemoryLevel()
145 if (!appThread) { in ScheduleHeapMemory()
156 if (!appThread) { in ScheduleJsHeapMemory()
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp433 if (appThread == nullptr) { in ScheduleForegroundApplication()
463 if (appThread == nullptr) { in ScheduleBackgroundApplication()
494 if (appThread == nullptr) { in ScheduleTerminateApplication()
517 if (appThread == nullptr) { in ScheduleShrinkMemory()
540 if (appThread == nullptr) { in ScheduleMemoryLevel()
587 if (appThread == nullptr) { in ScheduleJsHeapMemory()
608 if (appThread == nullptr) { in ScheduleProcessSecurityExit()
660 if (appThread == nullptr) { in ScheduleLaunchApplication()
1600 if (appThread->applicationImpl_ && appThread->applicationImpl_->GetState() == in HandleLaunchApplication()
2017 if (!appThread->appMgr_ || !appThread->applicationImpl_) { in HandleAbilityStage()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp257 auto appThread = engineThread; in InitEngine() local
267 doc->GetPropertyByName<META_NS::SharedPtrIInterface>("AppQueue")->SetValue(appThread); in InitEngine()