Home
last modified time | relevance | path

Searched defs:ServicePublisherError (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/osp/public/
Dservice_publisher.h20 struct ServicePublisherError { struct
26 ServicePublisherError(); argument
31 ServicePublisherError& operator=(const ServicePublisherError& other); argument
33 Code error;
34 std::string message;
Dservice_publisher.cc11 ServicePublisherError::ServicePublisherError(Code error, in ServicePublisherError() function in openscreen::osp::ServicePublisherError
/external/openscreen/osp/demo/
Dosp_demo.cc155 void OnError(ServicePublisherError) override {} in OnError() argument