Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts42 export const testNativeWindowWRParcelDifferent: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h111 napi_value testNativeWindowWRParcelDifferent(napi_env env, napi_callback_info info);
Dnativewindow.cpp85 …{"testNativeWindowWRParcelDifferent", nullptr, testNativeWindowWRParcelDifferent, nullptr, nullptr…
Dnativewindow1.cpp785 napi_value testNativeWindowWRParcelDifferent(napi_env env, napi_callback_info info) in testNativeWindowWRParcelDifferent() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets372 * @tc.name : testNativeWindowWRParcelDifferent
373 * @tc.desc : testNativeWindowWRParcelDifferent
378 it('testNativeWindowWRParcelDifferent', 3, async (done: Function) => {
379 let result: number = nativeWindow.testNativeWindowWRParcelDifferent();