Searched refs:testNativeWindowDestroyNativeWindowNullptr (Results 1 – 5 of 5) sorted by relevance
18 export const testNativeWindowDestroyNativeWindowNullptr: () => number; constant
83 napi_value testNativeWindowDestroyNativeWindowNullptr(napi_env env, napi_callback_info info);
33 …"testNativeWindowDestroyNativeWindowNullptr", nullptr, testNativeWindowDestroyNativeWindowNullptr,…
75 napi_value testNativeWindowDestroyNativeWindowNullptr(napi_env env, napi_callback_info info) in testNativeWindowDestroyNativeWindowNullptr() function
43 * @tc.name : testNativeWindowDestroyNativeWindowNullptr44 * @tc.desc : testNativeWindowDestroyNativeWindowNullptr49 it('testNativeWindowDestroyNativeWindowNullptr', 3, async (done: Function) => {50 let result: number = nativeWindow.testNativeWindowDestroyNativeWindowNullptr();