Home
last modified time | relevance | path

Searched refs:TypedArray2Vector (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp436 void TypedArray2Vector(uint8_t* data, size_t length, napi_typedarray_type type, std::vector<T>& out) in TypedArray2Vector() function
499 TypedArray2Vector<int32_t>(data, length, type, out); in GetValue()
543 TypedArray2Vector<uint32_t>(data, length, type, out); in GetValue()
587 TypedArray2Vector<int64_t>(data, length, type, out); in GetValue()
633 TypedArray2Vector<double>(data, length, type, out); in GetValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp420 void TypedArray2Vector(uint8_t* data, size_t length, napi_typedarray_type type, std::vector<T>& out) in TypedArray2Vector() function
483 TypedArray2Vector<int32_t>(data, length, type, out); in GetValue()
522 TypedArray2Vector<uint32_t>(data, length, type, out); in GetValue()
561 TypedArray2Vector<int64_t>(data, length, type, out); in GetValue()
602 TypedArray2Vector<double>(data, length, type, out); in GetValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_util.cpp438 void TypedArray2Vector(uint8_t* data, size_t length, napi_typedarray_type type, std::vector<T>& out) in TypedArray2Vector() function
501 TypedArray2Vector<int32_t>(data, length, type, out); in GetValue()
540 TypedArray2Vector<uint32_t>(data, length, type, out); in GetValue()
579 TypedArray2Vector<int64_t>(data, length, type, out); in GetValue()
620 TypedArray2Vector<double>(data, length, type, out); in GetValue()
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_utils.cpp786 void TypedArray2Vector(uint8_t* data, size_t length, napi_typedarray_type type, std::vector<T>& out) in TypedArray2Vector() function
850 TypedArray2Vector<int32_t>(data, length, type, out); in GetValue()
889 TypedArray2Vector<uint32_t>(data, length, type, out); in GetValue()
929 TypedArray2Vector<int64_t>(data, length, type, out); in GetValue()
970 TypedArray2Vector<double>(data, length, type, out); in GetValue()