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:exportFunction_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/idl_tool/codegen/
H
A
D
ts_code_emitter.cpp
109
stringBuilder.AppendFormat("%s\n", item.
exportFunction_
.c_str());
in EmitInterfaceDefinition()
130
method.
exportFunction_
= "export type " + callbackName.ToString() + " = (" + ERR_CODE_TYPE.c_str();
in EmitInterfaceMethod()
184
method.
exportFunction_
+=
in EmitInterfaceMethodLastPara()
187
method.
exportFunction_
+=
in EmitInterfaceMethodLastPara()
192
method.
exportFunction_
+= ") => void;";
in EmitInterfaceMethodLastPara()
194
method.
exportFunction_
+= ", ";
in EmitInterfaceMethodLastPara()
221
exportCallback.Append(m.
exportFunction_
.c_str());
in EmitInterfaceMethodExportCallback()
227
m.
exportFunction_
= exportCallback.ToString();
in EmitInterfaceMethodExportCallback()
H
A
D
ts_code_emitter.h
59
std::string
exportFunction_
;
member
/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_interface_test/
H
A
D
ts_code_emitter_interface_test.cpp
1103
EXPECT_FALSE(m.
exportFunction_
.empty());
in HWTEST_F()
1127
EXPECT_FALSE(m.
exportFunction_
.empty());
in HWTEST_F()
1151
EXPECT_FALSE(m.
exportFunction_
.empty());
in HWTEST_F()
1175
EXPECT_FALSE(m.
exportFunction_
.empty());
in HWTEST_F()
1199
EXPECT_FALSE(m.
exportFunction_
.empty());
in HWTEST_F()
Completed in 6 milliseconds