Home
last modified time | relevance | path

Searched refs:startUIScheduler (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dcj_envsetup.h28 bool (*startUIScheduler)() = nullptr; member
H A Dark_interop_loader.cpp108 if (!runtime->startUIScheduler()) { in LoadCJModule()
/ohos5.0/foundation/ability/ability_runtime/cj_environment/interfaces/inner_api/
H A Dcj_envsetup.h46 bool (*startUIScheduler)() = nullptr; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp117 if (!cjEnv->startUIScheduler()) { in Initialize()
/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Dcj_environment.cpp496 .startUIScheduler = [] { in OHOS_GetCJEnvInstance()