Home
last modified time | relevance | path

Searched refs:testNativeWindowDestroyNativeWindowBufferNullptr (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts25 export const testNativeWindowDestroyNativeWindowBufferNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp49 …veWindowDestroyNativeWindowBufferNullptr", nullptr, testNativeWindowDestroyNativeWindowBufferNullp…
Dnativewindow.h159 napi_value testNativeWindowDestroyNativeWindowBufferNullptr(napi_env env, napi_callback_info info);
Dnativewindow1.cpp237 napi_value testNativeWindowDestroyNativeWindowBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowDestroyNativeWindowBufferNullptr() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h159 napi_value testNativeWindowDestroyNativeWindowBufferNullptr(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets150 * @tc.name : testNativeWindowDestroyNativeWindowBufferNullptr
151 * @tc.desc : testNativeWindowDestroyNativeWindowBufferNullptr
156 …it('testNativeWindowDestroyNativeWindowBufferNullptr', TestType.FUNCTION | Size.MEDIUMTEST | Level…
158 let result: number = nativeWindow.testNativeWindowDestroyNativeWindowBufferNullptr();