Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts50 export const testNativeWindowGetLastFlushedBufferNormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h121 napi_value testNativeWindowGetLastFlushedBufferNormal(napi_env env, napi_callback_info info);
Dnativewindow.cpp100 …"testNativeWindowGetLastFlushedBufferNormal", nullptr, testNativeWindowGetLastFlushedBufferNormal,…
Dnativewindow1.cpp1089 napi_value testNativeWindowGetLastFlushedBufferNormal(napi_env env, napi_callback_info info) in testNativeWindowGetLastFlushedBufferNormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets488 * @tc.name : testNativeWindowGetLastFlushedBufferNormal
489 * @tc.desc : testNativeWindowGetLastFlushedBufferNormal
494 it('testNativeWindowGetLastFlushedBufferNormal', 0, async (done: Function) => {
495 let result: number = nativeWindow.testNativeWindowGetLastFlushedBufferNormal();