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:NAPI_CallingInfo
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/ipc/interfaces/innerkits/ipc_napi_common/include/
H
A
D
napi_remote_object.h
35
struct
NAPI_CallingInfo
{
struct
99
void NAPI_RemoteObject_saveOldCallingInfo(napi_env env,
NAPI_CallingInfo
&oldCallingInfo);
117
void NAPI_RemoteObject_resetOldCallingInfo(napi_env env,
NAPI_CallingInfo
&oldCallingInfo);
/foundation/communication/ipc/ipc/native/test/unittest/common/
H
A
D
ipc_napi_unittest.cpp
60
OHOS::
NAPI_CallingInfo
oldCallingInfo;
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H
A
D
jsi_pa_engine.cpp
734
NAPI_CallingInfo
oldCallingInfo;
in CallFunc()
795
NAPI_CallingInfo
oldCallingInfo;
in CallAsyncFunc()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H
A
D
napi_remote_object.cpp
714
void NAPI_RemoteObject_saveOldCallingInfo(napi_env env,
NAPI_CallingInfo
&oldCallingInfo)
in NAPI_RemoteObject_saveOldCallingInfo()
755
void NAPI_RemoteObject_resetOldCallingInfo(napi_env env,
NAPI_CallingInfo
&oldCallingInfo)
in NAPI_RemoteObject_resetOldCallingInfo()
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H
A
D
js_datashare_ext_ability.cpp
384
NAPI_CallingInfo
oldCallingInfo;
in CallObjectMethod()
Completed in 9 milliseconds