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:ValueToBoolean
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H
A
D
audio_module.cpp
153
bool autoPlay = JSI::
ValueToBoolean
(args[0]);
in AutoPlaySetter()
169
bool loop = JSI::
ValueToBoolean
(args[0]);
in LoopSetter()
199
bool muted = JSI::
ValueToBoolean
(args[0]);
in MutedSetter()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H
A
D
app_module.cpp
143
visible = JSI::ValueIsBoolean(visibleInput) ? JSI::
ValueToBoolean
(visibleInput) : false;
in ScreenOnVisible()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H
A
D
jsi.h
507
static bool
ValueToBoolean
(JSIValue value);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H
A
D
jsi.cpp
380
bool res =
ValueToBoolean
(propValue);
in GetBooleanProperty()
730
bool JSI::
ValueToBoolean
(JSIValue value)
in ValueToBoolean()
function in OHOS::ACELite::JSI
735
HILOG_ERROR(HILOG_MODULE_ACE, "JSI:
ValueToBoolean
params invalid!");
in ValueToBoolean()
740
HILOG_ERROR(HILOG_MODULE_ACE, "JSI:
ValueToBoolean
has not been implemented in this js engine!");
in ValueToBoolean()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H
A
D
jsi_interface_tdd_test.cpp
315
* @tc.steps: step4. call JSI
ValueToBoolean
in JSIInterfaceTest008()
317
bool jsBoolValue = JSI::
ValueToBoolean
(jsBool);
in JSIInterfaceTest008()
Completed in 7 milliseconds