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 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H
A
D
call_reporter.cpp
28
callCounts.Compute(funcName, [&overCount, &firstCallTime](auto &key, CallInfo &
callInfo
) {
in Count()
29
auto callCount =
callInfo
.count;
in Count()
31
callInfo
.firstTime = std::chrono::system_clock::now();
in Count()
35
callInfo
.firstTime.time_since_epoch()).count();
in Count()
45
callInfo
.count = callCount;
in Count()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H
A
D
ark_interop_module.cpp
132
ARKTS_Result ARKTSInner_CJLambdaInvoker(ARKTS_CallInfo
callInfo
, int64_t lambdaId)
in ARKTSInner_CJLambdaInvoker()
argument
134
auto env = ARKTS_GetCallEnv(
callInfo
);
in ARKTSInner_CJLambdaInvoker()
142
auto result = g_cjModuleCallbacks->invokerLambda(
callInfo
, lambdaId);
in ARKTSInner_CJLambdaInvoker()
H
A
D
ark_interop_internal.h
39
ARKTS_Result ARKTSInner_CJLambdaInvoker(ARKTS_CallInfo
callInfo
, int64_t lambdaId);
H
A
D
ark_interop_napi.cpp
256
static Local<JSValueRef> CJLambdaInvoker(JsiRuntimeCallInfo*
callInfo
)
in CJLambdaInvoker()
argument
258
auto data = reinterpret_cast<LambdaData*>(
callInfo
->GetData());
in CJLambdaInvoker()
260
return JSValueRef::Undefined(
callInfo
->GetVM());
in CJLambdaInvoker()
262
auto result = ARKTSInner_CJLambdaInvoker(P_CAST(
callInfo
, ARKTS_CallInfo), data->lambdaId);
in CJLambdaInvoker()
Completed in 3 milliseconds