Home
last modified time | relevance | path

Searched refs:testNativeWindowCreateNativeWindowFromSurfaceIdNormal (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts21 export const testNativeWindowCreateNativeWindowFromSurfaceIdNormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h87 napi_value testNativeWindowCreateNativeWindowFromSurfaceIdNormal(napi_env env, napi_callback_info i…
Dnativewindow.cpp40testNativeWindowCreateNativeWindowFromSurfaceIdNormal, nullptr, nullptr, nullptr, napi_default, nu…
Dnativewindow1.cpp128 napi_value testNativeWindowCreateNativeWindowFromSurfaceIdNormal(napi_env env, napi_callback_info i… in testNativeWindowCreateNativeWindowFromSurfaceIdNormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets86 * @tc.name : testNativeWindowCreateNativeWindowFromSurfaceIdNormal
87 * @tc.desc : testNativeWindowCreateNativeWindowFromSurfaceIdNormal
92 it('testNativeWindowCreateNativeWindowFromSurfaceIdNormal', 0, async (done: Function) => {
93 let result: number = nativeWindow.testNativeWindowCreateNativeWindowFromSurfaceIdNormal();