Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts94 export const testNativeWindowGetColorSpaceFirst: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.cpp198 …{"testNativeWindowGetColorSpaceFirst", nullptr, testNativeWindowGetColorSpaceFirst, nullptr, nullp…
Dnativewindow.h240 napi_value testNativeWindowGetColorSpaceFirst(napi_env env, napi_callback_info info);
Dnativewindow2.cpp1113 napi_value testNativeWindowGetColorSpaceFirst(napi_env env, napi_callback_info info) in testNativeWindowGetColorSpaceFirst() function
/test/xts/acts/graphic/graphics2DTestApi20/entry/src/main/cpp/
Dnativewindow.h240 napi_value testNativeWindowGetColorSpaceFirst(napi_env env, napi_callback_info info);
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1224 * @tc.name : testNativeWindowGetColorSpaceFirst
1225 * @tc.desc : testNativeWindowGetColorSpaceFirst
1230 it('testNativeWindowGetColorSpaceFirst', TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3,
1232 let result: number = nativeWindow.testNativeWindowGetColorSpaceFirst();