Home
last modified time | relevance | path

Searched refs:kConnectionFailed (Results 1 – 7 of 7) sorted by relevance

/external/openscreen/cast/receiver/channel/
Dreceiver_socket_factory.cc42 client_->OnError(this, Error(Error::Code::kConnectionFailed, in OnConnectionFailed()
/external/openscreen/discovery/mdns/
Dmdns_sender_unittest.cc159 Error error = Error(Error::Code::kConnectionFailed, "error message"); in TEST_F()
/external/libchrome/mojo/core/
Dchannel.h235 kConnectionFailed, enumerator
Dchannel_posix.cc433 OnError(Error::kConnectionFailed); in OnFileCanReadWithoutBlocking()
/external/openscreen/cast/sender/channel/
Dsender_socket_factory.cc114 client_->OnError(this, remote_address, Error::Code::kConnectionFailed); in OnConnectionFailed()
/external/openscreen/platform/base/
Derror.h54 kConnectionFailed, enumerator
Derror.cc91 case Error::Code::kConnectionFailed: in operator <<()