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:GetNumberProperty
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H
A
D
sample_module.cpp
96
double num = JSI::
GetNumberProperty
(args[0], "param1");
in TestCallbackWithArgs()
136
double num = JSI::
GetNumberProperty
(args[0], "param1");
in TestStandardCallbackWithArgs()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H
A
D
jsi.h
310
static double
GetNumberProperty
(JSIValue object, const char * const propName);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H
A
D
jsi_interface_tdd_test.cpp
509
* @tc.steps: step2. call JSI
GetNumberProperty
in JSIInterfaceTest014()
511
int32_t num = (int32_t)JSI::
GetNumberProperty
(obj, "num");
in JSIInterfaceTest014()
788
int32_t num1 = JSI::
GetNumberProperty
(object, keyAcquired1);
in JSIInterfaceTest021()
789
int32_t num2 = JSI::
GetNumberProperty
(object, keyAcquired2);
in JSIInterfaceTest021()
1227
result = (JSI::
GetNumberProperty
(resultExtracted, "code") == JSI_ERR_CODE_NOT_SUPPORTED);
in JSIInterfaceTest035()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H
A
D
jsi.cpp
361
double JSI::
GetNumberProperty
(JSIValue object, const char * const propName)
in GetNumberProperty()
function in OHOS::ACELite::JSI
364
HILOG_ERROR(HILOG_MODULE_ACE, "JSI:
GetNumberProperty
failed!");
in GetNumberProperty()
Completed in 7 milliseconds