Searched refs:testNativeWindowSetMetadataValueTimes (Results 1 – 5 of 5) sorted by relevance
101 export const testNativeWindowSetMetadataValueTimes: () => number; constant
180 napi_value testNativeWindowSetMetadataValueTimes(napi_env env, napi_callback_info info);
210 …{"testNativeWindowSetMetadataValueTimes", nullptr, testNativeWindowSetMetadataValueTimes, nullptr,…
1455 napi_value testNativeWindowSetMetadataValueTimes(napi_env env, napi_callback_info info) in testNativeWindowSetMetadataValueTimes() function
1253 * @tc.name : testNativeWindowSetMetadataValueTimes1254 * @tc.desc : testNativeWindowSetMetadataValueTimes1259 it('testNativeWindowSetMetadataValueTimes', 3, async (done: Function) => {1260 let result: number = nativeWindow.testNativeWindowSetMetadataValueTimes();