Home
last modified time | relevance | path

Searched refs:IsDoubleArray (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Darray_wrapper.h65 static bool IsDoubleArray(IArray *array); /* [in] */
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_value.h257 PREF_API_EXPORT bool IsDoubleArray() const;
/foundation/ability/ability_base/test/unittest/want/
H A Darray_wrapper_test.cpp325 * @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 Dpreferences_value.cpp149 bool PreferencesValue::IsDoubleArray() const in IsDoubleArray() function in OHOS::NativePreferences::PreferencesValue
H A Dpreferences_value_parcel.cpp43 } else if (value.IsDoubleArray()) { in GetTypeIndex()
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Djs_mission_info_utils.cpp168 } else if (AAFwk::Array::IsDoubleArray(ao)) { in WrapJsWantParamsArray()
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Djs_mission_info_utils.cpp167 } else if (AAFwk::Array::IsDoubleArray(ao)) { in WrapJsWantParamsArray()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Darray_wrapper.cpp384 bool Array::IsDoubleArray(IArray *array) /* [in] */ in IsDoubleArray() function in OHOS::AAFwk::Array
H A Dpac_map.cpp1027 } 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 Dwant_params.cpp231 } else if (Array::IsDoubleArray(source)) { in NewArrayData()
1014 } else if (Array::IsDoubleArray(ao)) { in WriteArrayToParcel()
H A Dwant.cpp862 if (ao != nullptr && Array::IsDoubleArray(ao)) { in GetDoubleArrayParam()
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_xml_utils_test.cpp385 EXPECT_EQ(retDoubleArray.IsDoubleArray(), true); in HWTEST_F()
H A Dpreferences_test.cpp849 EXPECT_EQ(doubleArrayRes.IsDoubleArray(), true); in HWTEST_F()
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp362 } else if (pValue.IsDoubleArray()) { in NativeValueToCValueType()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp374 } else if (AAFwk::Array::IsDoubleArray(source)) { in NewArrayData()
985 } else if (AAFwk::Array::IsDoubleArray(ao)) { in WriteArrayToParcel()
H A Ddistributed_want.cpp523 if (ao != nullptr && AAFwk::Array::IsDoubleArray(ao)) { in GetDoubleArrayParam()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_want.cpp628 } 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 Djs_plugin_want.cpp510 } else if (AAFwk::Array::IsDoubleArray(ao)) { in AceInnerWrapWantParamsArray()

Completed in 25 milliseconds