Home
last modified time | relevance | path

Searched defs:parentNode (Results 1 – 25 of 85) sorted by relevance

1234

/foundation/window/window_manager/wmserver/test/unittest/
Dwindow_node_container_test.cpp108 sptr<WindowNode> parentNode = new WindowNode(parentProperty, nullptr, nullptr); variable
126 sptr<WindowNode> parentNode = new WindowNode(parentProperty, nullptr, nullptr); variable
332 sptr<WindowNode> parentNode = nullptr; variable
350 sptr<WindowNode> parentNode = new WindowNode(parentProperty, nullptr, nullptr); variable
374 sptr<WindowNode> parentNode = nullptr; variable
389 sptr<WindowNode> parentNode = new WindowNode(parentProperty, nullptr, nullptr); variable
418 sptr<WindowNode> parentNode = nullptr; variable
436 sptr<WindowNode> parentNode = new WindowNode(parentProperty, nullptr, nullptr); variable
461 sptr<WindowNode> parentNode = nullptr; variable
478 sptr<WindowNode> parentNode = nullptr; variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
Dposition_layout_utils.h25 …static Offset GetAbsoluteOffset(const RefPtr<RenderNode>& parentNode, const RefPtr<RenderNode>& se… in GetAbsoluteOffset()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/manager/full_screen/
Dfull_screen_manager_test_ng.cpp83 …auto parentNode = AceType::MakeRefPtr<FrameNode>(PARENT_TAG, -1, AceType::MakeRefPtr<Pattern>(), f… variable
157 …auto parentNode = AceType::MakeRefPtr<FrameNode>(PARENT_TAG, -1, AceType::MakeRefPtr<Pattern>(), f… variable
203 …auto parentNode = AceType::MakeRefPtr<FrameNode>(PARENT_TAG, -1, AceType::MakeRefPtr<Pattern>(), f… variable
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
Dconfig_reader.cpp59 void ConfigReader::ParseSubItem(const xmlNode& parentNode, Item& item) in ParseSubItem()
81 void ConfigReader::ParseItem(const xmlNode& parentNode, PluginConfig& pluginConfig) in ParseItem()
96 void ConfigReader::ParseConfig(const xmlNode& parentNode, PluginConfigMap& pluginConfigMap) in ParseConfig()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_svg_base.cpp26 void DOMSvgBase::InheritAttrs(const RefPtr<DOMNode>& parentNode) in InheritAttrs()
Ddom_tab_content.cpp52 void DOMTabContent::PrepareChangeListener(const RefPtr<DOMTabs>& parentNode) in PrepareChangeListener()
83 void DOMTabContent::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_polyline.cpp34 void DOMSvgPolyline::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_fe_colormatrix.cpp34 void DOMSvgFeColorMatrix::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_ellipse.cpp34 void DOMSvgEllipse::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_polygon.cpp34 void DOMSvgPolygon::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_circle.cpp35 void DOMSvgCircle::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_fe_composite.cpp34 void DOMSvgFeComposite::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_path.cpp34 void DOMSvgPath::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_fe_offset.cpp34 void DOMSvgFeOffset::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_fe_gaussianblur.cpp34 void DOMSvgFeGaussianBlur::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_defs.cpp34 void DOMSvgDefs::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_use.cpp35 void DOMSvgUse::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_rect.cpp34 void DOMSvgRect::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_line.cpp34 void DOMSvgLine::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_text_path.cpp34 void DOMSvgTextPath::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_filter.cpp36 void DOMSvgFilter::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_svg_mask.cpp36 void DOMSvgMask::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
Ddom_proxy.cpp22 auto parentNode = parentNode_.Upgrade(); in Mount() local
Ddom_svg_g.cpp53 void DOMSvgG::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
Drb_tree.c260 struct RbNode *parentNode = FILLP_NULL_PTR; in FillpRbEraseLowlvlNode() local
312 struct RbNode *parentNode = FILLP_NULL_PTR; in FillpRbErase() local

1234