Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp754 if (CJUtils::IsCJFrontendContext(context)) { in UIContentImpl()
1795 auto isCJFrontend = CJUtils::IsCJFrontendContext(context.get()); in CommonInitialize()
2917 bool isCJFrontend = CJUtils::IsCJFrontendContext(context.get()); in InitializeSubWindow()