Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts65 export const testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h140 napi_value testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal(napi_env env, napi_callback_…
Dnativewindow.cpp134testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal, nullptr, nullptr, nullptr, napi_defau…
Dnativewindow1.cpp1650 napi_value testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal(napi_env env, napi_callback_… in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets713 * @tc.name : testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal
714 * @tc.desc : testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal
719 it('testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal', 2, async (done: Function) => {
720 … let result: number = nativeWindow.testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal();