Home
last modified time | relevance | path

Searched refs:OHExtDataHandle (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h_ext_data_handle.md1 # OHExtDataHandle chapter
6 The **OHExtDataHandle** struct describes the extended data handle.
33 int32_t OHExtDataHandle::fd
44 int32_t OHExtDataHandle::reserve[0]
55 uint32_t OHExtDataHandle::reserveInts
H A DReadme-EN.md105 - [OHExtDataHandle](_o_h_ext_data_handle.md)
H A Dexternal__window_8h.md27 | struct [OHExtDataHandle](_o_h_ext_data_handle.md) | Describes the extended data handle.|
75 …([OHNativeWindow](_native_window.md#ohnativewindow) \*window, const [OHExtDataHandle](_o_h_ext_dat…
H A D_native_window.md29 | struct [OHExtDataHandle](_o_h_ext_data_handle.md) | Describes the extended data handle.<br>**Dep…
77 …settunnelhandle) ([OHNativeWindow](#ohnativewindow) \*window, const [OHExtDataHandle](_o_h_ext_dat…
1230 int32_t OH_NativeWindow_NativeWindowSetTunnelHandle (OHNativeWindow *window, const OHExtDataHandle
1248 | handle | Pointer to an [OHExtDataHandle](_o_h_ext_data_handle.md).|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h_ext_data_handle.md1 # OHExtDataHandle chapter
33 int32_t OHExtDataHandle::fd
44 int32_t OHExtDataHandle::reserve[0]
55 uint32_t OHExtDataHandle::reserveInts
H A D_native_window.md29 | struct [OHExtDataHandle](_o_h_ext_data_handle.md) | 扩展数据句柄结构体定义。<br/>**弃用:** 从API version 10开始废弃…
77 …settunnelhandle) ([OHNativeWindow](#ohnativewindow) \*window, const [OHExtDataHandle](_o_h_ext_dat…
1196 int32_t OH_NativeWindow_NativeWindowSetTunnelHandle (OHNativeWindow *window, const OHExtDataHandle
1214 | handle | 指向OHExtDataHandle的指针。 |
H A Dexternal__window_8h.md27 | struct [OHExtDataHandle](_o_h_ext_data_handle.md) | 扩展数据句柄结构体定义。 |
75 …([OHNativeWindow](_native_window.md#ohnativewindow) \*window, const [OHExtDataHandle](_o_h_ext_dat…
H A DReadme-CN.md103 - [OHExtDataHandle](_o_h_ext_data_handle.md)
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dcommon_types.h27 typedef struct OHExtDataHandle { struct
34 } OHExtDataHandle; typedef
H A Dexternal_window.h366 typedef struct OHExtDataHandle { struct
373 } OHExtDataHandle; argument
641 int32_t OH_NativeWindow_NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *…
H A Dwindow.h64 int32_t NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle);
/ohos5.0/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dnative_window_buffer_test.cpp58 size_t handleSize = sizeof(OHExtDataHandle) + (sizeof(int32_t) * reserveInts); in SetData()
59 OHExtDataHandle *handle = static_cast<OHExtDataHandle *>(malloc(handleSize)); in SetData()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp197OHExtDataHandle *handle = reinterpret_cast<OHExtDataHandle *>(AllocExtDataHandle(reserveInts)); in NativeWindowFuzzTest1()
198 NativeWindowSetTunnelHandle(nativeWindow, reinterpret_cast<OHExtDataHandle *>(handle)); in NativeWindowFuzzTest1()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_window/
H A Dhello_native_window.cpp140 OHExtDataHandle *handle = new OHExtDataHandle(); in main()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Dnative-apidiff-v3.2-beta2.md13 …tiveWindow_NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle) | 新增…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Dnative-apidiff-v3.2-beta2.md13 …tiveWindow_NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle) | Ad…
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp40 static OHExtDataHandle *AllocOHExtDataHandle(uint32_t reserveInts) in AllocOHExtDataHandle()
42 size_t handleSize = sizeof(OHExtDataHandle) + (sizeof(int32_t) * reserveInts); in AllocOHExtDataHandle()
43 OHExtDataHandle *handle = static_cast<OHExtDataHandle *>(malloc(handleSize)); in AllocOHExtDataHandle()
61 static void FreeOHExtDataHandle(OHExtDataHandle *handle) in FreeOHExtDataHandle()
1836 OHExtDataHandle *handle = AllocOHExtDataHandle(reserveInts);
1852 OHExtDataHandle *handle = AllocOHExtDataHandle(reserveInts);
2074 OHExtDataHandle *handle = AllocOHExtDataHandle(1);
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp625 int32_t NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle) in NativeWindowSetTunnelHandle()
/ohos5.0/docs/zh-cn/application-dev/
H A Dwebsite.md4106 - [OHExtDataHandle](reference/apis-arkgraphics2d/_o_h_ext_data_handle.md)
/ohos5.0/docs/en/application-dev/
H A Dwebsite.md3967 - [OHExtDataHandle](reference/apis-arkgraphics2d/_o_h_ext_data_handle.md)