Searched refs:testNativeWindowGetColorSpaceNullptr (Results 1 – 5 of 5) sorted by relevance
97 export const testNativeWindowGetColorSpaceNullptr: () => number; constant
176 napi_value testNativeWindowGetColorSpaceNullptr(napi_env env, napi_callback_info info);
226 …{"testNativeWindowGetColorSpaceNullptr", nullptr, testNativeWindowGetColorSpaceNullptr, nullptr, n…
1227 napi_value testNativeWindowGetColorSpaceNullptr(napi_env env, napi_callback_info info) in testNativeWindowGetColorSpaceNullptr() function
1208 * @tc.name : testNativeWindowGetColorSpaceNullptr1209 * @tc.desc : testNativeWindowGetColorSpaceNullptr1214 it('testNativeWindowGetColorSpaceNullptr', 3, async (done: Function) => {1215 let result: number = nativeWindow.testNativeWindowGetColorSpaceNullptr();