Home
last modified time | relevance | path

Searched refs:OHExtDataHandle (Results 1 - 8 of 8) sorted by relevance

/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; typedef
635 * @param handle Indicates the pointer to a <b>OHExtDataHandle</b>.
641 int32_t OH_NativeWindow_NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle);
H A Dwindow.h64 int32_t NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle);
/foundation/graphic/graphic_2d/rosen/samples/hello_native_window/
H A Dhello_native_window.cpp140 OHExtDataHandle *handle = new OHExtDataHandle(); in main()
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp197 OHExtDataHandle *handle = reinterpret_cast<OHExtDataHandle *>(AllocExtDataHandle(reserveInts)); in NativeWindowFuzzTest1()
198 NativeWindowSetTunnelHandle(nativeWindow, reinterpret_cast<OHExtDataHandle *>(handle)); in NativeWindowFuzzTest1()
/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dnative_window_buffer_test.cpp56 // alloc OHExtDataHandle in SetData()
58 size_t handleSize = sizeof(OHExtDataHandle) + (sizeof(int32_t) * reserveInts); in SetData()
59 OHExtDataHandle *handle = static_cast<OHExtDataHandle *>(malloc(handleSize)); in SetData()
75 // free OHExtDataHandle in SetData()
/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()
62 static void FreeOHExtDataHandle(OHExtDataHandle *handle) in FreeOHExtDataHandle()
1860 OHExtDataHandle *handle = AllocOHExtDataHandle(reserveInts); in HWTEST_F()
1876 OHExtDataHandle *handle = AllocOHExtDataHandle(reserveInts); in HWTEST_F()
2098 OHExtDataHandle *handle = AllocOHExtDataHandle(1); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp624 int32_t NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle) in NativeWindowSetTunnelHandle()

Completed in 9 milliseconds