Searched refs:testNativeWindowSetMetadataValue (Results 1 – 5 of 5) sorted by relevance
103 export const testNativeWindowSetMetadataValue: () => number; constant
182 napi_value testNativeWindowSetMetadataValue(napi_env env, napi_callback_info info);
214 …{"testNativeWindowSetMetadataValue", nullptr, testNativeWindowSetMetadataValue, nullptr, nullptr, …
1847 napi_value testNativeWindowSetMetadataValue(napi_env env, napi_callback_info info) in testNativeWindowSetMetadataValue() function
1283 * @tc.name : testNativeWindowSetMetadataValue1284 * @tc.desc : testNativeWindowSetMetadataValue1289 it('testNativeWindowSetMetadataValue', 1, async (done: Function) => {1290 let result: number = nativeWindow.testNativeWindowSetMetadataValue();