Searched refs:testNativeWindowSetColorSpaceNullptr (Results 1 – 5 of 5) sorted by relevance
96 export const testNativeWindowSetColorSpaceNullptr: () => number; constant
175 napi_value testNativeWindowSetColorSpaceNullptr(napi_env env, napi_callback_info info);
202 …{"testNativeWindowSetColorSpaceNullptr", nullptr, testNativeWindowSetColorSpaceNullptr, nullptr, n…
1188 napi_value testNativeWindowSetColorSpaceNullptr(napi_env env, napi_callback_info info) in testNativeWindowSetColorSpaceNullptr() function
1178 * @tc.name : testNativeWindowSetColorSpaceNullptr1179 * @tc.desc : testNativeWindowSetColorSpaceNullptr1184 it('testNativeWindowSetColorSpaceNullptr', 3, async (done: Function) => {1185 let result: number = nativeWindow.testNativeWindowSetColorSpaceNullptr();