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:IsDoubleArray
(Results
1 - 18
of
18
) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H
A
D
array_wrapper.h
65
static bool
IsDoubleArray
(IArray *array); /* [in] */
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H
A
D
preferences_value.h
257
PREF_API_EXPORT bool
IsDoubleArray
() const;
/foundation/ability/ability_base/test/unittest/want/
H
A
D
array_wrapper_test.cpp
325
* @tc.name:
IsDoubleArray
333
bool result = Array::
IsDoubleArray
(arr);
in HWTEST_F()
339
* @tc.name:
IsDoubleArray
347
bool result = Array::
IsDoubleArray
(arr);
in HWTEST_F()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H
A
D
preferences_value.cpp
149
bool PreferencesValue::
IsDoubleArray
() const
in IsDoubleArray()
function in OHOS::NativePreferences::PreferencesValue
H
A
D
preferences_value_parcel.cpp
43
} else if (value.
IsDoubleArray
()) {
in GetTypeIndex()
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H
A
D
js_mission_info_utils.cpp
168
} else if (AAFwk::Array::
IsDoubleArray
(ao)) {
in WrapJsWantParamsArray()
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H
A
D
js_mission_info_utils.cpp
167
} else if (AAFwk::Array::
IsDoubleArray
(ao)) {
in WrapJsWantParamsArray()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
array_wrapper.cpp
384
bool Array::
IsDoubleArray
(IArray *array) /* [in] */
in IsDoubleArray()
function in OHOS::AAFwk::Array
H
A
D
pac_map.cpp
1027
} else if (AAFwk::Array::
IsDoubleArray
(IArray::Query(one_interface))) {
in CompareArrayData()
1029
one_interface, two_interface, AAFwk::Array::
IsDoubleArray
)) {
in CompareArrayData()
1428
} else if (Array::
IsDoubleArray
(array)) {
in GetArrayJsonValue()
H
A
D
want_params.cpp
231
} else if (Array::
IsDoubleArray
(source)) {
in NewArrayData()
1014
} else if (Array::
IsDoubleArray
(ao)) {
in WriteArrayToParcel()
H
A
D
want.cpp
862
if (ao != nullptr && Array::
IsDoubleArray
(ao)) {
in GetDoubleArrayParam()
/foundation/distributeddatamgr/preferences/test/native/unittest/
H
A
D
preferences_xml_utils_test.cpp
385
EXPECT_EQ(retDoubleArray.
IsDoubleArray
(), true);
in HWTEST_F()
H
A
D
preferences_test.cpp
849
EXPECT_EQ(doubleArrayRes.
IsDoubleArray
(), true);
in HWTEST_F()
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H
A
D
preferences_impl.cpp
362
} else if (pValue.
IsDoubleArray
()) {
in NativeValueToCValueType()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H
A
D
distributed_want_params.cpp
374
} else if (AAFwk::Array::
IsDoubleArray
(source)) {
in NewArrayData()
985
} else if (AAFwk::Array::
IsDoubleArray
(ao)) {
in WriteArrayToParcel()
H
A
D
distributed_want.cpp
523
if (ao != nullptr && AAFwk::Array::
IsDoubleArray
(ao)) {
in GetDoubleArrayParam()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H
A
D
napi_common_want.cpp
628
} else if (AAFwk::Array::
IsDoubleArray
(ao)) {
in InnerWrapWantParamsArray()
1317
} else if (AAFwk::Array::
IsDoubleArray
(ao)) {
in WrapJsWantParamsArray()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H
A
D
js_plugin_want.cpp
510
} else if (AAFwk::Array::
IsDoubleArray
(ao)) {
in AceInnerWrapWantParamsArray()
Completed in 25 milliseconds