Home
last modified time | relevance | path

Searched refs:testNativeWindowSetColorSpaceNullptr (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts96 export const testNativeWindowSetColorSpaceNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp202 …{"testNativeWindowSetColorSpaceNullptr", nullptr, testNativeWindowSetColorSpaceNullptr, nullptr, n…
Dnativewindow.h242 napi_value testNativeWindowSetColorSpaceNullptr(napi_env env, napi_callback_info info);
Dnativewindow2.cpp1193 napi_value testNativeWindowSetColorSpaceNullptr(napi_env env, napi_callback_info info) in testNativeWindowSetColorSpaceNullptr() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h242 napi_value testNativeWindowSetColorSpaceNullptr(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1256 * @tc.name : testNativeWindowSetColorSpaceNullptr
1257 * @tc.desc : testNativeWindowSetColorSpaceNullptr
1262 it('testNativeWindowSetColorSpaceNullptr', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,
1264 let result: number = nativeWindow.testNativeWindowSetColorSpaceNullptr();