Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi_ext.cpp58 void* tmpBufferPtr = nullptr; variable
60 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength);
62 ASSERT_EQ(bufferPtr, tmpBufferPtr);
77 void* tmpBufferPtr = nullptr; variable
79 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength);
81 ASSERT_EQ(bufferPtr, tmpBufferPtr);
98 void* tmpBufferPtr = nullptr; variable
100 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength);
118 void* tmpBufferPtr = nullptr; variable
120 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength);
[all …]
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Dtest_napi.cpp4637 void* tmpBufferPtr = nullptr; variable
4669 void* tmpBufferPtr = nullptr; variable
4695 void* tmpBufferPtr = nullptr; variable
4752 void* tmpBufferPtr = nullptr; variable
4782 void* tmpBufferPtr = nullptr; variable
4809 void* tmpBufferPtr = nullptr; variable
4840 void* tmpBufferPtr = nullptr; variable
4869 void* tmpBufferPtr = nullptr; variable
4898 void* tmpBufferPtr = nullptr; variable
4926 void* tmpBufferPtr = nullptr; variable
[all …]
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-napi-about-buffer.md193 void *tmpBufferPtr = nullptr;
195 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength);
199 napi_create_string_utf8(env, (char*)tmpBufferPtr, bufferLength, &returnValue);
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-buffer.md193 void *tmpBufferPtr = nullptr;
195 napi_get_buffer_info(env, buffer, &tmpBufferPtr, &bufferLength);
199 napi_create_string_utf8(env, (char*)tmpBufferPtr, bufferLength, &returnValue);