Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts49 export const testNativeWindowGetLastFlushedBufferV2Normal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h120 napi_value testNativeWindowGetLastFlushedBufferV2Normal(napi_env env, napi_callback_info info);
Dnativewindow.cpp98 …stNativeWindowGetLastFlushedBufferV2Normal", nullptr, testNativeWindowGetLastFlushedBufferV2Normal
Dnativewindow1.cpp1056 napi_value testNativeWindowGetLastFlushedBufferV2Normal(napi_env env, napi_callback_info info) in testNativeWindowGetLastFlushedBufferV2Normal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets473 * @tc.name : testNativeWindowGetLastFlushedBufferV2Normal
474 * @tc.desc : testNativeWindowGetLastFlushedBufferV2Normal
479 it('testNativeWindowGetLastFlushedBufferV2Normal', 0, async (done: Function) => {
480 let result: number = nativeWindow.testNativeWindowGetLastFlushedBufferV2Normal();