Searched refs:testNativeWindowCreateNativeWindowNullptr (Results 1 – 6 of 6) sorted by relevance
17 export const testNativeWindowCreateNativeWindowNullptr: () => number; constant
31 …{"testNativeWindowCreateNativeWindowNullptr", nullptr, testNativeWindowCreateNativeWindowNullptr, …
149 napi_value testNativeWindowCreateNativeWindowNullptr(napi_env env, napi_callback_info info);
63 napi_value testNativeWindowCreateNativeWindowNullptr(napi_env env, napi_callback_info info) in testNativeWindowCreateNativeWindowNullptr() function
29 * @tc.name : testNativeWindowCreateNativeWindowNullptr30 * @tc.desc : testNativeWindowCreateNativeWindowNullptr35 …it('testNativeWindowCreateNativeWindowNullptr', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,37 let result: number = nativeWindow.testNativeWindowCreateNativeWindowNullptr();