Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/cj_utils/
H A Dcj_utils.h21 namespace OHOS::Ace::CJUtils {
H A Dcj_utils.cpp24 namespace OHOS::Ace::CJUtils { namespace
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A DBUILD.gn68 # CJUtils
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()
H A Dace_container.cpp465 auto cjFrontend = CJUtils::LoadCjFrontend(useNewPipeline_, useStageModel_); in InitializeFrontend()