Searched refs:OnFatalError (Results 1 – 14 of 14) sorted by relevance
89 OnFatalError(std::move(error)); in CastService()100 void CastService::OnFatalError(Error error) { in OnFatalError() function in openscreen::cast::CastService
187 client_->OnFatalError(error.str()); in HandleInitializationError()212 client_->OnFatalError(error.str()); in OnError()
59 void OnFatalError(Error error) final;
50 void SDLPlayerBase::OnFatalError(std::string message) { in OnFatalError() function in openscreen::cast::SDLPlayerBase192 OnFatalError(presentation_time.error().message()); in RenderAndSchedulePresentation()
45 virtual void OnFatalError(std::string message) = 0;
70 void OnFatalError(std::string message) final;
194 OnFatalError(error.str()); in Present()
48 OnFatalError(result.error().message()); in RenderWhileIdle()
16 MOCK_METHOD1(OnFatalError, void(Error error));
25 virtual void OnFatalError(Error error) = 0;
40 void OnFatalError(Error error) final;
62 void ReceiverChooser::OnFatalError(Error error) { in OnFatalError() function in openscreen::cast::ReceiverChooser
145 reporting_client_->OnFatalError(error); in OnError()
111 void OnFatalError(Error error) override { in OnFatalError() function in openscreen::cast::__anon5cbb65430111::FailOnErrorReporting