Home
last modified time | relevance | path

Searched defs:ServiceListenerError (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openscreen/osp/public/
H A Dservice_listener.h20 struct ServiceListenerError { struct
27 ServiceListenerError(); argument
32 ServiceListenerError& operator=(const ServiceListenerError& other); argument
34 Code error;
35 std::string message;
H A Dservice_listener.cc11 ServiceListenerError::ServiceListenerError(Code error, in ServiceListenerError() function in openscreen::osp::ServiceListenerError
/aosp_15_r20/external/openscreen/osp/demo/
H A Dosp_demo.cc99 void OnError(ServiceListenerError) override {} in OnError() argument
/aosp_15_r20/external/openscreen/osp/impl/presentation/
H A Dpresentation_controller.cc608 void Controller::OnError(ServiceListenerError) {} in OnError() argument