Searched refs:testNativeWindowGetColorSpaceNullptr (Results 1 – 6 of 6) sorted by relevance
97 export const testNativeWindowGetColorSpaceNullptr: () => number; constant
226 …{"testNativeWindowGetColorSpaceNullptr", nullptr, testNativeWindowGetColorSpaceNullptr, nullptr, n…
243 napi_value testNativeWindowGetColorSpaceNullptr(napi_env env, napi_callback_info info);
1232 napi_value testNativeWindowGetColorSpaceNullptr(napi_env env, napi_callback_info info) in testNativeWindowGetColorSpaceNullptr() function
1288 * @tc.name : testNativeWindowGetColorSpaceNullptr1289 * @tc.desc : testNativeWindowGetColorSpaceNullptr1294 it('testNativeWindowGetColorSpaceNullptr', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,1296 let result: number = nativeWindow.testNativeWindowGetColorSpaceNullptr();