Searched defs:ServiceListenerError (Results 1 – 4 of 4) sorted by relevance
20 struct ServiceListenerError { struct27 ServiceListenerError(); argument32 ServiceListenerError& operator=(const ServiceListenerError& other); argument34 Code error;35 std::string message;
11 ServiceListenerError::ServiceListenerError(Code error, in ServiceListenerError() function in openscreen::osp::ServiceListenerError
99 void OnError(ServiceListenerError) override {} in OnError() argument
608 void Controller::OnError(ServiceListenerError) {} in OnError() argument