Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task.cpp43 return waitOnMainThread_; in GetWaitOnMainThread()
63 waitOnMainThread_ = waitOnMainThread; in SetWaitOnMainThread()
H A Djs_startup_task.cpp39 … callCreateOnMainThread_, waitOnMainThread_, isExcludeFromAutoStart_, DumpDependencies().c_str()); in Init()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Dstartup_task.h84 bool waitOnMainThread_ = true; variable