Home
last modified time | relevance | path

Searched defs:NewUint8Array (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_textencoder.cpp58 ani_object NewUint8Array(ani_env *env, const char *signature, Args... args) in NewUint8Array() function
/arkcompiler/runtime_core/taihe/test/ani_typedarray/author/src/
Dbar.impl.cpp692 array<uint8_t> NewUint8Array(int64_t n, int8_t v) in NewUint8Array() function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp195 JSHandle<JSTypedArray> JSAPIFastBuffer::NewUint8Array(JSThread *thread, uint32_t length) in NewUint8Array() function in panda::ecmascript::JSAPIFastBuffer