Searched refs:testNativeWindowCreateNativeWindow (Results 1 – 6 of 6) sorted by relevance
111 export const testNativeWindowCreateNativeWindow: () => number; constant
236 {"testNativeWindowCreateNativeWindow", nullptr, testNativeWindowCreateNativeWindow, nullptr,
259 napi_value testNativeWindowCreateNativeWindow(napi_env env, napi_callback_info info);
73 napi_value testNativeWindowCreateNativeWindow(napi_env env, napi_callback_info info) in testNativeWindowCreateNativeWindow() function
1495 * @tc.name : testNativeWindowCreateNativeWindow1496 * @tc.desc : testNativeWindowCreateNativeWindow1501 it('testNativeWindowCreateNativeWindow', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,1503 let result: number = nativeWindow.testNativeWindowCreateNativeWindow();