Home
last modified time | relevance | path

Searched refs:testNativeWindowWriteToParcelAbNormal (Results 1 – 5 of 5) 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.h109 napi_value testNativeWindowWriteToParcelAbNormal(napi_env env, napi_callback_info info);
Dnativewindow.cpp81 …{"testNativeWindowWriteToParcelAbNormal", nullptr, testNativeWindowWriteToParcelAbNormal, nullptr,…
Dnativewindow1.cpp733 napi_value testNativeWindowWriteToParcelAbNormal(napi_env env, napi_callback_info info) in testNativeWindowWriteToParcelAbNormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets344 * @tc.name : testNativeWindowWriteToParcelAbNormal
345 * @tc.desc : testNativeWindowWriteToParcelAbNormal
350 it('testNativeWindowWriteToParcelAbNormal', 3, async (done: Function) => {
351 let result: number = nativeWindow.testNativeWindowWriteToParcelAbNormal();