Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts34 export const testNativeWindowNativeWindowRequestBufferFenceFdAbnormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h102 napi_value testNativeWindowNativeWindowRequestBufferFenceFdAbnormal(napi_env env, napi_callback_inf…
Dnativewindow.cpp69testNativeWindowNativeWindowRequestBufferFenceFdAbnormal, nullptr, nullptr, nullptr, napi_default,…
Dnativewindow1.cpp506 napi_value testNativeWindowNativeWindowRequestBufferFenceFdAbnormal(napi_env env, napi_callback_inf… in testNativeWindowNativeWindowRequestBufferFenceFdAbnormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets261 * @tc.name : testNativeWindowNativeWindowRequestBufferFenceFdAbnormal
262 * @tc.desc : testNativeWindowNativeWindowRequestBufferFenceFdAbnormal
267 it('testNativeWindowNativeWindowRequestBufferFenceFdAbnormal', 3, async (done: Function) => {
268 let result: number = nativeWindow.testNativeWindowNativeWindowRequestBufferFenceFdAbnormal();