Home
last modified time | relevance | path

Searched refs:ServiceListenerError (Results 1 – 9 of 9) sorted by relevance

/external/openscreen/osp/public/
Dservice_listener.cc10 ServiceListenerError::ServiceListenerError() = default;
11 ServiceListenerError::ServiceListenerError(Code error, in ServiceListenerError() function in openscreen::osp::ServiceListenerError
14 ServiceListenerError::ServiceListenerError(const ServiceListenerError& other) =
16 ServiceListenerError::~ServiceListenerError() = default;
18 ServiceListenerError& ServiceListenerError::operator=(
19 const ServiceListenerError& other) = default;
Dservice_listener.h20 struct ServiceListenerError { struct
27 ServiceListenerError(); argument
28 ServiceListenerError(Code error, const std::string& message);
29 ServiceListenerError(const ServiceListenerError& other);
30 ~ServiceListenerError();
32 ServiceListenerError& operator=(const ServiceListenerError& other); argument
98 virtual void OnError(ServiceListenerError) = 0;
144 const ServiceListenerError& last_error() const { return last_error_; } in last_error()
153 ServiceListenerError last_error_;
/external/openscreen/osp/impl/
Dservice_listener_impl.h53 void OnError(ServiceListenerError error);
Dservice_listener_impl.cc99 void ServiceListenerImpl::OnError(ServiceListenerError error) { in OnError()
Dservice_listener_impl_unittest.cc40 MOCK_METHOD1(OnError, void(ServiceListenerError));
Dmdns_responder_service_unittest.cc162 MOCK_METHOD1(OnError, void(ServiceListenerError));
/external/openscreen/osp/public/presentation/
Dpresentation_controller.h203 void OnError(ServiceListenerError) override;
/external/openscreen/osp/demo/
Dosp_demo.cc99 void OnError(ServiceListenerError) override {} in OnError() argument
/external/openscreen/osp/impl/presentation/
Dpresentation_controller.cc608 void Controller::OnError(ServiceListenerError) {} in OnError() argument