Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts64 export const testNativeWindowNativeWindowAtDetachDifferentBufferNormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h139 napi_value testNativeWindowNativeWindowAtDetachDifferentBufferNormal(napi_env env, napi_callback_in…
Dnativewindow.cpp132testNativeWindowNativeWindowAtDetachDifferentBufferNormal, nullptr, nullptr, nullptr, napi_default…
Dnativewindow1.cpp1541 napi_value testNativeWindowNativeWindowAtDetachDifferentBufferNormal(napi_env env, napi_callback_in… in testNativeWindowNativeWindowAtDetachDifferentBufferNormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets698 * @tc.name : testNativeWindowNativeWindowAtDetachDifferentBufferNormal
699 * @tc.desc : testNativeWindowNativeWindowAtDetachDifferentBufferNormal
704 it('testNativeWindowNativeWindowAtDetachDifferentBufferNormal', 1, async (done: Function) => {
705 let result: number = nativeWindow.testNativeWindowNativeWindowAtDetachDifferentBufferNormal();