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:AcquireValue
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H
A
D
js_dialog.cpp
186
jsSuccessFunc_(JSI::
AcquireValue
(successFunc)),
in DialogListener()
187
jsCompleteFunc_(JSI::
AcquireValue
(completeFunc)),
in DialogListener()
188
jsContext_(JSI::
AcquireValue
(context)) {}
in DialogListener()
214
jsCancelFunc_(JSI::
AcquireValue
(cancelFunc)),
in DismissListener()
215
jsCompleteFunc_(JSI::
AcquireValue
(completeFunc)),
in DismissListener()
216
jsContext_(JSI::
AcquireValue
(context)) {}
in DismissListener()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H
A
D
app_module.cpp
201
params->context = JSI::
AcquireValue
(thisVal);
in AsyncCallFunction()
H
A
D
sample_module.cpp
113
params->context = JSI::
AcquireValue
(thisVal);
in TestCallbackWithArgs()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H
A
D
jsi.h
571
static JSIValue
AcquireValue
(JSIValue value);
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H
A
D
audio_player.cpp
56
AudioEventListener::AudioEventListener(JSIValue callback) : callback_(JSI::
AcquireValue
(callback)) {}
in AudioEventListener()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H
A
D
jsi.cpp
826
JSIValue JSI::
AcquireValue
(JSIValue value)
in AcquireValue()
function in OHOS::ACELite::JSI
832
HILOG_ERROR(HILOG_MODULE_ACE, "JSI:
AcquireValue
has not been implemented in this js engine!");
in AcquireValue()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H
A
D
jsi_interface_tdd_test.cpp
454
* @tc.steps: step4. call JSI
AcquireValue
in JSIInterfaceTest012()
456
JSIValue acquire = JSI::
AcquireValue
(obj);
in JSIInterfaceTest012()
Completed in 8 milliseconds