Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile_gen.cpp42 std::string refPath; in GetNodeRefPath() local
45 return refPath; in GetNodeRefPath()
48 refPath = astObject->Name() + "."; in GetNodeRefPath()
57 return (refPath + child->Name()); in GetNodeRefPath()
97 std::string refPath; in PrintBaseType() local
111 refPath = GetNodeRefPath(astObj->IntegerValue()); in PrintBaseType()
112 if (refPath.empty()) { in PrintBaseType()
115 WriteFile("&" + refPath); in PrintBaseType()
H A Dparser.cpp344 auto refPath = current_.strval; in ParseNodeRef() local
352 configNode->SetRefPath(refPath); in ParseNodeRef()
H A Dtext_gen.cpp508 std::string refPath = HcsBuildObjectPath(term->RefNode().lock()); in PrintTermImplement() local
509 ofs_ << Indent(depth) << '.' << term->Name() << " = &" << refPath << ",\n"; in PrintTermImplement()