Home
last modified time | relevance | path

Searched refs:kNoPresentationFound (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/osp/impl/presentation/
Dpresentation_controller.cc481 delegate->OnError(Error::Code::kNoPresentationFound); in ReconnectPresentation()
487 delegate->OnError(Error::Code::kNoPresentationFound); in ReconnectPresentation()
516 delegate->OnError(Error::Code::kNoPresentationFound); in ReconnectConnection()
546 return Error(Error::Code::kNoPresentationFound, ss.str()); in CloseConnection()
559 return Error::Code::kNoPresentationFound; in OnPresentationTerminated()
/external/openscreen/platform/base/
Derror.h41 kNoPresentationFound, enumerator
Derror.cc69 case Error::Code::kNoPresentationFound: in operator <<()