Home
last modified time | relevance | path

Searched refs:GetSecCompChildNode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp248 auto buttonNode = GetSecCompChildNode(node, V2::BUTTON_ETS_TAG); in CreateSecurityComponentLayoutWrapper()
255 auto iconNode = GetSecCompChildNode(node, V2::IMAGE_ETS_TAG); in CreateSecurityComponentLayoutWrapper()
264 auto textNode = GetSecCompChildNode(node, V2::TEXT_ETS_TAG); in CreateSecurityComponentLayoutWrapper()
311 auto textNode = GetSecCompChildNode(frameNode, V2::TEXT_ETS_TAG);
325 auto iconNode = GetSecCompChildNode(frameNode, V2::IMAGE_ETS_TAG);
375 auto textNode = GetSecCompChildNode(frameNode, V2::TEXT_ETS_TAG);
381 auto iconNode = GetSecCompChildNode(frameNode, V2::IMAGE_ETS_TAG);
416 auto iconNode = GetSecCompChildNode(frameNode, V2::IMAGE_ETS_TAG);
759 auto textNode = GetSecCompChildNode(frameNode, V2::TEXT_ETS_TAG);
824 auto textNode = GetSecCompChildNode(frameNode, V2::TEXT_ETS_TAG);
[all …]
H A Dsecurity_component_test_ng_extension.cpp1413 auto textNode = GetSecCompChildNode(frameNode, V2::TEXT_ETS_TAG);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_pattern.cpp296 RefPtr<FrameNode> iconNode = GetSecCompChildNode(node, V2::IMAGE_ETS_TAG); in ToJsonValue()
300 RefPtr<FrameNode> textNode = GetSecCompChildNode(node, V2::TEXT_ETS_TAG); in ToJsonValue()
326 RefPtr<FrameNode> buttonNode = GetSecCompChildNode(node, V2::BUTTON_ETS_TAG); in ToJsonValueRect()
356 RefPtr<FrameNode> buttonNode = GetSecCompChildNode(frameNode, V2::BUTTON_ETS_TAG); in GetFocusPattern()
444 RefPtr<FrameNode> iconNode = GetSecCompChildNode(frameNode, V2::IMAGE_ETS_TAG); in OnModifyDone()
450 RefPtr<FrameNode> textNode = GetSecCompChildNode(frameNode, V2::TEXT_ETS_TAG); in OnModifyDone()
456 RefPtr<FrameNode> buttonNode = GetSecCompChildNode(frameNode, V2::BUTTON_ETS_TAG); in OnModifyDone()
H A Dsecurity_component_pattern.h38 static inline RefPtr<FrameNode> GetSecCompChildNode(RefPtr<FrameNode>& parent, const std::string& t… in GetSecCompChildNode() function
55 return GetSecCompChildNode(frameNode, tag); in GetCurSecCompChildNode()
H A Dsecurity_component_layout_algorithm.h56 RefPtr<FrameNode> GetSecCompChildNode(RefPtr<FrameNode>& parent, const std::string& tag);
H A Dsecurity_component_handler.cpp249 RefPtr<FrameNode> buttonNode = GetSecCompChildNode(node, V2::BUTTON_ETS_TAG); in GetBorderRadius()
693 RefPtr<FrameNode> iconNode = GetSecCompChildNode(node, V2::IMAGE_ETS_TAG); in InitChildInfo()
698 RefPtr<FrameNode> textNode = GetSecCompChildNode(node, V2::TEXT_ETS_TAG); in InitChildInfo()
703 RefPtr<FrameNode> buttonNode = GetSecCompChildNode(node, V2::BUTTON_ETS_TAG); in InitChildInfo()
H A Dsecurity_component_layout_algorithm.cpp410 RefPtr<FrameNode> SecurityComponentLayoutAlgorithm::GetSecCompChildNode(RefPtr<FrameNode>& parent, in GetSecCompChildNode() function in OHOS::Ace::NG::SecurityComponentLayoutAlgorithm
696 auto textNode = GetSecCompChildNode(frameNode, V2::TEXT_ETS_TAG); in IsTextOutOfOneColumn()
715 auto buttonNode = GetSecCompChildNode(frameNode, V2::BUTTON_ETS_TAG); in GetTextLimitExceededFlag()