Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts40 export const testNativeWindowWriteToParcelAbNormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp81 …{"testNativeWindowWriteToParcelAbNormal", nullptr, testNativeWindowWriteToParcelAbNormal, nullptr,…
Dnativewindow.h176 napi_value testNativeWindowWriteToParcelAbNormal(napi_env env, napi_callback_info info);
Dnativewindow1.cpp733 napi_value testNativeWindowWriteToParcelAbNormal(napi_env env, napi_callback_info info) in testNativeWindowWriteToParcelAbNormal() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h176 napi_value testNativeWindowWriteToParcelAbNormal(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets367 * @tc.name : testNativeWindowWriteToParcelAbNormal
368 * @tc.desc : testNativeWindowWriteToParcelAbNormal
373 it('testNativeWindowWriteToParcelAbNormal', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,
375 let result: number = nativeWindow.testNativeWindowWriteToParcelAbNormal();