Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:seqType
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H
A
D
sa_cpp_interface_code_emitter.cpp
110
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
D
metadata_reader.cpp
98
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
D
sa_ts_code_emitter.cpp
126
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
D
sa_rust_interface_code_emitter.cpp
99
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
D
parser.cpp
360
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
D
auth_manager.c
1792
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