Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/types/libnativewindow.so/
Dindex.d.ts101 export const testNativeWindowSetMetadataValueTimes: () => number; constant
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
Dnativewindow.h180 napi_value testNativeWindowSetMetadataValueTimes(napi_env env, napi_callback_info info);
Dnativewindow.cpp210 …{"testNativeWindowSetMetadataValueTimes", nullptr, testNativeWindowSetMetadataValueTimes, nullptr,…
Dnativewindow2.cpp1455 napi_value testNativeWindowSetMetadataValueTimes(napi_env env, napi_callback_info info) in testNativeWindowSetMetadataValueTimes() function
/test/xts/acts/graphic/nativewindow/entry/src/ohosTest/ets/test/
DNativeWindow.test.ets1253 * @tc.name : testNativeWindowSetMetadataValueTimes
1254 * @tc.desc : testNativeWindowSetMetadataValueTimes
1259 it('testNativeWindowSetMetadataValueTimes', 3, async (done: Function) => {
1260 let result: number = nativeWindow.testNativeWindowSetMetadataValueTimes();