Home
last modified time | relevance | path

Searched refs:depth_ (Results 1 - 21 of 21) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_info_dumper.cpp25 for (int32_t i = 0; i < depth_; i++) { in Title()
28 for (int32_t i = 0; i < depth_; i++) { in Title()
41 for (int32_t i = 0; i < depth_; i++) { in Msg()
44 for (int32_t i = 0; i < depth_; i++) { in Msg()
70 depth_++; in Push()
75 depth_--; in Pop()
76 if (depth_ < 0) { in Pop()
77 depth_ = 0; in Pop()
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Ddependencies.cpp27 ++depth_; in Start()
30 depth_ = 1; in Start()
36 if (--depth_ == 0) { in End()
48 if (b.depth == depth_ && b.property == prop) { in AddDependency()
52 deps_.push_back({ prop, depth_ }); in AddDependency()
61 if (v.depth == depth_) { in GetImmediateDependencies()
73 if (v.depth >= depth_ && v.property.get() == p) { in HasDependency()
H A Ddependencies.h39 uint32_t depth_ {};
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/
H A Devent_center.cpp94 ++depth_; in operator ++()
100 --depth_; in operator --()
101 if (depth_ > 0) { in operator --()
104 depth_ = 1; in operator --()
117 depth_ = 0; in operator --()
123 return depth_ <= depth; in operator <=()
/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/
H A Devent_center.cpp93 ++depth_; in operator ++()
99 --depth_; in operator --()
100 if (depth_ > 0) { in operator --()
103 depth_ = 1; in operator --()
116 depth_ = 0; in operator --()
122 return depth_ <= depth; in operator <=()
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/
H A Dcube.h25 width_(width), height_(height), depth_(depth) {}; in Cube()
45 return depth_; in GetDepth()
59 float depth_ { 0.0f };
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_info_dumper.h27 explicit CameraInfoDumper(int outFd) : outFd_(outFd), depth_(0) {} in CameraInfoDumper()
42 int32_t depth_; member in OHOS::CameraStandard::CameraInfoDumper
/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.h113 return depth_; in GetDepth()
118 depth_ = depth; in SetDepth()
170 int32_t depth_ = -1; member in OHOS::Ace::DumpLog
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_context_attributes.h27 bool depth_ = true; member in OHOS::Rosen::WebGLContextAttributes
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.h93 depth_ = depth; in SetDepth()
98 return depth_; in GetDepth()
320 int32_t depth_ = 0; member in OHOS::Ace::Element
H A Drender_node.h378 return depth_; in GetDepth()
1301 int32_t depth_ = 0; member in OHOS::Ace::RenderNode
H A Drender_node.cpp1473 depth_ = 0; in ClearRenderObject()
2026 if (depth_ != depth) { in SetDepth()
2027 depth_ = depth; in SetDepth()
2030 item->SetDepth(depth_ + 1); in SetDepth()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/eventcenter/
H A Devent_center.h60 int32_t depth_ = 0; member in OHOS::DistributedData::EventCenter::final
/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/
H A Devent_center.h62 int32_t depth_ = 0; member in OHOS::MiscServices::EventCenter::final
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_basic_base.cpp146 webGlContextAttributes_->depth_ = true; in SetWebGLContextAttributes()
H A Dwebgl2_rendering_context_override.cpp218 if ((attachment == GL_DEPTH && !contextAttributes->depth_) || in GetFrameBufferAttachmentParameterForDefault()
H A Dwebgl_rendering_context_base_impl.cpp85 napi_value depth = NVal::CreateBool(env, webGlContextAttributes->depth_).val_; in GetContextAttributes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h223 depth_ = depth; in SetDepth()
225 child->SetDepth(depth_ + 1); in SetDepth()
236 return depth_; in GetDepth()
885 int32_t depth_ = INT32_MAX; member in OHOS::Ace::NG::NodeStatus::RootNodeType::UINode::NotificationType
H A Dui_node.cpp398 depth_ = -1; in ResetParent()
1487 nodeInfo_->pageDepth = depth_; in GetPerformanceCheckData()
1697 if (*depth < depth_) {
1698 *depth = depth_;
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng_property_config.cpp1441 parentNode->depth_ = 1; in HWTEST_F()
1443 EXPECT_EQ(parentNode->depth_, 1); in HWTEST_F()
1469 parentNode->depth_ = 1; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp1564 EXPECT_EQ(parent->depth_, INT32_MAX); in HWTEST_F()
1565 EXPECT_EQ(parent->depth_, INT32_MAX); in HWTEST_F()

Completed in 26 milliseconds