/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scan_parameters.cpp | 85 void ScanParameters::SetDepth(const int32_t &depth) in SetDepth() function in OHOS::Scan::ScanParameters 128 SetDepth(parcel.ReadInt32()); in ReadFromParcel()
|
H A D | scan_parameters_helper.cpp | 62 nativeObj->SetDepth(depth); in BuildFromJs()
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | scan_parameters.h | 39 void SetDepth(const int32_t &depth);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/ |
H A D | page_node_info_wrap.h | 41 virtual void SetDepth(int32_t depth) {} in SetDepth() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | view_data_wrap_ohos.h | 47 void SetDepth(int32_t depth) override in SetDepth() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | element.h | 91 void SetDepth(int32_t depth) in SetDepth() function
|
H A D | element.cpp | 271 SetDepth(parent != nullptr ? parent->GetDepth() + 1 : 1); in Mount()
|
H A D | render_node.cpp | 124 child->SetDepth(GetDepth() + 1); in AddChild() 2024 void RenderNode::SetDepth(int32_t depth) in SetDepth() function in OHOS::Ace::RenderNode 2030 item->SetDepth(depth_ + 1); in SetDepth()
|
H A D | render_node.h | 369 void SetDepth(int32_t depth);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 221 void SetDepth(int32_t depth) in SetDepth() function 225 child->SetDepth(depth_ + 1); in SetDepth()
|
H A D | ui_node.cpp | 460 child->SetDepth(GetDepth() + 1); in DoAddChild()
|
H A D | frame_node.cpp | 538 newChild->SetDepth(1); in CreateFrameNodeWithTree()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_node.cpp | 371 node4Index->SetDepth(GetDepth() + 1); in GetFrameChildByIndex()
|
H A D | lazy_for_each_node.cpp | 346 child.second->SetDepth(GetDepth() + 1); in GetFrameChildByIndex()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | drag_drop_manager_test_ng.cpp | 1700 parent->SetDepth(32); 1738 parent->SetDepth(32);
|
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/ |
H A D | scanhelper_fuzzer.cpp | 266 scanPara.SetDepth(depth); in TestSetDepth()
|
/ohos5.0/base/print/print_fwk/services/scan_service/src/ |
H A D | scan_service_ability.cpp | 1083 para.SetDepth(parameters.depth); in GetScanParameters()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_pattern_test_ng.cpp | 771 customNode->SetDepth(1);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_origin_test_ng.cpp | 2470 targetParentNode->SetDepth(1);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 4393 node->SetDepth(-1); in ParseNWebViewDataNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 7182 info->SetDepth(host->GetDepth()); in OnBackPressed()
|