Searched refs:testNativeWindowNativeWindowRequestBufferNullptr (Results 1 – 5 of 5) sorted by relevance
29 export const testNativeWindowNativeWindowRequestBufferNullptr: () => number; constant
97 napi_value testNativeWindowNativeWindowRequestBufferNullptr(napi_env env, napi_callback_info info);
58 …veWindowNativeWindowRequestBufferNullptr", nullptr, testNativeWindowNativeWindowRequestBufferNullp…
342 napi_value testNativeWindowNativeWindowRequestBufferNullptr(napi_env env, napi_callback_info info) in testNativeWindowNativeWindowRequestBufferNullptr() function
196 * @tc.name : testNativeWindowNativeWindowRequestBufferNullptr197 * @tc.desc : testNativeWindowNativeWindowRequestBufferNullptr202 it('testNativeWindowNativeWindowRequestBufferNullptr', 3, async (done: Function) => {203 let result: number = nativeWindow.testNativeWindowNativeWindowRequestBufferNullptr();