/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | drag_drop_manager_test_ng_coverage.cpp | 65 auto parentNodeTmp = pipelineTmp->GetRootElement(); 82 auto parentNode = pipeline->GetRootElement(); 215 auto parentNodeTmp = pipelineTmp->GetRootElement(); 232 auto parentNode = pipeline->GetRootElement(); 310 auto parentNodeTmp = pipelineTmp->GetRootElement(); 324 auto parentNode = pipeline->GetRootElement(); 434 auto parentNodeTmp = pipelineTmp->GetRootElement(); 448 auto parentNode = pipeline->GetRootElement(); 731 auto parentNodeTmp = pipelineTmp->GetRootElement(); 745 auto parentNode = pipeline->GetRootElement(); [all …]
|
H A D | drag_drop_manager_test_ng.cpp | 1411 auto parentNodeTmp = pipelineTmp->GetRootElement(); 1432 auto parentNode = pipeline->GetRootElement();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector.cpp | 145 auto inspectorElement = GetInspectorByKey(context->GetRootElement(), key); in GetInspectorNodeByKey() 174 auto root = AceType::DynamicCast<Element>(context->GetRootElement()); in GetInspectorTree() 208 auto inspectorElement = GetInspectorByKey(context->GetRootElement(), key); in SendEventByKey()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/ |
H A D | focus_manager.cpp | 30 if (pipeline && pipeline->GetRootElement()) { in FocusManager() 31 currentFocus_ = pipeline->GetRootElement()->GetFocusHub(); in FocusManager() 188 auto rootNode = pipeline->GetRootElement(); in PaintFocusState() 493 auto root = pipeline->GetRootElement(); in WindowFocus()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/xml/ |
H A D | xml_parser.h | 36 std::shared_ptr<XmlElement> GetRootElement();
|
H A D | xml_parser.cpp | 87 std::shared_ptr<XmlElement> XmlParser::GetRootElement() in GetRootElement() function in OHOS::Media::Plugins::HttpPlugin::XmlParser
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | render_boundary_manager.cpp | 42 auto rootNode = ngPipeline->GetRootElement(); in PostTaskRenderBoundary()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.h | 55 WeakPtr<Element> GetRootElement();
|
H A D | js_inspector_manager.cpp | 257 auto rootElement = GetRootElement().Upgrade(); in OperateRootComponent() 364 WeakPtr<Element> JsInspectorManager::GetRootElement() in GetRootElement() function in OHOS::Ace::Framework::JsInspectorManager
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_full_screen_pattern.cpp | 60 auto rootNode = pipelienContext->GetRootElement(); in RequestFullScreen()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng.cpp | 1345 ASSERT_NE(context_->GetRootElement(), nullptr); 1346 …auto containerNode = AceType::DynamicCast<FrameNode>(context_->GetRootElement()->GetChildren().fro… 1387 ASSERT_NE(context_->GetRootElement(), nullptr); 1388 …auto containerNode = AceType::DynamicCast<FrameNode>(context_->GetRootElement()->GetChildren().fro… 1440 …auto containerNode = AceType::DynamicCast<FrameNode>(context_->GetRootElement()->GetChildren().fro…
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_xml_unit_test.cpp | 87 std::shared_ptr<XmlElement> root = xmlParser_->GetRootElement();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_controller.cpp | 180 auto rootNode = context->GetRootElement(); in ApplyExposureCfgInner()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 444 auto rootNode = context->GetRootElement(); in GetFrameNodeByKey() 457 auto rootNode = context->GetRootElement(); in GetInspectorNodeByKey() 769 auto rootNode = context->GetRootElement(); in SendEventByKey()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 1867 auto root = ngPipeline->GetRootElement(); in IsNodeInRoot() 2947 auto rootNode = pipeline->GetRootElement(); in DumpTreeNG() 2963 auto pipelineRoot = pipeline->GetRootElement(); in DumpHoverTestNG() 3569 auto rootNode = ngPipeline->GetRootElement(); in DumpTree() 3579 rootNode = ngPipeline->GetRootElement(); in DumpTree() 3900 auto rootNode = ngPipeline->GetRootElement(); in SearchElementInfoByAccessibilityIdNG() 4037 auto rootNode = ngPipeline->GetRootElement(); in SearchElementInfosByTextNG() 4224 auto rootNode = ngPipeline->GetRootElement(); in FindFocusedElementInfoNG() 4290 auto rootNode = ngPipeline->GetRootElement(); in FindNodeFromPipeline() 5316 auto rootNode = ngPipeline->GetRootElement(); in SendUecOnTreeEvent() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | magnifier_controller.cpp | 150 auto rootNode = pipeline->GetRootElement(); in GetRootNode()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 563 auto rootNode = context->GetRootElement(); in HideWindow() 587 auto rootNode = context->GetRootElement(); in HideWindow() 602 auto rootNode = context->GetRootElement(); in HideWindow() 1855 auto rootNode = context->GetRootElement(); in MarkDirtyDialogSafeArea()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | dynamic_component_renderer_impl.cpp | 292 auto rootElement = pipelineContext->GetRootElement(); in AttachRenderContext()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | inspector_test_ng.cpp | 93 auto rootNode = context1->GetRootElement();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 620 const RefPtr<RootElement>& GetRootElement() const in GetRootElement() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 134 const RefPtr<FrameNode>& GetRootElement() const in GetRootElement() function
|
H A D | pipeline_context.cpp | 2553 pipeline->NotifyResponseRegionChanged(pipeline->GetRootElement()); in OnTouchEvent() 2843 auto rootNode = pipeline->GetRootElement(); in OnDumpInfo() 3521 auto rootNode = GetRootElement(); in OnHide() 3660 auto rootNode = pipeline->GetRootElement(); in FlushReload()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_handler.cpp | 931 RefPtr<UINode> root = pipeline->GetRootElement(); in CheckComponentCoveredStatus()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_pattern.cpp | 1069 auto rootNode = pipelineContext->GetRootElement(); in CalculateDialogOffset()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_parser.cpp | 1070 std::shared_ptr<XmlElement> rootElement = xmlParser->GetRootElement(); in ParseMPD()
|