Home
last modified time | relevance | path

Searched refs:testNativeWindowDestroyNativeWindowNullptr (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts18 export const testNativeWindowDestroyNativeWindowNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h83 napi_value testNativeWindowDestroyNativeWindowNullptr(napi_env env, napi_callback_info info);
Dnativewindow.cpp33 …"testNativeWindowDestroyNativeWindowNullptr", nullptr, testNativeWindowDestroyNativeWindowNullptr,…
Dnativewindow1.cpp75 napi_value testNativeWindowDestroyNativeWindowNullptr(napi_env env, napi_callback_info info) in testNativeWindowDestroyNativeWindowNullptr() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets43 * @tc.name : testNativeWindowDestroyNativeWindowNullptr
44 * @tc.desc : testNativeWindowDestroyNativeWindowNullptr
49 it('testNativeWindowDestroyNativeWindowNullptr', 3, async (done: Function) => {
50 let result: number = nativeWindow.testNativeWindowDestroyNativeWindowNullptr();