Home
last modified time | relevance | path

Searched refs:napi_get_buffer_info (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/napi/test/unittest/
H A Dtest_napi_ext.cpp60 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength); in HWTEST_F()
79 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength); in HWTEST_F()
100 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength); in HWTEST_F()
120 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength); in HWTEST_F()
139 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength); in HWTEST_F()
H A Dtest_napi.cpp6738 napi_status status = napi_get_buffer_info(env, value, (void**)&data, &length); in HWTEST_F()
6750 napi_status status = napi_get_buffer_info(env, value, (void**)&data, &length); in HWTEST_F()
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_buffer_napi.cpp154 NAPI_CALL(env, napi_get_buffer_info(env, theBuffer, (void**)(&bufferData), &bufferLength)); in BufferInfoFun()
H A Dtest_napi.cpp4623 * 4.The function of napi_get_buffer_info is called
4639 napi_status getinforesult = napi_get_buffer_info(env, Buffer, &tmpBufferPtr, &BufferLength); in HWTEST_F()
4655 * 4.The function of napi_get_buffer_info is called
4671 napi_status getinforesult = napi_get_buffer_info(env, Buffer, &tmpBufferPtr, &BufferLength); in HWTEST_F()
4686 * 3.The function of napi_get_buffer_info is called
4698 napi_status getinforesult = napi_get_buffer_info(env, Buffer, &tmpBufferPtr, &BufferLength); in HWTEST_F()
4710 * 3.The function of napi_get_buffer_info is called
4725 napi_status getinforesult = napi_get_buffer_info(env, Buffer, nullptr, &BufferLength); in HWTEST_F()
4738 * 3.The function of napi_get_buffer_info is called
4753 napi_status getinforesult = napi_get_buffer_info(en in HWTEST_F()
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp2637 NAPI_EXTERN napi_status napi_get_buffer_info(napi_env env, napi_value value, void** data, size_t* length) in napi_get_buffer_info() function

Completed in 35 milliseconds