Home
last modified time | relevance | path

Searched refs:normalAVScreenCaptureShowCursorTest (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/ohosTest/ets/test/
DNativeAVScreenCapturendk.test.ets209 console.info(Tag + "normalAVScreenCaptureShowCursorTest-------------before click:");
210 let result: number = myScreenCaptureNdk.normalAVScreenCaptureShowCursorTest();
211 console.info(Tag + "normalAVScreenCaptureShowCursorTest-------------res:" + result);
231 console.info(Tag + "normalAVScreenCaptureShowCursorTest-------------before click:");
232 let result: number = myScreenCaptureNdk.normalAVScreenCaptureShowCursorTest();
233 console.info(Tag + "normalAVScreenCaptureShowCursorTest-------------res:" + result);
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/types/libnativeAVScreenCapturendk/
Dindex.d.ts22 export const normalAVScreenCaptureShowCursorTest: () => number; constant
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
DnativeAVScreenCapturendk.cpp659 static napi_value normalAVScreenCaptureShowCursorTest(napi_env env, napi_callback_info info) in normalAVScreenCaptureShowCursorTest() function
771 …{"normalAVScreenCaptureShowCursorTest", nullptr, normalAVScreenCaptureShowCursorTest, nullptr, nul… in Init()