Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts45 export const testNativeWindowNativeWindowFlushBufferAbnormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h115 napi_value testNativeWindowNativeWindowFlushBufferAbnormal(napi_env env, napi_callback_info info);
Dnativewindow.cpp92 …tiveWindowNativeWindowFlushBufferAbnormal", nullptr, testNativeWindowNativeWindowFlushBufferAbnorm…
Dnativewindow1.cpp910 napi_value testNativeWindowNativeWindowFlushBufferAbnormal(napi_env env, napi_callback_info info) in testNativeWindowNativeWindowFlushBufferAbnormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets415 * @tc.name : testNativeWindowNativeWindowFlushBufferAbnormal
416 * @tc.desc : testNativeWindowNativeWindowFlushBufferAbnormal
421 it('testNativeWindowNativeWindowFlushBufferAbnormal', 3, async (done: Function) => {
422 let result: number = nativeWindow.testNativeWindowNativeWindowFlushBufferAbnormal();