Home
last modified time | relevance | path

Searched refs:seqType (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_interface_code_emitter.cpp110 AutoPtr<ASTSequenceableType> seqType = ast_->GetSequenceableDef(i); in EmitInterfaceSelfDefinedTypeInclusions() local
111 filePath = GetFilePathNoPoint(seqType->GetNamespace()->ToString()); in EmitInterfaceSelfDefinedTypeInclusions()
112 fileName = filePath.empty() ? FileName(seqType->GetName()) : FileName(filePath); in EmitInterfaceSelfDefinedTypeInclusions()
135 AutoPtr<ASTSequenceableType> seqType = ast_->GetSequenceableDef(i); in EmitInterfaceUsings() local
136 np = GetNamespace(seqType->GetNamespace()->ToString()); in EmitInterfaceUsings()
140 fullName = CppFullName(np + seqType->GetName()); in EmitInterfaceUsings()
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_reader.cpp98 AutoPtr<ASTSequenceableType> seqType = new ASTSequenceableType(); in ReadMetaSequenceable() local
100 seqType->SetName(std::string(reinterpret_cast<char*>(mp->name_))); in ReadMetaSequenceable()
101 seqType->SetNamespace(ast_->ParseNamespace(std::string(reinterpret_cast<char*>(mp->namespace_)))); in ReadMetaSequenceable()
103 seqAst->SetFullName(seqType->GetFullName()); in ReadMetaSequenceable()
104 seqAst->AddSequenceableDef(seqType); in ReadMetaSequenceable()
107 ast_->AddSequenceableDef(seqType); in ReadMetaSequenceable()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/
H A Dsa_ts_code_emitter.cpp126 AutoPtr<ASTSequenceableType> seqType = ast_->GetSequenceableDef(i); in EmitInterfaceSelfDefinedTypeImports() local
127 sb.AppendFormat("import %s from \"./%s\";\n", seqType->GetName().c_str(), in EmitInterfaceSelfDefinedTypeImports()
128 FileName(seqType->GetName()).c_str()); in EmitInterfaceSelfDefinedTypeImports()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H A Dsa_rust_interface_code_emitter.cpp99 AutoPtr<ASTSequenceableType> seqType = ast_->GetSequenceableDef(i); in EmitCustomHeaders() local
100 bool addPathMsRes = AppendRealPath(sb, seqType->GetFullName()); in EmitCustomHeaders()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp360 AutoPtr<ASTSequenceableType> seqType = new ASTSequenceableType(); in ParseSequenceableInfo() local
363 seqType->SetName(seqName.substr(index + 1)); in ParseSequenceableInfo()
364 seqType->SetNamespace(ast_->ParseNamespace(seqName)); in ParseSequenceableInfo()
366 seqType->SetName(seqName); in ParseSequenceableInfo()
367 seqType->SetNamespace(ast_->ParseNamespace("")); in ParseSequenceableInfo()
372 seqAst->AddSequenceableDef(seqType); in ParseSequenceableInfo()
375 ast_->AddSequenceableDef(seqType); in ParseSequenceableInfo()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c1792 AuthLinkType seqType = ConvertToAuthLinkType(type); in AuthGetLatestAuthSeqListByType() local
1793 if (seqType == AUTH_LINK_TYPE_MAX) { in AuthGetLatestAuthSeqListByType()
1794 AUTH_LOGE(AUTH_CONN, "seqType is invalid"); in AuthGetLatestAuthSeqListByType()
1799 seqList[0] = authClient->lastAuthSeq[seqType]; in AuthGetLatestAuthSeqListByType()
1803 seqList[1] = authServer->lastAuthSeq[seqType]; in AuthGetLatestAuthSeqListByType()

Completed in 9 milliseconds