Home
last modified time | relevance | path

Searched refs:includeList (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.cpp50 …ptr<AstObject> Parser::ParseOneContent(const std::string &src, std::list<std::string> &includeList) in ParseOneContent() argument
60 if (current_ == INCLUDE && !ProcessInclude(includeList)) { in ParseOneContent()
76 } else if (current_ == EOF && includeList.empty()) { in ParseOneContent()
94 std::list<std::string> includeList; in ParseOne() local
97 std::shared_ptr<AstObject> rootNode = ParseOneContent(src, includeList); in ParseOne()
99 if ((rootNode == nullptr && includeList.empty()) || errno_ != NOERR) { in ParseOne()
103 for (auto includeSrc : includeList) { in ParseOne()
126 bool Parser::ProcessInclude(std::list<std::string> &includeList) in ProcessInclude() argument
154 includeList.push_back(includeAbsPath); in ProcessInclude()
H A Dparser.h30 …shared_ptr<AstObject> ParseOneContent(const std::string &src, std::list<std::string> &includeList);
35 bool ProcessInclude(std::list<std::string> &includeList);
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dparser.js45 let includeList = [];
46 let oneAst = this.parseOne(this.srcQueue_[0], includeList);
53 include: includeList,
56 this.srcQueue_ = this.srcQueue_.concat(includeList);
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H A Djava_client_interface_code_emitter.cpp73 bool includeList = false; in EmitInterfaceCorelibImports() local
81 if (!includeList) { in EmitInterfaceCorelibImports()
83 includeList = true; in EmitInterfaceCorelibImports()
H A Djava_client_proxy_code_emitter.cpp73 bool includeList = false; in EmitProxyCorelibImports() local
80 if (!includeList) { in EmitProxyCorelibImports()
82 includeList = true; in EmitProxyCorelibImports()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Djava_client_interface_code_emitter.cpp67 bool includeList = false; in EmitInterfaceCorelibImports() local
75 if (!includeList) { in EmitInterfaceCorelibImports()
77 includeList = true; in EmitInterfaceCorelibImports()
H A Djava_client_proxy_code_emitter.cpp66 bool includeList = false; in EmitProxyCorelibImports() local
73 if (!includeList) { in EmitProxyCorelibImports()
75 includeList = true; in EmitProxyCorelibImports()
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.cpp63 bool includeList = false; in EmitInterfaceStdlibInclusions() local
88 if (!includeList) { in EmitInterfaceStdlibInclusions()
90 includeList = true; in EmitInterfaceStdlibInclusions()