Searched refs:OnRecoverableError (Results 1 – 11 of 11) sorted by relevance
17 MOCK_METHOD1(OnRecoverableError, void(Error error));
31 virtual void OnRecoverableError(Error error) = 0;
41 void OnRecoverableError(Error error) final;
66 void ReceiverChooser::OnRecoverableError(Error error) { in OnRecoverableError() function in openscreen::cast::ReceiverChooser
60 void OnRecoverableError(Error error) final;
104 void CastService::OnRecoverableError(Error error) { in OnRecoverableError() function in openscreen::cast::CastService
472 EXPECT_CALL(querier->reporting_client(), OnRecoverableError(_)).Times(3); in TEST_F()549 EXPECT_CALL(querier->reporting_client(), OnRecoverableError(_)).Times(1); in TEST_F()642 EXPECT_CALL(querier->reporting_client(), OnRecoverableError(_)).Times(1); in TEST_F()
301 reporting_client_->OnRecoverableError( in OnDomainFound()
333 reporting_client_->OnRecoverableError( in OnRecordChanged()
116 void OnRecoverableError(Error error) override { in OnRecoverableError() function in openscreen::cast::__anon5cbb65430111::FailOnErrorReporting
312 reporting_client_->OnRecoverableError( in Update()