Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts115 export const testNativeWindowNativeWindowSetTunnelHandle: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp244 …testNativeWindowNativeWindowSetTunnelHandle", nullptr, testNativeWindowNativeWindowSetTunnelHandle
Dnativewindow.h263 napi_value testNativeWindowNativeWindowSetTunnelHandle(napi_env env, napi_callback_info info);
Dnativewindow3.cpp177 napi_value testNativeWindowNativeWindowSetTunnelHandle(napi_env env, napi_callback_info info) in testNativeWindowNativeWindowSetTunnelHandle() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h263 napi_value testNativeWindowNativeWindowSetTunnelHandle(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1561 …it('testNativeWindowNativeWindowSetTunnelHandle', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVE…
1563 let result: number = nativeWindow.testNativeWindowNativeWindowSetTunnelHandle();