Home
last modified time | relevance | path

Searched refs:screenCaptureControllerServer_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_controller_stub.cpp55 screenCaptureControllerServer_ = ScreenCaptureControllerServer::Create(); in Init()
56 CHECK_AND_RETURN_RET_LOG(screenCaptureControllerServer_ != nullptr, MSERR_NO_MEMORY, in Init()
94 screenCaptureControllerServer_ = nullptr; in DestroyStub()
109 CHECK_AND_RETURN_RET_LOG(screenCaptureControllerServer_ != nullptr, false, in ReportAVScreenCaptureUserChoice()
118 return screenCaptureControllerServer_->ReportAVScreenCaptureUserChoice(sessionId, choice); in ReportAVScreenCaptureUserChoice()
124 CHECK_AND_RETURN_RET_LOG(screenCaptureControllerServer_ != nullptr, MSERR_INVALID_STATE, in ReportAVScreenCaptureUserChoice()
H A Dscreen_capture_controller_stub.h42 std::shared_ptr<IScreenCaptureController> screenCaptureControllerServer_ = nullptr; variable