Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts41 export const testNativeWindowReadFromParcelAbNormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h110 napi_value testNativeWindowReadFromParcelAbNormal(napi_env env, napi_callback_info info);
Dnativewindow.cpp83 …{"testNativeWindowReadFromParcelAbNormal", nullptr, testNativeWindowReadFromParcelAbNormal, nullpt…
Dnativewindow1.cpp752 napi_value testNativeWindowReadFromParcelAbNormal(napi_env env, napi_callback_info info) in testNativeWindowReadFromParcelAbNormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets358 * @tc.name : testNativeWindowReadFromParcelAbNormal
359 * @tc.desc : testNativeWindowReadFromParcelAbNormal
364 it('testNativeWindowReadFromParcelAbNormal', 3, async (done: Function) => {
365 let result: number = nativeWindow.testNativeWindowReadFromParcelAbNormal();