Searched refs:testNativeWindowSetColorSpaceNullptr (Results 1 – 6 of 6) sorted by relevance
96 export const testNativeWindowSetColorSpaceNullptr: () => number; constant
202 …{"testNativeWindowSetColorSpaceNullptr", nullptr, testNativeWindowSetColorSpaceNullptr, nullptr, n…
242 napi_value testNativeWindowSetColorSpaceNullptr(napi_env env, napi_callback_info info);
1193 napi_value testNativeWindowSetColorSpaceNullptr(napi_env env, napi_callback_info info) in testNativeWindowSetColorSpaceNullptr() function
1256 * @tc.name : testNativeWindowSetColorSpaceNullptr1257 * @tc.desc : testNativeWindowSetColorSpaceNullptr1262 it('testNativeWindowSetColorSpaceNullptr', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,1264 let result: number = nativeWindow.testNativeWindowSetColorSpaceNullptr();