Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts20 export const testNativeWindowCreateNativeWindowFromSurfaceIdNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp38testNativeWindowCreateNativeWindowFromSurfaceIdNullptr, nullptr, nullptr, nullptr, napi_default, n…
Dnativewindow.h153 napi_value testNativeWindowCreateNativeWindowFromSurfaceIdNullptr(napi_env env, napi_callback_info …
Dnativewindow1.cpp96 napi_value testNativeWindowCreateNativeWindowFromSurfaceIdNullptr(napi_env env, napi_callback_info … in testNativeWindowCreateNativeWindowFromSurfaceIdNullptr() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h153 napi_value testNativeWindowCreateNativeWindowFromSurfaceIdNullptr(napi_env env, napi_callback_info …
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets74 * @tc.name : testNativeWindowCreateNativeWindowFromSurfaceIdNullptr
75 * @tc.desc : testNativeWindowCreateNativeWindowFromSurfaceIdNullptr
80 …it('testNativeWindowCreateNativeWindowFromSurfaceIdNullptr', TestType.FUNCTION | Size.MEDIUMTEST |…
82 let result: number = nativeWindow.testNativeWindowCreateNativeWindowFromSurfaceIdNullptr();