Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts99 export const testNativeWindowGetMetadataValueFirst: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h178 napi_value testNativeWindowGetMetadataValueFirst(napi_env env, napi_callback_info info);
Dnativewindow.cpp206 …{"testNativeWindowGetMetadataValueFirst", nullptr, testNativeWindowGetMetadataValueFirst, nullptr,…
Dnativewindow2.cpp1244 napi_value testNativeWindowGetMetadataValueFirst(napi_env env, napi_callback_info info) in testNativeWindowGetMetadataValueFirst() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1223 * @tc.name : testNativeWindowGetMetadataValueFirst
1224 * @tc.desc : testNativeWindowGetMetadataValueFirst
1229 it('testNativeWindowGetMetadataValueFirst', 3, async (done: Function) => {
1230 let result: number = nativeWindow.testNativeWindowGetMetadataValueFirst();