Home
last modified time | relevance | path

Searched refs:FindChildHelper (Results 1 – 2 of 2) sorted by relevance

/external/libweave/src/notification/
Dxml_node.cc50 return FindChildHelper(name_path, recursive, nullptr); in FindFirstChild()
56 FindChildHelper(name_path, recursive, &children); in FindChildren()
60 const XmlNode* XmlNode::FindChildHelper( in FindChildHelper() function in weave::XmlNode
73 found_node = child->FindChildHelper(rest_of_path, false, children); in FindChildHelper()
76 found_node = child->FindChildHelper(name_path, true, children); in FindChildHelper()
Dxml_node.h107 const XmlNode* FindChildHelper(const std::string& name_path,