Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts43 export const testNativeWindowNativeWindowFlushBufferNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h113 napi_value testNativeWindowNativeWindowFlushBufferNullptr(napi_env env, napi_callback_info info);
Dnativewindow.cpp88 …ativeWindowNativeWindowFlushBufferNullptr", nullptr, testNativeWindowNativeWindowFlushBufferNullpt…
Dnativewindow1.cpp826 napi_value testNativeWindowNativeWindowFlushBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowNativeWindowFlushBufferNullptr() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets387 * @tc.name : testNativeWindowNativeWindowFlushBufferNullptr
388 * @tc.desc : testNativeWindowNativeWindowFlushBufferNullptr
393 it('testNativeWindowNativeWindowFlushBufferNullptr', 4, async (done: Function) => {
394 let result: number = nativeWindow.testNativeWindowNativeWindowFlushBufferNullptr();