Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts19 export const testNativeWindowGetSurfaceIdNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h84 napi_value testNativeWindowGetSurfaceIdNullptr(napi_env env, napi_callback_info info);
Dnativewindow.cpp35 …{"testNativeWindowGetSurfaceIdNullptr", nullptr, testNativeWindowGetSurfaceIdNullptr, nullptr, nul…
Dnativewindow1.cpp83 napi_value testNativeWindowGetSurfaceIdNullptr(napi_env env, napi_callback_info info) in testNativeWindowGetSurfaceIdNullptr() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets57 * @tc.name : testNativeWindowGetSurfaceIdNullptr
58 * @tc.desc : testNativeWindowGetSurfaceIdNullptr
63 it('testNativeWindowGetSurfaceIdNullptr', 3, async (done: Function) => {
64 let result: number = nativeWindow.testNativeWindowGetSurfaceIdNullptr();