Home
last modified time | relevance | path

Searched refs:SetRefPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.cpp332 nodeCopy->SetRefPath(nodePath); in ParseNodeCopy()
352 configNode->SetRefPath(refPath); in ParseNodeRef()
387 configNode->SetRefPath(inheritPath); in ParseNodeInherit()
H A Dast.h172 void SetRefPath(const std::string &ref);
H A Dast.cpp548 void ConfigNode::SetRefPath(const std::string &ref) in SetRefPath() function in ConfigNode