Searched refs:GetCurrentCustomNodeInfo (Results 1 – 4 of 4) sorted by relevance
565 std::string GetCurrentCustomNodeInfo();
1509 std::string UINode::GetCurrentCustomNodeInfo() in GetCurrentCustomNodeInfo() function in OHOS::Ace::NG::UINode
1254 std::string rusult = parent->UINode::GetCurrentCustomNodeInfo();1281 std::string rusult = parent->UINode::GetCurrentCustomNodeInfo();
4314 return node ? node->GetCurrentCustomNodeInfo() : std::string(); in GetCurrentExtraInfo()