Searched refs:testNativeWindowGetMetadataValueFirst (Results 1 – 5 of 5) sorted by relevance
99 export const testNativeWindowGetMetadataValueFirst: () => number; constant
178 napi_value testNativeWindowGetMetadataValueFirst(napi_env env, napi_callback_info info);
206 …{"testNativeWindowGetMetadataValueFirst", nullptr, testNativeWindowGetMetadataValueFirst, nullptr,…
1244 napi_value testNativeWindowGetMetadataValueFirst(napi_env env, napi_callback_info info) in testNativeWindowGetMetadataValueFirst() function
1223 * @tc.name : testNativeWindowGetMetadataValueFirst1224 * @tc.desc : testNativeWindowGetMetadataValueFirst1229 it('testNativeWindowGetMetadataValueFirst', 3, async (done: Function) => {1230 let result: number = nativeWindow.testNativeWindowGetMetadataValueFirst();