Home
last modified time | relevance | path

Searched refs:testNativeWindowDestroyNativeWindowBufferNullptr (Results 1 – 5 of 5) 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.h92 napi_value testNativeWindowDestroyNativeWindowBufferNullptr(napi_env env, napi_callback_info info);
Dnativewindow.cpp49 …veWindowDestroyNativeWindowBufferNullptr", nullptr, testNativeWindowDestroyNativeWindowBufferNullp…
Dnativewindow1.cpp237 napi_value testNativeWindowDestroyNativeWindowBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowDestroyNativeWindowBufferNullptr() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets142 * @tc.name : testNativeWindowDestroyNativeWindowBufferNullptr
143 * @tc.desc : testNativeWindowDestroyNativeWindowBufferNullptr
148 it('testNativeWindowDestroyNativeWindowBufferNullptr', 3, async (done: Function) => {
149 let result: number = nativeWindow.testNativeWindowDestroyNativeWindowBufferNullptr();