/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router_abstract.cpp | 51 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 D | cj_frontend_abstract.cpp | 158 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 D | cj_frontend_abstract.h | 80 return pipelineContextHolder_.Get(); in GetPipelineContext() 130 Framework::PipelineContextHolder pipelineContextHolder_; member in OHOS::Ace::CJFrontendAbstract
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 105 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 D | frontend_delegate_impl.h | 456 PipelineContextHolder pipelineContextHolder_; member in OHOS::Ace::Framework::FrontendDelegateImpl
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 271 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 D | plugin_frontend_delegate.h | 342 PipelineContextHolder pipelineContextHolder_; member in OHOS::Ace::Framework::PluginFrontendDelegate
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 344 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 D | frontend_delegate_declarative.h | 498 PipelineContextHolder pipelineContextHolder_; member in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.cpp | 142 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 D | frontend_delegate_declarative_ng.h | 308 PipelineContextHolder pipelineContextHolder_; member in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 352 return pipelineContextHolder_.Get(); in GetPipelineContext()
|