Home
last modified time | relevance | path

Searched refs:testNativeWindowGetColorSpaceFirst (Results 1 – 5 of 5) 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.h173 napi_value testNativeWindowGetColorSpaceFirst(napi_env env, napi_callback_info info);
Dnativewindow.cpp198 …{"testNativeWindowGetColorSpaceFirst", nullptr, testNativeWindowGetColorSpaceFirst, nullptr, nullp…
Dnativewindow2.cpp1108 napi_value testNativeWindowGetColorSpaceFirst(napi_env env, napi_callback_info info) in testNativeWindowGetColorSpaceFirst() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1148 * @tc.name : testNativeWindowGetColorSpaceFirst
1149 * @tc.desc : testNativeWindowGetColorSpaceFirst
1154 it('testNativeWindowGetColorSpaceFirst', 3, async (done: Function) => {
1155 let result: number = nativeWindow.testNativeWindowGetColorSpaceFirst();