Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts29 export const testNativeWindowNativeWindowRequestBufferNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp58 …veWindowNativeWindowRequestBufferNullptr", nullptr, testNativeWindowNativeWindowRequestBufferNullp…
Dnativewindow.h164 napi_value testNativeWindowNativeWindowRequestBufferNullptr(napi_env env, napi_callback_info info);
Dnativewindow1.cpp342 napi_value testNativeWindowNativeWindowRequestBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowNativeWindowRequestBufferNullptr() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h164 napi_value testNativeWindowNativeWindowRequestBufferNullptr(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets208 * @tc.name : testNativeWindowNativeWindowRequestBufferNullptr
209 * @tc.desc : testNativeWindowNativeWindowRequestBufferNullptr
214 …it('testNativeWindowNativeWindowRequestBufferNullptr', TestType.FUNCTION | Size.MEDIUMTEST | Level…
216 let result: number = nativeWindow.testNativeWindowNativeWindowRequestBufferNullptr();