Searched refs:screenCaptureMonitorServer_ (Results 1 – 2 of 2) sorted by relevance
58 screenCaptureMonitorServer_ = ScreenCaptureMonitorServer::GetInstance(); in Init()59 CHECK_AND_RETURN_RET_LOG(screenCaptureMonitorServer_ != nullptr, MSERR_NO_MEMORY, in Init()110 CHECK_AND_RETURN_RET_LOG(screenCaptureMonitorServer_ != nullptr, MSERR_NO_MEMORY, in SetListenerObject()113 (void)screenCaptureMonitorServer_->SetScreenCaptureMonitorCallback(callback); in SetListenerObject()121 …(void)screenCaptureMonitorServer_->RemoveScreenCaptureMonitorCallback(screenCaptureMonitorCallback… in CloseListenerObject()128 CHECK_AND_RETURN_RET_LOG(screenCaptureMonitorServer_ != nullptr, MSERR_NO_MEMORY, in IsScreenCaptureWorking()130 return screenCaptureMonitorServer_->IsScreenCaptureWorking(); in IsScreenCaptureWorking()
48 std::shared_ptr<ScreenCaptureMonitorServer> screenCaptureMonitorServer_ = nullptr; variable