Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts55 export const testNativeWindowNativeObjectReferenceNormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h128 napi_value testNativeWindowNativeObjectReferenceNormal(napi_env env, napi_callback_info info);
Dnativewindow.cpp111 …testNativeWindowNativeObjectReferenceNormal", nullptr, testNativeWindowNativeObjectReferenceNormal
Dnativewindow1.cpp1228 napi_value testNativeWindowNativeObjectReferenceNormal(napi_env env, napi_callback_info info) in testNativeWindowNativeObjectReferenceNormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets600 * @tc.name : testNativeWindowNativeObjectReferenceNormal
601 * @tc.desc : testNativeWindowNativeObjectReferenceNormal
606 …it('testNativeWindowNativeObjectReferenceNormal', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVE…
608 let result: number = nativeWindow.testNativeWindowNativeObjectReferenceNormal();