Home
last modified time | relevance | path

Searched refs:testNativeWindowGetColorSpaceNullptr (Results 1 – 5 of 5) 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.h176 napi_value testNativeWindowGetColorSpaceNullptr(napi_env env, napi_callback_info info);
Dnativewindow.cpp226 …{"testNativeWindowGetColorSpaceNullptr", nullptr, testNativeWindowGetColorSpaceNullptr, nullptr, n…
Dnativewindow2.cpp1227 napi_value testNativeWindowGetColorSpaceNullptr(napi_env env, napi_callback_info info) in testNativeWindowGetColorSpaceNullptr() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1208 * @tc.name : testNativeWindowGetColorSpaceNullptr
1209 * @tc.desc : testNativeWindowGetColorSpaceNullptr
1214 it('testNativeWindowGetColorSpaceNullptr', 3, async (done: Function) => {
1215 let result: number = nativeWindow.testNativeWindowGetColorSpaceNullptr();