Searched refs:ScreenCapture (Results 1 – 6 of 6) sorted by relevance
21 describe('ScreenCapture', () => {24 url: 'MainAbility/pages/ScreenCapture',29 console.info("get ScreenCapture state success " + JSON.stringify(pages));31 console.info("get ScreenCapture state success " + JSON.stringify(pages.name));34 console.info("push ScreenCapture page success " + JSON.stringify(result));37 console.error("push ScreenCapture page error: " + err);
23 import screenCapture from './ScreenCapture.test'
22 struct ScreenCapture {52 Button("ScreenCapture").key('ScreenCaptureConfig').onClick(async () => {
550 ScreenCapture(shouldScreenCap); in FindInputComponentIndex()557 ScreenCapture(shouldScreenCap); in FindInputComponentIndex()567 void TreeManager::ScreenCapture(bool shouldScreenCap) in ScreenCapture() function in OHOS::WuKong::TreeManager
108 void ScreenCapture(bool shouldScreenCap);
48 …ScreenCaptureNdkTestCallback(OH_AVScreenCapture *ScreenCapture, FILE *audioFile, FILE *iFile, FILE… in ScreenCaptureNdkTestCallback() argument49 : screenCapture_(ScreenCapture), aFile(audioFile), innerFile(iFile), vFile(videoFile) {} in ScreenCaptureNdkTestCallback()