Home
last modified time | relevance | path

Searched refs:SetDepth (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dpage_node_info_wrap.h41 virtual void SetDepth(int32_t depth) {} in SetDepth() function in OHOS::OHOS::Ace::PageNodeInfoWrap
/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.h116 void SetDepth(int32_t depth) in SetDepth() function in OHOS::Ace::DumpLog
H A Ddump_log.cpp185 SetDepth(depth); in GetPrefix()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.h47 void SetDepth(int32_t depth) override
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.h91 void SetDepth(int32_t depth) in SetDepth() function in OHOS::Ace::Element
H A Delement.cpp271 SetDepth(parent != nullptr ? parent->GetDepth() + 1 : 1); in Mount()
H A Drender_node.cpp124 child->SetDepth(GetDepth() + 1); in AddChild()
2024 void RenderNode::SetDepth(int32_t depth) in SetDepth() function in RenderNode
2030 item->SetDepth(depth_ + 1); in SetDepth()
H A Drender_node.h369 void SetDepth(int32_t depth);
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h221 void SetDepth(int32_t depth) in SetDepth() function in OHOS::Ace::NG::NodeStatus::RootNodeType::UINode
225 child->SetDepth(depth_ + 1); in SetDepth()
H A Dui_node.cpp485 child->SetDepth(GetDepth() + 1); in DoAddChild()
H A Dframe_node.cpp494 newChild->SetDepth(1); in CreateFrameNodeWithTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_node.cpp341 node4Index->SetDepth(GetDepth() + 1); in GetFrameChildByIndex()
H A Dlazy_for_each_node.cpp335 child.second->SetDepth(GetDepth() + 1); in GetFrameChildByIndex()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng.cpp1613 parent->SetDepth(32); in HWTEST_F()
1651 parent->SetDepth(32); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_nbranch_test.cpp68 MOCK_METHOD(void, SetDepth, (int32_t depth), (override));
H A Dweb_pattern_test_ng.cpp2917 MOCK_METHOD(void, SetDepth, (int32_t depth), (override));
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_pattern_test_ng.cpp771 customNode->SetDepth(1); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_origin_test_ng.cpp2515 targetParentNode->SetDepth(1); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4455 node->SetDepth(-1); in ParseNWebViewDataNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp7095 info->SetDepth(host->GetDepth()); in OnBackPressed()

Completed in 66 milliseconds