Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts106 export const testNativeWindowGetMetadataValueAbnormal: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h185 napi_value testNativeWindowGetMetadataValueAbnormal(napi_env env, napi_callback_info info);
Dnativewindow.cpp220 …{"testNativeWindowGetMetadataValueAbnormal", nullptr, testNativeWindowGetMetadataValueAbnormal, nu…
Dnativewindow2.cpp1945 napi_value testNativeWindowGetMetadataValueAbnormal(napi_env env, napi_callback_info info) in testNativeWindowGetMetadataValueAbnormal() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1328 * @tc.name : testNativeWindowGetMetadataValueAbnormal
1329 * @tc.desc : testNativeWindowGetMetadataValueAbnormal
1334 it('testNativeWindowGetMetadataValueAbnormal', 4, async (done: Function) => {
1335 let result: number = nativeWindow.testNativeWindowGetMetadataValueAbnormal();