Home
last modified time | relevance | path

Searched defs:childNode (Results 1 – 25 of 148) sorted by relevance

123456

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp57 auto childNode = FrameNode::CreateFrameNode( in Init() local
73 auto childNode = FrameNode::CreateFrameNode( variable
234 auto childNode = FrameNode::CreateFrameNode( variable
281 auto childNode = FrameNode::CreateFrameNode( variable
342 auto childNode = FrameNode::CreateFrameNode( variable
373 … auto childNode = FrameNode::CreateFrameNode("child", childNodeId, AceType::MakeRefPtr<Pattern>()); variable
407 … auto childNode = FrameNode::CreateFrameNode("child", childNodeId, AceType::MakeRefPtr<Pattern>()); variable
H A Dframe_node_test_ng_coverage_new.cpp36 … auto childNode = FrameNode::CreateFrameNode("childNode", 1, AceType::MakeRefPtr<Pattern>(), true); variable
63 … auto childNode = FrameNode::CreateFrameNode("childNode", 1, AceType::MakeRefPtr<Pattern>(), true); variable
91 … auto childNode = FrameNode::CreateFrameNode("childNode", 1, AceType::MakeRefPtr<Pattern>(), true); variable
119 … auto childNode = FrameNode::CreateFrameNode("childNode", 1, AceType::MakeRefPtr<Pattern>(), true); variable
H A Dframe_node_test_ng_coverage.cpp103 auto childNode = variable
133 auto childNode = variable
162 auto childNode = variable
193 auto childNode = variable
646 auto childNode = FrameNode::CreateFrameNode("main", 1, AceType::MakeRefPtr<Pattern>(), false); variable
730 … auto childNode = FrameNode::CreateFrameNode("child", 1, AceType::MakeRefPtr<Pattern>(), true); in __anon004fdfbe0402() local
1938 … auto childNode = FrameNode::CreateFrameNode("childNode", 1, AceType::MakeRefPtr<Pattern>(), true); variable
1961 … auto childNode = FrameNode::CreateFrameNode("childNode", 1, AceType::MakeRefPtr<Pattern>(), true); variable
1984 … auto childNode = FrameNode::CreateFrameNode("childNode", 1, AceType::MakeRefPtr<Pattern>(), true); variable
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c39 struct DeviceResourceNode *childNode = NULL; in GetGroupCapabilitiesNumber() local
120 const struct DeviceResourceNode *childNode, CodecCompCapability *cap) in GetVideoPortCapability()
171 const struct DeviceResourceNode *childNode, CodecCompCapability *cap) in GetAudioPortCapability()
197 const struct DeviceResourceNode *childNode, CodecCompCapability *cap) in GetMiscOfCapability()
230 const struct DeviceResourceNode *childNode, CodecCompCapability *cap, bool isVideoGroup) in GetOneCapability()
300 struct DeviceResourceNode *childNode = NULL; in GetGroupCapabilities() local
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/
H A Dcamera_config_parser.c260 struct DeviceResourceNode *childNode = NULL; in ParseCameraSensorConfig() local
289 struct DeviceResourceNode *childNode = NULL; in ParseCameraIspConfig() local
318 struct DeviceResourceNode *childNode = NULL; in ParseCameraLensConfig() local
347 struct DeviceResourceNode *childNode = NULL; in ParseCameraVcmConfig() local
376 struct DeviceResourceNode *childNode = NULL; in ParseCameraFlashConfig() local
405 struct DeviceResourceNode *childNode = NULL; in ParseCameraStreamConfig() local
469 struct DeviceResourceNode *childNode = NULL; in ParseCameraConfig() local
/ohos5.0/base/web/webview/test/unittest/nweb_config_helper_test/
H A Dnweb_config_helper_test.cpp212 xmlNodePtr childNode = xmlNewNode(nullptr, "childNode"); variable
232 xmlNodePtr childNode = xmlNewNode(nullptr, "comment"); variable
251 xmlNodePtr childNode = xmlNewNode(nullptr, "childNode"); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_pattern.h56 void AddChildShapeNode(WeakPtr<FrameNode> childNode) in AddChildShapeNode()
H A Dshape_pattern.h74 auto childNode = curFrameNode; in GetAncestorPaintProperty() local
H A Dshape_container_pattern.cpp91 for (auto childNode : ChildNodes_) { in OnModifyDone() local
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp155 struct DeviceResourceNode *childNode = nullptr; in GetGroupCapabilities() local
186 const struct DeviceResourceNode &childNode, in GetOneCapability()
242const struct DeviceResourceNode &childNode, CodecCompCapability &cap) in GetMiscOfCapability()
324 const struct DeviceResourceNode &childNode, in GetVideoPortCapability()
379 const struct DeviceResourceNode &childNode, in GetAudioPortCapability()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp157 auto childNode = RSTestUtil::CreateSurfaceNode(); variable
219 auto childNode = RSTestUtil::CreateSurfaceNode(); variable
252 auto childNode = RSTestUtil::CreateSurfaceNode(); variable
328 auto childNode = RSTestUtil::CreateSurfaceNode(); variable
572 auto childNode = RSTestUtil::CreateSurfaceNode(); variable
652 auto childNode = std::make_shared<RSSurfaceRenderNode>(1, rsContext); variable
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Ddac_virtual.c125 const struct DeviceResourceNode *childNode = NULL; in VirtualDacInit() local
174 const struct DeviceResourceNode *childNode = NULL; in VirtualDacRelease() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Drb_tree.c251 struct RbNode *childNode = FILLP_NULL_PTR; in FillpRbEraseLowlvlNode() local
303 struct RbNode *childNode = FILLP_NULL_PTR; in FillpRbErase() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh_target.cpp22 auto childNode = node.Upgrade(); in FindRefreshParent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tab_bar.cpp110 for (const auto& childNode : GetChildList()) { in UpdateIndex() local
205 for (const auto& childNode : node->GetChildList()) { in OnChildActive() local
/ohos5.0/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.cpp91 struct DeviceResourceNode *childNode = nullptr; in GetGroupCapabilities() local
112const struct DeviceResourceNode &childNode, CodecImageCapability &cap) in GetOneCapability()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/clock/
H A Dclock_adapter.c302 struct DeviceResourceNode *childNode = NULL; in LinuxClockInit() local
357 const struct DeviceResourceNode *childNode = NULL; in LinuxClockRelease() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_content_layout_algorithm.cpp57 auto childNode = child->GetHostNode(); in Layout() local
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddisplay_group_controller.cpp253 for (auto& childNode : node->children_) { in PreProcessWindowNode() local
282 for (auto& childNode : node->children_) { in PreProcessWindowNode() local
319 for (auto& childNode : node->children_) { in MoveCrossNodeToTargetDisplay() local
346 for (auto& childNode : node->children_) { in MoveNotCrossNodeToDefaultDisplay() local
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dcontexts_trie.c82 ParamHashNode *childNode = GetGroupNode(root, element, nameLen); in InsertElementToTrie() local
143 ParamHashNode *childNode = NULL; in SearchFromParamTrie() local
179 ParamHashNode *childNode = NULL; in GetLabelIndex() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/dump/
H A Ddump_manager.h41 std::string childNode; member
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.cpp219 int32_t AddChild(ArkUI_NodeHandle parentNode, ArkUI_NodeHandle childNode) in AddChild()
237 int32_t RemoveChild(ArkUI_NodeHandle parentNode, ArkUI_NodeHandle childNode) in RemoveChild()
254 int32_t InsertChildAfter(ArkUI_NodeHandle parentNode, ArkUI_NodeHandle childNode, ArkUI_NodeHandle … in InsertChildAfter()
272 int32_t InsertChildBefore(ArkUI_NodeHandle parentNode, ArkUI_NodeHandle childNode, ArkUI_NodeHandle… in InsertChildBefore()
290 int32_t InsertChildAt(ArkUI_NodeHandle parentNode, ArkUI_NodeHandle childNode, int32_t position) in InsertChildAt()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/regulator/
H A Dregulator_adapter.c453 const struct DeviceResourceNode *childNode = NULL; in LinuxRegulatorInit() local
509 const struct DeviceResourceNode *childNode = NULL; in LinuxRegulatorRelease() local
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/adc/
H A Dadc_iio_adapter.c231 struct DeviceResourceNode *childNode = NULL; in LinuxAdcInit() local
282 const struct DeviceResourceNode *childNode = NULL; in LinuxAdcRelease() local
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_config_parser.c423 struct DeviceResourceNode *childNode = NULL; in ParseWlanDevListConfig() local
502 struct DeviceResourceNode *childNode = NULL; in ParseWlanChipsConfig() local

123456