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:PARAM_INOUT
(Results
1 - 23
of
23
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast_parameter.cpp
33
} else if (attr_->value_ == ASTParamAttr::
PARAM_INOUT
) {
in Dump()
H
A
D
ast_attribute.h
92
static constexpr ParamAttr
PARAM_INOUT
= (PARAM_IN | PARAM_OUT);
member in OHOS::Idl::ASTParamAttr
H
A
D
ast_type.h
67
PARAM_INOUT
, // type of the inout attribute parameter
member in OHOS::Idl::TypeMode
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H
A
D
sa_cpp_code_emitter.cpp
112
if (attrAttr == ASTParamAttr::
PARAM_INOUT
) {
in EmitCppParameter()
113
return StringHelper::Format("%s %s", typeEmitter->EmitCppType(TypeMode::
PARAM_INOUT
).c_str(), name.c_str());
in EmitCppParameter()
H
A
D
sa_cpp_service_stub_code_emitter.cpp
142
if (param->GetAttribute() == ASTParamAttr::
PARAM_INOUT
) {
in EmitInterfaceStubMethodImpl()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/
H
A
D
sa_boolean_type_emitter.cpp
31
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_char_type_emitter.cpp
31
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_double_type_emitter.cpp
31
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_float_type_emitter.cpp
31
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_long_type_emitter.cpp
31
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_int_type_emitter.cpp
31
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_string_type_emitter.cpp
31
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_byte_type_emitter.cpp
31
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_interface_type_emitter.cpp
32
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_short_type_emitter.cpp
31
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_seq_type_emitter.cpp
31
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_map_type_emitter.cpp
35
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
sa_array_type_emitter.cpp
38
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H
A
D
hdi_int_type_emitter.cpp
47
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
hdi_float_type_emitter.cpp
47
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
H
A
D
hdi_interface_type_emitter.cpp
51
case TypeMode::
PARAM_INOUT
:
in EmitCppType()
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
intf_type_check.cpp
230
if (paramAttr == ASTParamAttr::
PARAM_INOUT
) {
in CheckIntfHdiAstParam()
H
A
D
parser.cpp
960
attr->value_ |= ASTParamAttr::
PARAM_INOUT
;
in SetParamAttrVal()
Completed in 11 milliseconds