Home
last modified time | relevance | path

Searched refs:IsUseNewPipeline (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_stack_processor.cpp165 return container ? container->IsUseNewPipeline() : AceApplicationInfo::GetInstance().IsUseNewPipeline(); in JsUsesNewPipeline()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_event_impl.cpp54 if (container->IsUseNewPipeline()) { in OHOS_ACE_GetSimplifiedInspectorTree()
H A Dace_container.cpp522 if (container->IsUseNewPipeline()) { in OnBackPressed()
1802 DumpLog::GetInstance().Print(1, "NewPipeline: " + std::string(IsUseNewPipeline() ? "true" : "false")); in OnDumpInfo()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dnative_view.h122 bool IsUseNewPipeline() const { return useNewPipeline_; } in IsUseNewPipeline() function in OHOS::Ace::Framework::NativeView
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_application_info.h215 bool IsUseNewPipeline() in IsUseNewPipeline() function in OHOS::Ace::AceApplicationInfo
H A Dcontainer.h344 bool IsUseNewPipeline() const in IsUseNewPipeline() function in OHOS::Ace::Container
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_controller.cpp110 if (!container->IsUseNewPipeline()) { in GetPageUrlByContainerId()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp201 if (container && container->IsUseNewPipeline()) { in UpdateCardRootComponent()
390 if (container && container->IsUseNewPipeline()) { in JSPostCardAction()
648 if (container->IsUseNewPipeline()) { in JsGetInspectorTree()
793 if (container->IsUseNewPipeline()) { in JsGetInspectorByKey()
829 if (container->IsUseNewPipeline()) { in JsSendEventByKey()
H A Djsi_view_register_impl.cpp319 if (container->IsUseNewPipeline()) { in UpdateRootComponent()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp270 if (container->IsUseNewPipeline()) { in GetInspectorTreeJsonStr()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp165 if (container && container->IsUseNewPipeline()) { in GenerateSummaryBody()
319 if (container && container->IsUseNewPipeline()) { in TransSourceStack()

Completed in 17 milliseconds