Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts111 export const testNativeWindowCreateNativeWindow: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp236 {"testNativeWindowCreateNativeWindow", nullptr, testNativeWindowCreateNativeWindow, nullptr,
Dnativewindow.h259 napi_value testNativeWindowCreateNativeWindow(napi_env env, napi_callback_info info);
Dnativewindow3.cpp73 napi_value testNativeWindowCreateNativeWindow(napi_env env, napi_callback_info info) in testNativeWindowCreateNativeWindow() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h259 napi_value testNativeWindowCreateNativeWindow(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1495 * @tc.name : testNativeWindowCreateNativeWindow
1496 * @tc.desc : testNativeWindowCreateNativeWindow
1501 it('testNativeWindowCreateNativeWindow', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,
1503 let result: number = nativeWindow.testNativeWindowCreateNativeWindow();