Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/types/libnativeAVScreenCapturendk/
Dindex.d.ts23 export const normalAVScreenCaptureShowCursorTestStop: () => number; constant
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/ohosTest/ets/test/
DNativeAVScreenCapturendk.test.ets215 let resultStop: number = myScreenCaptureNdk.normalAVScreenCaptureShowCursorTestStop();
216 …console.info(Tag + "normalAVScreenCaptureShowCursorTestStop-------------resultStop:" + resultStop);
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
DnativeAVScreenCapturendk.cpp687 static napi_value normalAVScreenCaptureShowCursorTestStop(napi_env env, napi_callback_info info) in normalAVScreenCaptureShowCursorTestStop() function
773 …{"normalAVScreenCaptureShowCursorTestStop", nullptr, normalAVScreenCaptureShowCursorTestStop, null… in Init()