Home
last modified time | relevance | path

Searched refs:CaptureOption (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-screenshot.md30 ## CaptureOption<sup>14+</sup>
101 capture(options?: CaptureOption): Promise&lt;image.PixelMap&gt;
115 | options | [CaptureOption](#captureoption14) | 否 | 截取图像的相关信息。可包含设备ID,即displayId。 此参数不填时,默认截取displ…
140 let captureOption: screenshot.CaptureOption = {
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/
H A Daudio_opensles_recorder_test.cpp37 static void CaptureOption(void);
78 CaptureOption(); in main()
91 static void CaptureOption(void) in CaptureOption() function
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-screenshot.md30 ## CaptureOption<sup>14+</sup>
101 capture(options?: CaptureOption): Promise&lt;image.PixelMap&gt;
117 | options | [CaptureOption](#captureoption14) | No| Capture options. The value can contain the dis…
142 let captureOption: screenshot.CaptureOption = {
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h720 std::shared_ptr<Media::PixelMap> GetScreenCapture(const CaptureOption& captureOption,
730 std::shared_ptr<Media::PixelMap> GetScreenshotWithOption(const CaptureOption& captureOption,
743 std::shared_ptr<Media::PixelMap> GetScreenshotWithOption(const CaptureOption& captureOption,
H A Ddm_common.h398 struct CaptureOption { struct
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h100 virtual std::shared_ptr<Media::PixelMap> GetScreenCapture(const CaptureOption& captureOption,
102 …virtual std::shared_ptr<Media::PixelMap> GetDisplaySnapshotWithOption(const CaptureOption& capture…
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_interface.h218 virtual std::shared_ptr<Media::PixelMap> GetScreenCapture(const CaptureOption& captureOption,
229 …virtual std::shared_ptr<Media::PixelMap> GetDisplaySnapshotWithOption(const CaptureOption& capture…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h180 std::shared_ptr<Media::PixelMap> GetScreenCapture(const CaptureOption& captureOption,
182 … std::shared_ptr<Media::PixelMap> GetDisplaySnapshotWithOption(const CaptureOption& captureOption,
H A Dscreen_session_manager_interface.h196 virtual std::shared_ptr<Media::PixelMap> GetScreenCapture(const CaptureOption& captureOption,
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp202 CaptureOption option = { param->option.displayId, param->option.isNeedNotify}; in AsyncGetScreenshot()
346 CaptureOption captureOption; in AsyncGetScreenCapture()
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp821 std::shared_ptr<Media::PixelMap> DisplayManagerAdapter::GetScreenCapture(const CaptureOption& captu… in GetScreenCapture()
838 …::PixelMap> DisplayManagerAdapter::GetDisplaySnapshotWithOption(const CaptureOption& captureOption, in GetDisplaySnapshotWithOption()
H A Ddisplay_manager.cpp2162 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenCapture(const CaptureOption& captureOptio… in GetScreenCapture()
2174 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenshotWithOption(const CaptureOption& captu… in GetScreenshotWithOption()
2190 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenshotWithOption(const CaptureOption& captu… in GetScreenshotWithOption()
H A Doh_display_manager.cpp938 CaptureOption option; in OH_NativeDisplayManager_CaptureScreenPixelmap()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h312 std::shared_ptr<Media::PixelMap> GetScreenCapture(const CaptureOption& captureOption,
316 … std::shared_ptr<Media::PixelMap> GetDisplaySnapshotWithOption(const CaptureOption& captureOption,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp956 CaptureOption option; in ProcGetScreenCapture()
968 CaptureOption option; in ProcGetDisplaySnapshotWithOption()
H A Dscreen_session_manager_proxy.cpp3105 std::shared_ptr<Media::PixelMap> ScreenSessionManagerProxy::GetScreenCapture(const CaptureOption& c… in GetScreenCapture()
3170 const CaptureOption& captureOption, DmErrorCode* errorCode) in GetDisplaySnapshotWithOption()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_test.cpp1165 CaptureOption captureOption;
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp1690 CaptureOption option;
H A Dscreen_session_manager_test.cpp2190 CaptureOption option;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp3934 …tr<Media::PixelMap> ScreenSessionManager::GetDisplaySnapshotWithOption(const CaptureOption& option, in GetDisplaySnapshotWithOption()
5727 std::shared_ptr<Media::PixelMap> ScreenSessionManager::GetScreenCapture(const CaptureOption& captur… in GetScreenCapture()