/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | engine_helper.cpp | 80 return { engine->GetFrontend(), Container::CurrentId() }; in GetCurrentDelegate() 90 return { engine->GetFrontend(), Container::CurrentIdSafely() }; in GetCurrentDelegateSafely() 100 return { engine->GetFrontend(), Container::CurrentId() }; in GetDefaultDelegate() 112 return { engine ? engine->GetFrontend() : nullptr, container->GetInstanceId() }; in GetDelegateByContainer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_animator_model_ng_impl.cpp | 46 auto frontEnd = AceType::DynamicCast<DeclarativeFrontendNG>(container->GetFrontend()); in GetCurrentPage() 48 auto frontEnd = AceType::DynamicCast<DeclarativeFrontend>(container->GetFrontend()); in GetCurrentPage()
|
H A D | jsi_animator_model_ng_build_impl.cpp | 40 auto frontEnd = AceType::DynamicCast<DeclarativeFrontendNG>(container->GetFrontend()); in GetCurrentPage()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 679 auto front = container->GetFrontend(); in OnActive() 716 auto front = container->GetFrontend(); in OnInactive() 753 auto front = container->GetFrontend(); in OnNewWant() 763 auto front = container->GetFrontend(); in OnStartContinuation() 774 auto front = container->GetFrontend(); in OnSaveData() 785 auto front = container->GetFrontend(); in OnRestoreData() 795 auto front = container->GetFrontend(); in OnCompleteContinuation() 1747 auto front = GetFrontend(); in DispatchPluginError() 1998 auto front = GetFrontend(); in AttachView() 2670 auto front = GetFrontend(); in UpdateConfiguration() [all …]
|
H A D | dialog_container.cpp | 411 auto front = GetFrontend(); in InitializeFrontend() 458 auto frontend = AceType::DynamicCast<DeclarativeFrontend>(container->GetFrontend()); in ShowToast() 483 auto frontend = AceType::DynamicCast<DeclarativeFrontend>(container->GetFrontend()); in ShowDialog() 504 auto frontend = AceType::DynamicCast<DeclarativeFrontend>(container->GetFrontend()); in ShowDialog() 521 auto frontend = AceType::DynamicCast<DeclarativeFrontend>(container->GetFrontend()); in ShowActionMenu()
|
H A D | pa_container.h | 74 RefPtr<Frontend> GetFrontend() const override in GetFrontend() function
|
H A D | dialog_container.h | 53 RefPtr<Frontend> GetFrontend() const override in GetFrontend() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_declarative.h | 89 … auto outSidefrontend = AceType::DynamicCast<DeclarativeFrontendNG>(context->GetFrontend()); in SetLoadCardCallBack() 91 … auto outSidefrontend = AceType::DynamicCast<DeclarativeFrontend>(context->GetFrontend()); in SetLoadCardCallBack()
|
H A D | form_frontend_declarative.h | 65 … auto outSidefrontend = AceType::DynamicCast<DeclarativeFrontend>(context->GetFrontend()); in SetLoadCardCallBack()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.cpp | 102 auto front = container->GetFrontend(); in GetActive() 114 auto front = container->GetFrontend(); in GetDefault()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_container.cpp | 482 auto front = aceContainer->GetFrontend(); in CreateContainer() 519 auto front = container->GetFrontend(); in RunPage() 586 auto front = container->GetFrontend(); in NativeOnConfigurationUpdated() 622 auto front = container->GetFrontend(); in FetchResponse() 659 auto front = GetFrontend(); in DispatchPluginError() 852 auto front = GetFrontend(); in AttachView() 947 auto front = AceType::DynamicCast<DeclarativeFrontend>(GetFrontend()); in AttachView() 1074 auto front = container->GetFrontend(); in GetContentInfo()
|
H A D | ace_container.h | 100 RefPtr<Frontend> GetFrontend() const override in GetFrontend() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | util_modifier.cpp | 42 auto frontend = container->GetFrontend(); in GetDesignWidthScale()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_pixel_unit_convert_ffi.cpp | 86 auto frontend = container->GetFrontend(); in GetdesignWidthScale()
|
H A D | utils.cpp | 47 return container->GetFrontend(); in GetCurrentFrontend()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_container.h | 92 MOCK_METHOD(RefPtr<Frontend>, GetFrontend, (), (const, override));
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 311 auto frontend = context->GetFrontend(); in GetNewComponentWithJsCode() 337 auto declarativeFrontend = AceType::DynamicCast<DeclarativeFrontendNG>(pipeline->GetFrontend()); in GetNewFrameNodeWithJsCode() 339 auto declarativeFrontend = AceType::DynamicCast<DeclarativeFrontend>(pipeline->GetFrontend()); in GetNewFrameNodeWithJsCode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.h | 170 RefPtr<FrontendDelegate> GetFrontend() override in GetFrontend() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_radio_util.cpp | 29 auto frontend = context->GetFrontend(); in GetRadioGroups()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | render_radio.cpp | 135 if (context && context->GetFrontend() && context->GetFrontendType() == FrontendType::JS_CARD) { in UpdateGroupValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_pattern.cpp | 226 auto frontend = ngPipeline->GetFrontend(); in ~UIExtensionPattern() 580 auto frontend = ngPipeline->GetFrontend(); in OnAccessibilityEvent() 1276 auto frontend = ngPipeline->GetFrontend(); in InitializeAccessibility() 1347 auto frontend = ngPipeline->GetFrontend(); in ResetAccessibilityChildTreeCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_data_panel_bridge.cpp | 344 CHECK_NULL_RETURN(Container::Current()->GetFrontend(), nullptr); in SetContentModifierBuilder() 345 … auto context = NapiValueToLocalValue(Container::Current()->GetFrontend()->GetContextValue()); in SetContentModifierBuilder()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | dynamic_component_renderer_impl.cpp | 180 …auto frontend = AceType::DynamicCast<OHOS::Ace::FormFrontendDeclarative>(container->GetFrontend()); in RegisterSizeChangedCallback() 535 auto front = container->GetFrontend(); in TransferAccessibilityHoverEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 1329 auto frontend = AceType::DynamicCast<DeclarativeFrontend>(aceContainer->GetFrontend()); in ShowToastForAbility() 1338 delegate = engine->GetFrontend(); in ShowToastForAbility() 1403 auto delegate = engine->GetFrontend(); in ShowDialogForAbility() 1471 auto delegate = engine->GetFrontend(); in ShowDialogForAbility() 1558 auto delegate = engine->GetFrontend(); in OpenCustomDialogForAbility() 1623 auto delegate = engine->GetFrontend(); in ShowActionMenuForAbility()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | node_data_cache.cpp | 36 auto frontEnd = container->GetFrontend(); in GetCurrentPageUrl()
|