/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h_ext_data_handle.md | 1 # 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 D | Readme-EN.md | 105 - [OHExtDataHandle](_o_h_ext_data_handle.md)
|
H A D | external__window_8h.md | 27 | 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.md | 29 | 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.md | 1 # OHExtDataHandle chapter 33 int32_t OHExtDataHandle::fd 44 int32_t OHExtDataHandle::reserve[0] 55 uint32_t OHExtDataHandle::reserveInts
|
H A D | _native_window.md | 29 | 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 D | external__window_8h.md | 27 | struct [OHExtDataHandle](_o_h_ext_data_handle.md) | 扩展数据句柄结构体定义。 | 75 …([OHNativeWindow](_native_window.md#ohnativewindow) \*window, const [OHExtDataHandle](_o_h_ext_dat…
|
H A D | Readme-CN.md | 103 - [OHExtDataHandle](_o_h_ext_data_handle.md)
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | common_types.h | 27 typedef struct OHExtDataHandle { struct 34 } OHExtDataHandle; typedef
|
H A D | external_window.h | 366 typedef struct OHExtDataHandle { struct 373 } OHExtDataHandle; argument 641 int32_t OH_NativeWindow_NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *…
|
H A D | window.h | 64 int32_t NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle);
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/systemtest/ |
H A D | native_window_buffer_test.cpp | 58 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 D | nativewindow_fuzzer.cpp | 197 … OHExtDataHandle *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 D | hello_native_window.cpp | 140 OHExtDataHandle *handle = new OHExtDataHandle(); in main()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | native-apidiff-v3.2-beta2.md | 13 …tiveWindow_NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle) | 新增…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | native-apidiff-v3.2-beta2.md | 13 …tiveWindow_NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle) | Ad…
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | native_window_test.cpp | 40 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 D | native_window.cpp | 625 int32_t NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle) in NativeWindowSetTunnelHandle()
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 4106 - [OHExtDataHandle](reference/apis-arkgraphics2d/_o_h_ext_data_handle.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 3967 - [OHExtDataHandle](reference/apis-arkgraphics2d/_o_h_ext_data_handle.md)
|