Home
last modified time | relevance | path

Searched refs:dependStubName (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/
H A Dsa_ts_code_emitter.cpp115 std::string dependStubName = StringHelper::StartWith(dependInterface, 'I') ? in EmitInterfaceImports() local
118 sb.AppendFormat("import %s from \"./%s\";\n", dependStubName.c_str(), FileName(dependStubName).c_str()); in EmitInterfaceImports()
/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp78 String dependStubName = dependInterface.StartsWith("I") ? in EmitInterfaceImports() local
80 stringBuilder.AppendFormat("import %s from \"./%s\";\n", dependStubName.string(), in EmitInterfaceImports()
81 FileName(dependStubName).string()); in EmitInterfaceImports()

Completed in 5 milliseconds