Home
last modified time | relevance | path

Searched refs:normalAVScreenCaptureShowCursorWithParaNullFalse (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.ts25 export const normalAVScreenCaptureShowCursorWithParaNullFalse: () => number; constant
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/ohosTest/ets/test/
DNativeAVScreenCapturendk.test.ets253 … console.info(Tag + "normalAVScreenCaptureShowCursorWithParaNullFalse-------------before click:");
254 let result: number = myScreenCaptureNdk.normalAVScreenCaptureShowCursorWithParaNullFalse();
255 … console.info(Tag + "normalAVScreenCaptureShowCursorWithParaNullFalse-------------res:" + result);
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
DnativeAVScreenCapturendk.cpp724 static napi_value normalAVScreenCaptureShowCursorWithParaNullFalse(napi_env env, napi_callback_info… in normalAVScreenCaptureShowCursorWithParaNullFalse() function
777 …ScreenCaptureShowCursorWithParaNullFalse", nullptr, normalAVScreenCaptureShowCursorWithParaNullFal… in Init()