Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h565 std::string GetCurrentCustomNodeInfo();
H A Dui_node.cpp1509 std::string UINode::GetCurrentCustomNodeInfo() in GetCurrentCustomNodeInfo() function in OHOS::Ace::NG::UINode
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp1254 std::string rusult = parent->UINode::GetCurrentCustomNodeInfo();
1281 std::string rusult = parent->UINode::GetCurrentCustomNodeInfo();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4314 return node ? node->GetCurrentCustomNodeInfo() : std::string(); in GetCurrentExtraInfo()