Searched refs:normalAVScreenCaptureShowCursorTest (Results 1 – 3 of 3) sorted by relevance
209 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);
22 export const normalAVScreenCaptureShowCursorTest: () => number; constant
659 static napi_value normalAVScreenCaptureShowCursorTest(napi_env env, napi_callback_info info) in normalAVScreenCaptureShowCursorTest() function771 …{"normalAVScreenCaptureShowCursorTest", nullptr, normalAVScreenCaptureShowCursorTest, nullptr, nul… in Init()