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:ASTFileType
(Results
1 - 24
of
24
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H
A
D
hdi_code_generator.cpp
170
case
ASTFileType
::AST_TYPES: {
in GenIpcCCode()
174
case
ASTFileType
::AST_IFACE: {
in GenIpcCCode()
182
case
ASTFileType
::AST_ICALLBACK: {
in GenIpcCCode()
198
case
ASTFileType
::AST_TYPES: {
in GenIpcCppCode()
202
case
ASTFileType
::AST_IFACE: {
in GenIpcCppCode()
210
case
ASTFileType
::AST_ICALLBACK: {
in GenIpcCppCode()
226
case
ASTFileType
::AST_TYPES: {
in GenIpcJavaCode()
230
case
ASTFileType
::AST_IFACE:
in GenIpcJavaCode()
231
case
ASTFileType
::AST_ICALLBACK: {
in GenIpcJavaCode()
245
case
ASTFileType
in GenPassthroughCCode()
[all...]
H
A
D
hdi_code_emitter.cpp
86
if (ast_->GetASTFileType() ==
ASTFileType
::AST_IFACE || ast_->GetASTFileType() ==
ASTFileType
::AST_ICALLBACK) {
in Reset()
100
} else if (ast_->GetASTFileType() ==
ASTFileType
::AST_TYPES) {
in Reset()
102
} else if (ast_->GetASTFileType() ==
ASTFileType
::AST_SEQUENCEABLE) {
in Reset()
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast.h
54
enum class
ASTFileType
{
class
69
void SetAStFileType(
ASTFileType
fileType)
in SetAStFileType()
74
ASTFileType
GetASTFileType() const
in GetASTFileType()
254
ASTFileType
astFileType_ =
ASTFileType
::AST_IFACE;
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
intf_type_check.cpp
61
return importPair.second->GetASTFileType() !=
ASTFileType
::AST_SEQUENCEABLE;
in CheckIntfSaAst()
194
case
ASTFileType
::AST_IFACE:
in CheckIntfHdiAstFileType()
196
case
ASTFileType
::AST_ICALLBACK:
in CheckIntfHdiAstFileType()
198
case
ASTFileType
::AST_SEQUENCEABLE:
in CheckIntfHdiAstFileType()
202
case
ASTFileType
::AST_TYPES:
in CheckIntfHdiAstFileType()
319
case
ASTFileType
::AST_IFACE:
in CheckIntfSmAstFileType()
321
case
ASTFileType
::AST_ICALLBACK:
in CheckIntfSmAstFileType()
323
case
ASTFileType
::AST_SEQUENCEABLE:
in CheckIntfSmAstFileType()
327
case
ASTFileType
::AST_TYPES:
in CheckIntfSmAstFileType()
H
A
D
parser.cpp
373
seqAst->SetAStFileType(
ASTFileType
::AST_SEQUENCEABLE);
in ParseSequenceableInfo()
1858
ast_->SetAStFileType(
ASTFileType
::AST_ICALLBACK);
in SetAstFileType()
1860
ast_->SetAStFileType(
ASTFileType
::AST_IFACE);
in SetAstFileType()
1863
ast_->SetAStFileType(
ASTFileType
::AST_TYPES);
in SetAstFileType()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H
A
D
java_client_interface_code_emitter.cpp
24
if (ast_->GetASTFileType() ==
ASTFileType
::AST_IFACE || ast_->GetASTFileType() ==
ASTFileType
::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
java_client_proxy_code_emitter.cpp
23
if (ast_->GetASTFileType() ==
ASTFileType
::AST_IFACE || ast_->GetASTFileType() ==
ASTFileType
::AST_ICALLBACK) {
in ResolveDirectory()
/foundation/ability/idl_tool/idl_tool_2/
H
A
D
main.cpp
55
(ast->GetASTFileType() !=
ASTFileType
::AST_IFACE)) {
in DumpAst()
74
if (ast->GetASTFileType() ==
ASTFileType
::AST_IFACE) {
in DumpMetaData()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/
H
A
D
sa_code_generator.cpp
61
if (ast->GetASTFileType() ==
ASTFileType
::AST_IFACE) {
in DoGenerate()
H
A
D
sa_code_emitter.cpp
66
if ((ast == nullptr) || (ast->GetASTFileType() !=
ASTFileType
::AST_IFACE)) {
in Reset()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H
A
D
cpp_interface_code_emitter.cpp
24
if (ast_->GetASTFileType() ==
ASTFileType
::AST_IFACE || ast_->GetASTFileType() ==
ASTFileType
::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
cpp_service_impl_code_emitter.cpp
24
if (ast_->GetASTFileType() ==
ASTFileType
::AST_IFACE || ast_->GetASTFileType() ==
ASTFileType
::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
cpp_service_driver_code_emitter.cpp
25
if (ast_->GetASTFileType() !=
ASTFileType
::AST_IFACE) {
in ResolveDirectory()
H
A
D
hdi_cpp_code_emitter.cpp
31
std::string fileName = (importAst->GetASTFileType() ==
ASTFileType
::AST_SEQUENCEABLE) ?
in GetImportInclusions()
H
A
D
cpp_service_stub_code_emitter.cpp
24
if (ast_->GetASTFileType() ==
ASTFileType
::AST_IFACE || ast_->GetASTFileType() ==
ASTFileType
::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
cpp_custom_types_code_emitter.cpp
24
if (ast_->GetASTFileType() !=
ASTFileType
::AST_TYPES) {
in ResolveDirectory()
H
A
D
cpp_client_proxy_code_emitter.cpp
25
if (ast_->GetASTFileType() ==
ASTFileType
::AST_IFACE || ast_->GetASTFileType() ==
ASTFileType
::AST_ICALLBACK) {
in ResolveDirectory()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H
A
D
c_interface_code_emitter.cpp
24
if (ast_->GetASTFileType() ==
ASTFileType
::AST_IFACE || ast_->GetASTFileType() ==
ASTFileType
::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
c_service_impl_code_emitter.cpp
24
if (ast_->GetASTFileType() ==
ASTFileType
::AST_IFACE || ast_->GetASTFileType() ==
ASTFileType
::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
c_service_stub_code_emitter.cpp
25
if (ast_->GetASTFileType() ==
ASTFileType
::AST_IFACE || ast_->GetASTFileType() ==
ASTFileType
::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
c_client_proxy_code_emitter.cpp
24
if (ast_->GetASTFileType() ==
ASTFileType
::AST_IFACE || ast_->GetASTFileType() ==
ASTFileType
::AST_ICALLBACK) {
in ResolveDirectory()
H
A
D
c_service_driver_code_emitter.cpp
29
if (ast_->GetASTFileType() !=
ASTFileType
::AST_IFACE) {
in ResolveDirectory()
H
A
D
c_custom_types_code_emitter.cpp
25
if (ast_->GetASTFileType() !=
ASTFileType
::AST_TYPES) {
in ResolveDirectory()
/foundation/ability/idl_tool/idl_tool_2/metadata/
H
A
D
metadata_reader.cpp
90
ast_->SetAStFileType(
ASTFileType
::AST_IFACE);
in ReadMetadataToAst()
105
seqAst->SetAStFileType(
ASTFileType
::AST_SEQUENCEABLE);
in ReadMetaSequenceable()
Completed in 19 milliseconds