Searched refs:testNativeWindowCreateNativeWindowNullptr (Results 1 – 5 of 5) sorted by relevance
17 export const testNativeWindowCreateNativeWindowNullptr: () => number; constant
82 napi_value testNativeWindowCreateNativeWindowNullptr(napi_env env, napi_callback_info info);
31 …{"testNativeWindowCreateNativeWindowNullptr", nullptr, testNativeWindowCreateNativeWindowNullptr, …
63 napi_value testNativeWindowCreateNativeWindowNullptr(napi_env env, napi_callback_info info) in testNativeWindowCreateNativeWindowNullptr() function
29 * @tc.name : testNativeWindowCreateNativeWindowNullptr30 * @tc.desc : testNativeWindowCreateNativeWindowNullptr35 it('testNativeWindowCreateNativeWindowNullptr', 3, async (done: Function) => {36 let result: number = nativeWindow.testNativeWindowCreateNativeWindowNullptr();