Searched refs:testNativeWindowGetSurfaceIdNullptr (Results 1 – 5 of 5) sorted by relevance
19 export const testNativeWindowGetSurfaceIdNullptr: () => number; constant
84 napi_value testNativeWindowGetSurfaceIdNullptr(napi_env env, napi_callback_info info);
35 …{"testNativeWindowGetSurfaceIdNullptr", nullptr, testNativeWindowGetSurfaceIdNullptr, nullptr, nul…
83 napi_value testNativeWindowGetSurfaceIdNullptr(napi_env env, napi_callback_info info) in testNativeWindowGetSurfaceIdNullptr() function
57 * @tc.name : testNativeWindowGetSurfaceIdNullptr58 * @tc.desc : testNativeWindowGetSurfaceIdNullptr63 it('testNativeWindowGetSurfaceIdNullptr', 3, async (done: Function) => {64 let result: number = nativeWindow.testNativeWindowGetSurfaceIdNullptr();