Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task.cpp38 return callCreateOnMainThread_; in GetCallCreateOnMainThread()
58 callCreateOnMainThread_ = callCreateOnMainThread; in SetCallCreateOnMainThread()
H A Djs_startup_task.cpp39callCreateOnMainThread_, waitOnMainThread_, isExcludeFromAutoStart_, DumpDependencies().c_str()); in Init()
60 if (callCreateOnMainThread_) { in RunTaskInit()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Dstartup_task.h83 bool callCreateOnMainThread_ = true; variable