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:callInfo_
(Results
1 - 2
of
2
) sorted by relevance
/test/testfwk/arkxtest/uitest/cj/
H
A
D
uitest_ffi.cpp
171
ApiCallInfo
callInfo_
;
in CJ_ApiCall()
local
173
callInfo_
.apiId_ = string{params.apiId};
in CJ_ApiCall()
176
callInfo_
.callerObjRef_ = string{params.callerObjRef};
in CJ_ApiCall()
180
callInfo_
.paramList_ = "";
in CJ_ApiCall()
183
callInfo_
.paramList_ = nlohmann::json::parse(string{params.paramList});
in CJ_ApiCall()
186
PreprocessTransaction(
callInfo_
, err);
in CJ_ApiCall()
192
auto result = CJTransact(
callInfo_
);
in CJ_ApiCall()
193
if (
callInfo_
.fdParamIndex_ >= 0) {
in CJ_ApiCall()
194
auto fd =
callInfo_
.paramList_.at(INDEX_ZERO).get<int>();
in CJ_ApiCall()
/test/testfwk/arkxtest/uitest/napi/
H
A
D
uitest_napi.cpp
100
ApiCallInfo
callInfo_
;
member
206
if (ctx.
callInfo_
.fdParamIndex_ >= 0) {
in UnmarshalReply()
207
auto fd = ctx.
callInfo_
.paramList_.at(INDEX_ZERO).get<int>();
in UnmarshalReply()
241
LOG_D("TargetApi=%{public}s", ctx.
callInfo_
.apiId_.data());
in TransactSync()
243
g_apiTransactClient.Transact(ctx.
callInfo_
, reply);
in TransactSync()
279
LOG_D("TargetApi=%{public}s", ctx.
callInfo_
.apiId_.data());
in TransactAsync()
293
g_apiTransactClient.Transact(ctx.
callInfo_
, aCtx->reply_);
in TransactAsync()
346
auto ¶mList = ctx.
callInfo_
.paramList_;
in PreprocessTransaction()
347
const auto &id = ctx.
callInfo_
.apiId_;
in PreprocessTransaction()
370
ctx.
callInfo_
in PreprocessTransaction()
[all...]
Completed in 4 milliseconds