Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts58 export const testNativeWindowNativeWindowAttachBufferNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp117 …tiveWindowNativeWindowAttachBufferNullptr", nullptr, testNativeWindowNativeWindowAttachBufferNullp…
Dnativewindow.h198 napi_value testNativeWindowNativeWindowAttachBufferNullptr(napi_env env, napi_callback_info info);
Dnativewindow1.cpp1315 napi_value testNativeWindowNativeWindowAttachBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowNativeWindowAttachBufferNullptr() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h198 napi_value testNativeWindowNativeWindowAttachBufferNullptr(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets648 * @tc.name : testNativeWindowNativeWindowAttachBufferNullptr
649 * @tc.desc : testNativeWindowNativeWindowAttachBufferNullptr
654 …it('testNativeWindowNativeWindowAttachBufferNullptr', TestType.FUNCTION | Size.MEDIUMTEST | Level.…
656 let result: number = nativeWindow.testNativeWindowNativeWindowAttachBufferNullptr();