Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts33 export const testNativeWindowNativeWindowRequestBufferFenceFdNormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h101 napi_value testNativeWindowNativeWindowRequestBufferFenceFdNormal(napi_env env, napi_callback_info …
Dnativewindow.cpp67testNativeWindowNativeWindowRequestBufferFenceFdNormal, nullptr, nullptr, nullptr, napi_default, n…
Dnativewindow1.cpp471 napi_value testNativeWindowNativeWindowRequestBufferFenceFdNormal(napi_env env, napi_callback_info … in testNativeWindowNativeWindowRequestBufferFenceFdNormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets248 * @tc.name : testNativeWindowNativeWindowRequestBufferFenceFdNormal
249 * @tc.desc : testNativeWindowNativeWindowRequestBufferFenceFdNormal
254 it('testNativeWindowNativeWindowRequestBufferFenceFdNormal', 3, async (done: Function) => {
255 let result: number = nativeWindow.testNativeWindowNativeWindowRequestBufferFenceFdNormal();