Searched refs:testNativeWindowGetMetadataValueAbnormal (Results 1 – 5 of 5) sorted by relevance
106 export const testNativeWindowGetMetadataValueAbnormal: () => number; constant
185 napi_value testNativeWindowGetMetadataValueAbnormal(napi_env env, napi_callback_info info);
220 …{"testNativeWindowGetMetadataValueAbnormal", nullptr, testNativeWindowGetMetadataValueAbnormal, nu…
1945 napi_value testNativeWindowGetMetadataValueAbnormal(napi_env env, napi_callback_info info) in testNativeWindowGetMetadataValueAbnormal() function
1328 * @tc.name : testNativeWindowGetMetadataValueAbnormal1329 * @tc.desc : testNativeWindowGetMetadataValueAbnormal1334 it('testNativeWindowGetMetadataValueAbnormal', 4, async (done: Function) => {1335 let result: number = nativeWindow.testNativeWindowGetMetadataValueAbnormal();