Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts59 export const testNativeWindowNativeWindowDetachBufferNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h132 napi_value testNativeWindowNativeWindowDetachBufferNullptr(napi_env env, napi_callback_info info);
Dnativewindow.cpp119 …tiveWindowNativeWindowDetachBufferNullptr", nullptr, testNativeWindowNativeWindowDetachBufferNullp…
Dnativewindow1.cpp1347 napi_value testNativeWindowNativeWindowDetachBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowNativeWindowDetachBufferNullptr() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets623 * @tc.name : testNativeWindowNativeWindowDetachBufferNullptr
624 * @tc.desc : testNativeWindowNativeWindowDetachBufferNullptr
629 it('testNativeWindowNativeWindowDetachBufferNullptr', 3, async (done: Function) => {
630 let result: number = nativeWindow.testNativeWindowNativeWindowDetachBufferNullptr();