Home
last modified time | relevance | path

Searched refs:GetDisappearingChildById (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dif_else_node.cpp104 auto node = GetDisappearingChildById(id, branchId_); in TryRetake()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h414 RefPtr<UINode> GetDisappearingChildById(const std::string& id, int32_t branchId) const;
H A Dui_node.cpp1417 RefPtr<UINode> UINode::GetDisappearingChildById(const std::string& id, int32_t branchId) const in GetDisappearingChildById() function in OHOS::Ace::NG::UINode
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp1197 EXPECT_FALSE(parent->UINode::GetDisappearingChildById("", 0));