Home
last modified time | relevance | path

Searched refs:IScreenCaptureService (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.h73 std::shared_ptr<IScreenCaptureService> CreateScreenCaptureService() override;
74 int32_t DestroyScreenCaptureService(std::shared_ptr<IScreenCaptureService> screenCapture) override;
105 std::list<std::shared_ptr<IScreenCaptureService>> screenCaptureClientList_;
H A Dmedia_local.cpp75 std::shared_ptr<IScreenCaptureService> MediaLocal::CreateScreenCaptureService() in CreateScreenCaptureService()
122 int32_t MediaLocal::DestroyScreenCaptureService(std::shared_ptr<IScreenCaptureService> screenCapture) in DestroyScreenCaptureService()
H A Dmedia_local.h37 std::shared_ptr<IScreenCaptureService> CreateScreenCaptureService() override;
45 int32_t DestroyScreenCaptureService(std::shared_ptr<IScreenCaptureService> screenCapture) override;
H A Dmedia_client.cpp249 std::shared_ptr<IScreenCaptureService> MediaClient::CreateScreenCaptureService() in CreateScreenCaptureService()
268 int32_t MediaClient::DestroyScreenCaptureService(std::shared_ptr<IScreenCaptureService> screenCapture) in DestroyScreenCaptureService()
/foundation/multimedia/player_framework/services/include/
H A Di_media_service.h159 virtual std::shared_ptr<IScreenCaptureService> CreateScreenCaptureService() = 0;
171 virtual int32_t DestroyScreenCaptureService(std::shared_ptr<IScreenCaptureService> screenCaptureHelper) = 0;
H A Di_screen_capture_service.h29 class IScreenCaptureService { class
31 virtual ~IScreenCaptureService() = default;
/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_impl.h59 std::shared_ptr<IScreenCaptureService> screenCaptureService_ = nullptr;
/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_client.h25 class ScreenCaptureClient : public IScreenCaptureService, public NoCopyable {
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureserverstartcase_fuzzer/
H A Dscreencaptureserverstartcase_fuzzer.cpp91 std::shared_ptr<IScreenCaptureService> tempServer_ = ScreenCaptureServer::Create(); in FuzzScreenCaptureServerStartCase()
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_stub.h87 std::shared_ptr<IScreenCaptureService> screenCaptureServer_ = nullptr;
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h242 public IScreenCaptureService, public NoCopyable {
244 static std::shared_ptr<IScreenCaptureService> Create();
H A Dscreen_capture_server.cpp169 std::shared_ptr<IScreenCaptureService> ScreenCaptureServer::Create() in Create()
214 return std::static_pointer_cast<OHOS::Media::IScreenCaptureService>(serverTemp); in Create()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/
H A Dscreen_capture_server_function_unittest.cpp59 std::shared_ptr<IScreenCaptureService> tempServer_ = ScreenCaptureServer::Create(); in SetUp()
860 std::vector<std::shared_ptr<IScreenCaptureService>> tempServers(MAX_SESSION_PER_UID - 1, nullptr); in HWTEST_F()
868 std::shared_ptr<IScreenCaptureService> tempServer2 = ScreenCaptureServer::Create(); in HWTEST_F()

Completed in 11 milliseconds