Searched refs:testNativeWindowNativeWindowAttachBufferNullptr (Results 1 – 5 of 5) sorted by relevance
58 export const testNativeWindowNativeWindowAttachBufferNullptr: () => number; constant
131 napi_value testNativeWindowNativeWindowAttachBufferNullptr(napi_env env, napi_callback_info info);
117 …tiveWindowNativeWindowAttachBufferNullptr", nullptr, testNativeWindowNativeWindowAttachBufferNullp…
1315 napi_value testNativeWindowNativeWindowAttachBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowNativeWindowAttachBufferNullptr() function
608 * @tc.name : testNativeWindowNativeWindowAttachBufferNullptr609 * @tc.desc : testNativeWindowNativeWindowAttachBufferNullptr614 it('testNativeWindowNativeWindowAttachBufferNullptr', 3, async (done: Function) => {615 let result: number = nativeWindow.testNativeWindowNativeWindowAttachBufferNullptr();