Home
last modified time | relevance | path

Searched refs:StartScreenCaptureWithSurface (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_stub.h41 …int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnabled) overr…
69 int32_t StartScreenCaptureWithSurface(MessageParcel &data, MessageParcel &reply);
H A Dscreen_capture_service_stub.cpp73 &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 Dscreen_capture_service_proxy.h39 …int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnabled) overr…
H A Di_standard_screen_capture_service.h44 …virtual int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnable…
H A Dscreen_capture_service_proxy.cpp269 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 Dscreen_capture_native_mock.cpp94 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 Di_screen_capture_service.h41 …virtual int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnable…
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_client.cpp203 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 Dscreen_capture_client.h43 …int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnabled) overr…
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_impl.h41 int32_t StartScreenCaptureWithSurface(sptr<Surface> surface) override;
H A Dscreen_capture_impl.cpp290 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 Dscreen_capture_native_mock.h32 int32_t StartScreenCaptureWithSurface(const std::any& value) override;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/
H A Dscreen_capture_capi_mock.h32 int32_t StartScreenCaptureWithSurface(const std::any& value) override;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/
H A Dscreen_capture_mock.h77 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 Dscreen_capture_unit_test_exclude.cpp685 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 Dscreen_capture_unit_test_state.cpp1215 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 Dscreen_capture_unit_test.cpp1940 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 Dscreen_capture.h255 virtual int32_t StartScreenCaptureWithSurface(sptr<Surface> surface) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp218 int32_t ScreenCaptureCapiMock::StartScreenCaptureWithSurface(const std::any& value) in StartScreenCaptureWithSurface() function in ScreenCaptureCapiMock
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-avscreencapture-for-buffer.md103 或调用StartScreenCaptureWithSurface()方法以Surface模式进行屏幕录制。
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h262 …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 Dscreen_capture_adapter_impl_test.cpp52 MOCK_METHOD1(StartScreenCaptureWithSurface, int32_t(sptr<Surface>));
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-avscreencapture-for-buffer.md104 Alternatively, call **StartScreenCaptureWithSurface()** to start screen capture in surface mode.
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp538 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 Dscreen_capture_server_function_unittest.cpp968 ASSERT_NE(screenCaptureServer_->StartScreenCaptureWithSurface(nullptr, true), MSERR_OK);

12