Home
last modified time | relevance | path

Searched refs:testNativeWindowCreateNativeWindow (Results 1 – 5 of 5) 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/
Dnativewindow3.cpp69 napi_value testNativeWindowCreateNativeWindow(napi_env env, napi_callback_info info) in testNativeWindowCreateNativeWindow() function
Dnativewindow.h192 napi_value testNativeWindowCreateNativeWindow(napi_env env, napi_callback_info info);
Dnativewindow.cpp236 {"testNativeWindowCreateNativeWindow", nullptr, testNativeWindowCreateNativeWindow, nullptr,
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1402 * @tc.name : testNativeWindowCreateNativeWindow
1403 * @tc.desc : testNativeWindowCreateNativeWindow
1408 it('testNativeWindowCreateNativeWindow', 3, async (done: Function) => {
1409 let result: number = nativeWindow.testNativeWindowCreateNativeWindow();