Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts97 export const testNativeWindowGetColorSpaceNullptr: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp226 …{"testNativeWindowGetColorSpaceNullptr", nullptr, testNativeWindowGetColorSpaceNullptr, nullptr, n…
Dnativewindow.h243 napi_value testNativeWindowGetColorSpaceNullptr(napi_env env, napi_callback_info info);
Dnativewindow2.cpp1232 napi_value testNativeWindowGetColorSpaceNullptr(napi_env env, napi_callback_info info) in testNativeWindowGetColorSpaceNullptr() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h243 napi_value testNativeWindowGetColorSpaceNullptr(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1288 * @tc.name : testNativeWindowGetColorSpaceNullptr
1289 * @tc.desc : testNativeWindowGetColorSpaceNullptr
1294 it('testNativeWindowGetColorSpaceNullptr', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,
1296 let result: number = nativeWindow.testNativeWindowGetColorSpaceNullptr();