Searched refs:testNativeWindowCreateNativeWindow (Results 1 – 5 of 5) sorted by relevance
111 export const testNativeWindowCreateNativeWindow: () => number; constant
69 napi_value testNativeWindowCreateNativeWindow(napi_env env, napi_callback_info info) in testNativeWindowCreateNativeWindow() function
192 napi_value testNativeWindowCreateNativeWindow(napi_env env, napi_callback_info info);
236 {"testNativeWindowCreateNativeWindow", nullptr, testNativeWindowCreateNativeWindow, nullptr,
1402 * @tc.name : testNativeWindowCreateNativeWindow1403 * @tc.desc : testNativeWindowCreateNativeWindow1408 it('testNativeWindowCreateNativeWindow', 3, async (done: Function) => {1409 let result: number = nativeWindow.testNativeWindowCreateNativeWindow();