Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts29 export const testNativeWindowNativeWindowRequestBufferNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h97 napi_value testNativeWindowNativeWindowRequestBufferNullptr(napi_env env, napi_callback_info info);
Dnativewindow.cpp58 …veWindowNativeWindowRequestBufferNullptr", nullptr, testNativeWindowNativeWindowRequestBufferNullp…
Dnativewindow1.cpp342 napi_value testNativeWindowNativeWindowRequestBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowNativeWindowRequestBufferNullptr() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets196 * @tc.name : testNativeWindowNativeWindowRequestBufferNullptr
197 * @tc.desc : testNativeWindowNativeWindowRequestBufferNullptr
202 it('testNativeWindowNativeWindowRequestBufferNullptr', 3, async (done: Function) => {
203 let result: number = nativeWindow.testNativeWindowNativeWindowRequestBufferNullptr();