Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts61 export const testNativeWindowNativeWindowAttachBufferErrorCode: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp123 …eWindowNativeWindowAttachBufferErrorCode", nullptr, testNativeWindowNativeWindowAttachBufferErrorC…
Dnativewindow.h201 napi_value testNativeWindowNativeWindowAttachBufferErrorCode(napi_env env, napi_callback_info info);
Dnativewindow1.cpp1418 napi_value testNativeWindowNativeWindowAttachBufferErrorCode(napi_env env, napi_callback_info info) in testNativeWindowNativeWindowAttachBufferErrorCode() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h201 napi_value testNativeWindowNativeWindowAttachBufferErrorCode(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets696 * @tc.name : testNativeWindowNativeWindowAttachBufferErrorCode
697 * @tc.desc : testNativeWindowNativeWindowAttachBufferErrorCode
702 …it('testNativeWindowNativeWindowAttachBufferErrorCode', TestType.FUNCTION | Size.MEDIUMTEST | Leve…
704 let result: number = nativeWindow.testNativeWindowNativeWindowAttachBufferErrorCode();