Home
last modified time | relevance | path

Searched refs:arrayBufferLength (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmoving_photo_napi.h70 size_t arrayBufferLength = 0; member
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp318 context->arrayBufferLength = fileSize; in RequestContentToArrayBuffer()
416 env, context->arrayBufferData, context->arrayBufferLength, in RequestContentComplete()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Djsvm-data-types-interfaces.md1027 size_t arrayBufferLength = 0;
1028 OH_JSVM_GetArraybufferInfo(env, arrayBuffer, &tmpArrayBufferPtr, &arrayBufferLength);
1146 size_t arrayBufferLength = 0;
1147 OH_JSVM_GetArraybufferInfo(env, retArrayBuffer, &tmpArrayBufferPtr, &arrayBufferLength);
/ohos5.0/docs/en/application-dev/napi/
H A Djsvm-data-types-interfaces.md1027 size_t arrayBufferLength = 0;
1028 OH_JSVM_GetArraybufferInfo(env, arrayBuffer, &tmpArrayBufferPtr, &arrayBufferLength);
1146 size_t arrayBufferLength = 0;
1147 OH_JSVM_GetArraybufferInfo(env, retArrayBuffer, &tmpArrayBufferPtr, &arrayBufferLength);
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp946 size_t arrayBufferLength = 0; variable
947 napi_get_arraybuffer_info(env, arrayBuffer, &tmpArrayBufferPtr, &arrayBufferLength);
950 ASSERT_EQ(arrayBufferSize, arrayBufferLength);
969 size_t arrayBufferLength = 0; variable
970 napi_get_arraybuffer_info(env, arrayBuffer, &tmpArrayBufferPtr, &arrayBufferLength);
973 ASSERT_EQ(arrayBufferSize, arrayBufferLength);
8442 size_t arrayBufferLength = 0; variable
8444 auto res = napi_get_arraybuffer_info(env, boolean, nullptr, &arrayBufferLength);