Home
last modified time | relevance | path

Searched refs:pipelineContextHolder_ (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_abstract.cpp51 auto context = frontend->pipelineContextHolder_.Get(); in Push()
81 auto context = frontend->pipelineContextHolder_.Get(); in Replace()
102 auto context = frontend->pipelineContextHolder_.Get(); in BackWithTarget()
122 auto context = frontend->pipelineContextHolder_.Get(); in Clear()
H A Dcj_frontend_abstract.cpp158 pipelineContextHolder_.Attach(context); in AttachPipelineContext()
251 auto pipelineContext = pipelineContextHolder_.Get(); in ShowDialogInner()
305 auto context = DynamicCast<NG::PipelineContext>(pipelineContextHolder_.Get()); in ShowActionMenuInner()
392 pipelineContextHolder_.Get()->RegisterFont(familyName, familySrc, bundleName, moduleName); in RegisterFont()
398 pipelineContextHolder_.Get()->GetSystemFontList(*fontList); in GetSystemFontList()
405 if (!pipelineContextHolder_.Get()->GetSystemFont(fontName, fontInfo)) { in GetSystemFont()
H A Dcj_frontend_abstract.h80 return pipelineContextHolder_.Get(); in GetPipelineContext()
130 Framework::PipelineContextHolder pipelineContextHolder_; member in OHOS::Ace::CJFrontendAbstract
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp105 delegate->pipelineContextHolder_.Get(); // Wait until Pipeline Context is attached. in ParseManifest()
269 WeakPtr<PipelineBase> contextWeak(pipelineContextHolder_.Get()); in TransferComponentResponseData()
485 [context = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()), in CallPopPage()
633 [context = pipelineContextHolder_.Get(), isPagePathInvalid = isPagePathInvalid_]() { in Push()
677 auto pipelineContext = pipelineContextHolder_.Get(); in Back()
685 [context = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()), in Back()
718 [context = pipelineContextHolder_.Get()]() { in BackImplement()
730 [context = pipelineContextHolder_.Get()]() { in PostponePageTransition()
742 [context = pipelineContextHolder_.Get()]() { in LaunchPageTransition()
825 auto pipelineContext = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_ in TriggerPageUpdate()
[all...]
H A Dfrontend_delegate_impl.h456 PipelineContextHolder pipelineContextHolder_; member in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp271 auto pipelineContext = pipelineContextHolder_.Get(); in TransferComponentResponseData()
719 auto pipelineContext = delegate->pipelineContextHolder_.Get(); in PostponePageTransition()
731 auto pipelineContext = delegate->pipelineContextHolder_.Get(); in LaunchPageTransition()
800 auto pipelineContext = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()); in GetComponentsCount()
831 auto pipelineContext = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()); in TriggerPageUpdate()
922 auto pipelineContext = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()); in ShowToast()
975 auto context = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()); in ShowDialog()
984 auto task = [context = pipelineContextHolder_.Get(), nodeId, &rect]() { in GetBoundingRectData()
1045 pipelineContextHolder_.Get(); // Wait until Pipeline Context is attached. in PostSyncTaskToPage()
1118 auto pipeline = delegate->pipelineContextHolder_ in LoadJS()
[all...]
H A Dplugin_frontend_delegate.h342 PipelineContextHolder pipelineContextHolder_; member in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp344 auto pipelineContext = pipelineContextHolder_.Get(); in TransferComponentResponseData()
1314 auto pipelineContext = delegate->pipelineContextHolder_.Get(); in PostponePageTransition()
1328 auto pipelineContext = delegate->pipelineContextHolder_.Get(); in LaunchPageTransition()
1347 auto context = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()); in BackCheckAlert()
1432 auto pipelineContext = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()); in GetComponentsCount()
1455 auto pipelineContext = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()); in TriggerPageUpdate()
1559 auto pipeline = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()); in ShowToast()
1592 auto pipelineContext = pipelineContextHolder_.Get(); in ShowDialogInner()
1662 auto context = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_.Get()); in ShowDialogInner()
1953 auto context = AceType::DynamicCast<PipelineContext>(pipelineContextHolder_ in ShowActionMenuInner()
[all...]
H A Dfrontend_delegate_declarative.h498 PipelineContextHolder pipelineContextHolder_; member in OHOS::Ace::Framework::FrontendDelegateDeclarative
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp142 pipelineContextHolder_.Attach(context); in AttachPipelineContext()
532 pipelineContextHolder_.Get(); // Wait until Pipeline Context is attached. in PostSyncTaskToPage()
561 pipelineContextHolder_.Get()->RegisterFont(familyName, familySrc, bundleName, moduleName); in RegisterFont()
566 pipelineContextHolder_.Get()->GetSystemFontList(fontList); in GetSystemFontList()
571 return pipelineContextHolder_.Get()->GetSystemFont(fontName, fontInfo); in GetSystemFont()
576 pipelineContextHolder_.Get()->GetUIFontConfig(fontConfigJsonInfo); in GetUIFontConfig()
609 return pipelineContextHolder_.Get(); in GetPipelineContext()
1012 auto pipelineContext = delegate->pipelineContextHolder_.Get(); in PostponePageTransition()
1026 auto pipelineContext = delegate->pipelineContextHolder_.Get(); in LaunchPageTransition()
1120 auto context = DynamicCast<NG::PipelineContext>(pipelineContextHolder_ in ShowActionMenuInner()
[all...]
H A Dfrontend_delegate_declarative_ng.h308 PipelineContextHolder pipelineContextHolder_; member in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp352 return pipelineContextHolder_.Get(); in GetPipelineContext()

Completed in 19 milliseconds