Home
last modified time | relevance | path

Searched refs:IsCJFrontendContext (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/cj_utils/
H A Dcj_utils.h23 bool IsCJFrontendContext(OHOS::AbilityRuntime::Context* context);
H A Dcj_utils.cpp52 bool IsCJFrontendContext(OHOS::AbilityRuntime::Context* context) in IsCJFrontendContext() function
54 LOGD("IsCJFrontendContext start."); in IsCJFrontendContext()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp738 if (CJUtils::IsCJFrontendContext(context)) { in UIContentImpl()
1743 auto isCJFrontend = CJUtils::IsCJFrontendContext(context.get()); in CommonInitialize()
2848 bool isCJFrontend = CJUtils::IsCJFrontendContext(context.get()); in InitializeSubWindow()

Completed in 8 milliseconds