Home
last modified time | relevance | path

Searched refs:testNativeWindowSetColorSpaceAbnormal (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts98 export const testNativeWindowSetColorSpaceAbnormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h177 napi_value testNativeWindowSetColorSpaceAbnormal(napi_env env, napi_callback_info info);
Dnativewindow.cpp204 …{"testNativeWindowSetColorSpaceAbnormal", nullptr, testNativeWindowSetColorSpaceAbnormal, nullptr,…
Dnativewindow2.cpp1202 napi_value testNativeWindowSetColorSpaceAbnormal(napi_env env, napi_callback_info info) in testNativeWindowSetColorSpaceAbnormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1193 * @tc.name : testNativeWindowSetColorSpaceAbnormal
1194 * @tc.desc : testNativeWindowSetColorSpaceAbnormal
1199 it('testNativeWindowSetColorSpaceAbnormal', 4, async (done: Function) => {
1200 let result: number = nativeWindow.testNativeWindowSetColorSpaceAbnormal();