Searched refs:testNativeWindowWRParcelNormal (Results 1 – 5 of 5) sorted by relevance
39 export const testNativeWindowWRParcelNormal: () => number; constant
108 napi_value testNativeWindowWRParcelNormal(napi_env env, napi_callback_info info);
79 …{"testNativeWindowWRParcelNormal", nullptr, testNativeWindowWRParcelNormal, nullptr, nullptr, null…
696 napi_value testNativeWindowWRParcelNormal(napi_env env, napi_callback_info info) in testNativeWindowWRParcelNormal() function
330 * @tc.name : testNativeWindowWRParcelNormal331 * @tc.desc : testNativeWindowWRParcelNormal336 it('testNativeWindowWRParcelNormal', 3, async (done: Function) => {337 let result: number = nativeWindow.testNativeWindowWRParcelNormal();