Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts48 export const testNativeWindowGetLastFlushedBufferNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h119 napi_value testNativeWindowGetLastFlushedBufferNullptr(napi_env env, napi_callback_info info);
Dnativewindow.cpp96 …testNativeWindowGetLastFlushedBufferNullptr", nullptr, testNativeWindowGetLastFlushedBufferNullptr
Dnativewindow1.cpp1024 napi_value testNativeWindowGetLastFlushedBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowGetLastFlushedBufferNullptr() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets458 * @tc.name : testNativeWindowGetLastFlushedBufferNullptr
459 * @tc.desc : testNativeWindowGetLastFlushedBufferNullptr
464 it('testNativeWindowGetLastFlushedBufferNullptr', 3, async (done: Function) => {
465 let result: number = nativeWindow.testNativeWindowGetLastFlushedBufferNullptr();