Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts17 export const testNativeWindowCreateNativeWindowNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h82 napi_value testNativeWindowCreateNativeWindowNullptr(napi_env env, napi_callback_info info);
Dnativewindow.cpp31 …{"testNativeWindowCreateNativeWindowNullptr", nullptr, testNativeWindowCreateNativeWindowNullptr, …
Dnativewindow1.cpp63 napi_value testNativeWindowCreateNativeWindowNullptr(napi_env env, napi_callback_info info) in testNativeWindowCreateNativeWindowNullptr() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets29 * @tc.name : testNativeWindowCreateNativeWindowNullptr
30 * @tc.desc : testNativeWindowCreateNativeWindowNullptr
35 …it('testNativeWindowCreateNativeWindowNullptr', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,
37 let result: number = nativeWindow.testNativeWindowCreateNativeWindowNullptr();