/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_service_stub.h | 41 …int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnabled) overr… 69 int32_t StartScreenCaptureWithSurface(MessageParcel &data, MessageParcel &reply);
|
H A D | screen_capture_service_stub.cpp | 73 &ScreenCaptureServiceStub::StartScreenCaptureWithSurface; in Init() 182 int32_t ScreenCaptureServiceStub::StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPriva… in StartScreenCaptureWithSurface() function in OHOS::Media::ScreenCaptureServiceStub 187 return screenCaptureServer_->StartScreenCaptureWithSurface(surface, isPrivacyAuthorityEnabled); in StartScreenCaptureWithSurface() 482 int32_t ScreenCaptureServiceStub::StartScreenCaptureWithSurface(MessageParcel &data, MessageParcel … in StartScreenCaptureWithSurface() function in OHOS::Media::ScreenCaptureServiceStub 498 int32_t ret = StartScreenCaptureWithSurface(surface, isPrivacyAuthorityEnabled); in StartScreenCaptureWithSurface()
|
H A D | screen_capture_service_proxy.h | 39 …int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnabled) overr…
|
H A D | i_standard_screen_capture_service.h | 44 …virtual int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnable…
|
H A D | screen_capture_service_proxy.cpp | 269 int32_t ScreenCaptureServiceProxy::StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPriv… in StartScreenCaptureWithSurface() function in OHOS::Media::ScreenCaptureServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/ |
H A D | screen_capture_native_mock.cpp | 94 int32_t ScreenCaptureNativeMock::StartScreenCaptureWithSurface(const std::any& value) in StartScreenCaptureWithSurface() function in OHOS::Media::ScreenCaptureNativeMock 102 return screenCapture_->StartScreenCaptureWithSurface(surface); in StartScreenCaptureWithSurface()
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_screen_capture_service.h | 41 …virtual int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnable…
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/ |
H A D | screen_capture_client.cpp | 203 int32_t ScreenCaptureClient::StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAut… in StartScreenCaptureWithSurface() function in OHOS::Media::ScreenCaptureClient 207 return screenCaptureProxy_->StartScreenCaptureWithSurface(surface, isPrivacyAuthorityEnabled); in StartScreenCaptureWithSurface()
|
H A D | screen_capture_client.h | 43 …int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnabled) overr…
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
H A D | screen_capture_impl.h | 41 int32_t StartScreenCaptureWithSurface(sptr<Surface> surface) override;
|
H A D | screen_capture_impl.cpp | 290 int32_t ScreenCaptureImpl::StartScreenCaptureWithSurface(sptr<Surface> surface) in StartScreenCaptureWithSurface() function in OHOS::Media::ScreenCaptureImpl 297 … return screenCaptureService_->StartScreenCaptureWithSurface(surface, isPrivacyAuthorityEnabled_); in StartScreenCaptureWithSurface()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/ |
H A D | screen_capture_native_mock.h | 32 int32_t StartScreenCaptureWithSurface(const std::any& value) override;
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/ |
H A D | screen_capture_capi_mock.h | 32 int32_t StartScreenCaptureWithSurface(const std::any& value) override;
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/ |
H A D | screen_capture_mock.h | 77 virtual int32_t StartScreenCaptureWithSurface(const std::any& value) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test_exclude.cpp | 685 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 739 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 789 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 1580 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 1640 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 1703 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 1761 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 1819 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 1876 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 1939 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer));
|
H A D | screen_capture_unit_test_state.cpp | 1215 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 1276 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 1330 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 1387 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer));
|
H A D | screen_capture_unit_test.cpp | 1940 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 1984 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(consumer)); 2100 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(producerSurface)); 2254 EXPECT_EQ(MSERR_OK, screenCapture_->StartScreenCaptureWithSurface(producerSurface));
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | screen_capture.h | 255 virtual int32_t StartScreenCaptureWithSurface(sptr<Surface> surface) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
H A D | screen_capture_capi_mock.cpp | 218 int32_t ScreenCaptureCapiMock::StartScreenCaptureWithSurface(const std::any& value) in StartScreenCaptureWithSurface() function in ScreenCaptureCapiMock
|
/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | using-avscreencapture-for-buffer.md | 103 或调用StartScreenCaptureWithSurface()方法以Surface模式进行屏幕录制。
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | screen_capture_server.h | 262 …int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnabled) overr…
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/ |
H A D | screen_capture_adapter_impl_test.cpp | 52 MOCK_METHOD1(StartScreenCaptureWithSurface, int32_t(sptr<Surface>));
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | using-avscreencapture-for-buffer.md | 104 Alternatively, call **StartScreenCaptureWithSurface()** to start screen capture in surface mode.
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/ |
H A D | native_avscreen_capture.cpp | 538 ret = screenCaptureObj->screenCapture_->StartScreenCaptureWithSurface(window->surface); in OH_AVScreenCapture_StartScreenCaptureWithSurface()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/ |
H A D | screen_capture_server_function_unittest.cpp | 968 ASSERT_NE(screenCaptureServer_->StartScreenCaptureWithSurface(nullptr, true), MSERR_OK);
|