Searched refs:ServiceListenerError (Results 1 – 9 of 9) sorted by relevance
10 ServiceListenerError::ServiceListenerError() = default;11 ServiceListenerError::ServiceListenerError(Code error, in ServiceListenerError() function in openscreen::osp::ServiceListenerError14 ServiceListenerError::ServiceListenerError(const ServiceListenerError& other) =16 ServiceListenerError::~ServiceListenerError() = default;18 ServiceListenerError& ServiceListenerError::operator=(19 const ServiceListenerError& other) = default;
20 struct ServiceListenerError { struct27 ServiceListenerError(); argument28 ServiceListenerError(Code error, const std::string& message);29 ServiceListenerError(const ServiceListenerError& other);30 ~ServiceListenerError();32 ServiceListenerError& operator=(const ServiceListenerError& other); argument98 virtual void OnError(ServiceListenerError) = 0;144 const ServiceListenerError& last_error() const { return last_error_; } in last_error()153 ServiceListenerError last_error_;
53 void OnError(ServiceListenerError error);
99 void ServiceListenerImpl::OnError(ServiceListenerError error) { in OnError()
40 MOCK_METHOD1(OnError, void(ServiceListenerError));
162 MOCK_METHOD1(OnError, void(ServiceListenerError));
203 void OnError(ServiceListenerError) override;
99 void OnError(ServiceListenerError) override {} in OnError() argument
608 void Controller::OnError(ServiceListenerError) {} in OnError() argument