Searched refs:testNativeWindowGetColorSpaceFirst (Results 1 – 6 of 6) sorted by relevance
94 export const testNativeWindowGetColorSpaceFirst: () => number; constant
198 …{"testNativeWindowGetColorSpaceFirst", nullptr, testNativeWindowGetColorSpaceFirst, nullptr, nullp…
240 napi_value testNativeWindowGetColorSpaceFirst(napi_env env, napi_callback_info info);
1113 napi_value testNativeWindowGetColorSpaceFirst(napi_env env, napi_callback_info info) in testNativeWindowGetColorSpaceFirst() function
1224 * @tc.name : testNativeWindowGetColorSpaceFirst1225 * @tc.desc : testNativeWindowGetColorSpaceFirst1230 it('testNativeWindowGetColorSpaceFirst', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,1232 let result: number = nativeWindow.testNativeWindowGetColorSpaceFirst();