Home
last modified time | relevance | path

Searched refs:ScreenCaptureContentFilter (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Daudio_capturer_wrapper.h58 ScreenCaptureContentFilter filter) in AudioCapturerWrapper()
66 int32_t UpdateAudioCapturerConfig(ScreenCaptureContentFilter &filter);
95 ScreenCaptureContentFilter contentFilter_;
119 ScreenCaptureContentFilter filter) in MicAudioCapturerWrapper()
H A Dscreen_capture_server.h277 int32_t ExcludeContent(ScreenCaptureContentFilter &contentFilter) override;
392 ScreenCaptureContentFilter contentFilter_;
H A Daudio_capturer_wrapper.cpp168 int32_t AudioCapturerWrapper::UpdateAudioCapturerConfig(ScreenCaptureContentFilter &filter) in UpdateAudioCapturerConfig()
H A Dscreen_capture_server.cpp951 ScreenCaptureContentFilter contentFilterMic; in StartStreamMicAudioCapture()
998 ScreenCaptureContentFilter contentFilterMic; in StartFileMicAudioCapture()
2145 int32_t ScreenCaptureServer::ExcludeContent(ScreenCaptureContentFilter &contentFilter) in ExcludeContent()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture.h142 struct ScreenCaptureContentFilter { struct
265 virtual int32_t ExcludeContent(ScreenCaptureContentFilter &contentFilter) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H A Dscreen_capture_native_mock.cpp208 ScreenCaptureContentFilter filter; in ExcludeWindowContent()
220 ScreenCaptureContentFilter filter; in ExcludeAudioContent()
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_screen_capture_service.h55 virtual int32_t ExcludeContent(ScreenCaptureContentFilter &contentFilter) = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_impl.h51 int32_t ExcludeContent(ScreenCaptureContentFilter &contentFilter) override;
H A Dscreen_capture_impl.cpp84 int32_t ScreenCaptureImpl::ExcludeContent(ScreenCaptureContentFilter &contentFilter) in ExcludeContent()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_proxy.h52 int32_t ExcludeContent(ScreenCaptureContentFilter &contentFilter) override;
H A Di_standard_screen_capture_service.h57 virtual int32_t ExcludeContent(ScreenCaptureContentFilter &contentFilter) = 0;
H A Dscreen_capture_service_stub.h55 int32_t ExcludeContent(ScreenCaptureContentFilter &contentFilter) override;
H A Dscreen_capture_service_stub.cpp212 int32_t ScreenCaptureServiceStub::ExcludeContent(ScreenCaptureContentFilter &contentFilter) in ExcludeContent()
288 ScreenCaptureContentFilter contentFilter; in ExcludeContent()
H A Dscreen_capture_service_proxy.cpp416 int32_t ScreenCaptureServiceProxy::ExcludeContent(ScreenCaptureContentFilter &contentFilter) in ExcludeContent()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_client.h57 int32_t ExcludeContent(ScreenCaptureContentFilter &contentFilter) override;
H A Dscreen_capture_client.cpp154 int32_t ScreenCaptureClient::ExcludeContent(ScreenCaptureContentFilter &contentFilter) in ExcludeContent()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp62 MOCK_METHOD1(ExcludeContent, int32_t(ScreenCaptureContentFilter&));
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp369 ScreenCaptureContentFilter screenCaptureContentFilter;