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:isReadDouble
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H
A
D
common_want.cpp
83
bool
isReadDouble
= false;
in InnerUnwrapJS()
local
88
isReadDouble
= true;
in InnerUnwrapJS()
90
if (isReadValue32 &&
isReadDouble
) {
in InnerUnwrapJS()
98
} else if (
isReadDouble
) {
in InnerUnwrapJS()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H
A
D
js_plugin_want.cpp
682
bool
isReadDouble
= false;
in AceUnwrapParamsNumber()
local
688
isReadDouble
= true;
in AceUnwrapParamsNumber()
691
if (isReadValue32 &&
isReadDouble
) {
in AceUnwrapParamsNumber()
699
} else if (
isReadDouble
) {
in AceUnwrapParamsNumber()
H
A
D
js_plugin_util.cpp
630
bool
isReadDouble
= napi_get_value_double(env, jsValue, &elementDouble) == napi_ok;
in AceUnwrapNumberComplexFromJS()
local
631
if (isReadValue32 &&
isReadDouble
) {
in AceUnwrapNumberComplexFromJS()
641
} else if (
isReadDouble
) {
in AceUnwrapNumberComplexFromJS()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H
A
D
napi_common_util.cpp
571
bool
isReadDouble
= napi_get_value_double(env, jsValue, &elementDouble) == napi_ok;
in UnwrapArrayComplexFromJSNumber()
local
572
if (isReadValue32 &&
isReadDouble
) {
in UnwrapArrayComplexFromJSNumber()
587
} else if (
isReadDouble
) {
in UnwrapArrayComplexFromJSNumber()
H
A
D
napi_common_want.cpp
824
bool
isReadDouble
= false;
in InnerUnwrapWantParamsNumber()
local
830
isReadDouble
= true;
in InnerUnwrapWantParamsNumber()
833
if (isReadValue32 &&
isReadDouble
) {
in InnerUnwrapWantParamsNumber()
841
} else if (
isReadDouble
) {
in InnerUnwrapWantParamsNumber()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H
A
D
napi_common_ability_wrap_utils.cpp
941
bool
isReadDouble
= false;
in UnwrapAbilityStartSettingForNumber()
local
949
isReadDouble
= true;
in UnwrapAbilityStartSettingForNumber()
952
if (isReadValue32 &&
isReadDouble
) {
in UnwrapAbilityStartSettingForNumber()
960
} else if (
isReadDouble
) {
in UnwrapAbilityStartSettingForNumber()
Completed in 19 milliseconds