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', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,37 let result: number = nativeWindow.testNativeWindowCreateNativeWindowNullptr();