Home
last modified time | relevance | path

Searched refs:testNativeWindowNativeWindowFlushBufferNullptr (Results 1 – 6 of 6) 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.cpp88 …ativeWindowNativeWindowFlushBufferNullptr", nullptr, testNativeWindowNativeWindowFlushBufferNullpt…
Dnativewindow.h180 napi_value testNativeWindowNativeWindowFlushBufferNullptr(napi_env env, napi_callback_info info);
Dnativewindow1.cpp826 napi_value testNativeWindowNativeWindowFlushBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowNativeWindowFlushBufferNullptr() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h180 napi_value testNativeWindowNativeWindowFlushBufferNullptr(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets413 * @tc.name : testNativeWindowNativeWindowFlushBufferNullptr
414 * @tc.desc : testNativeWindowNativeWindowFlushBufferNullptr
419 …it('testNativeWindowNativeWindowFlushBufferNullptr', TestType.FUNCTION | Size.MEDIUMTEST | Level.L…
421 let result: number = nativeWindow.testNativeWindowNativeWindowFlushBufferNullptr();