Home
last modified time | relevance | path

Searched refs:ScreenCaptureControllerClient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_controller_client.cpp27 std::shared_ptr<ScreenCaptureControllerClient> ScreenCaptureControllerClient::Create( in Create()
31 std::shared_ptr<ScreenCaptureControllerClient> client = in Create()
32 std::make_shared<ScreenCaptureControllerClient>(ipcProxy); in Create()
39 ScreenCaptureControllerClient::ScreenCaptureControllerClient(const sptr<IStandardScreenCaptureContr… in ScreenCaptureControllerClient() function in OHOS::Media::ScreenCaptureControllerClient
45 ScreenCaptureControllerClient::~ScreenCaptureControllerClient() in ~ScreenCaptureControllerClient()
54 void ScreenCaptureControllerClient::MediaServerDied() in MediaServerDied()
60 int32_t ScreenCaptureControllerClient::ReportAVScreenCaptureUserChoice(int32_t sessionId, std::stri… in ReportAVScreenCaptureUserChoice()
H A Dscreen_capture_controller_client.h24 class ScreenCaptureControllerClient : public IScreenCaptureController, public NoCopyable {
26 static std::shared_ptr<ScreenCaptureControllerClient>
28 explicit ScreenCaptureControllerClient(const sptr<IStandardScreenCaptureController> &ipcProxy);
29 ~ScreenCaptureControllerClient();
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.cpp290 …std::shared_ptr<ScreenCaptureControllerClient> controller = ScreenCaptureControllerClient::Create(… in CreateScreenCaptureControllerClient()
424 … auto screenCaptureControllerClient = std::static_pointer_cast<ScreenCaptureControllerClient>(it); in DoMediaServerDied()