Searched refs:OnSocketInvalid (Results 1 – 6 of 6) sorted by relevance
16 void OnSocketInvalid(Error error) { ASSERT_TRUE(error.ok()) << error; } in OnSocketInvalid() function
63 virtual void OnSocketInvalid(Error error) = 0;
103 socket_subscriber_->OnSocketInvalid(error); in OnError()
122 void OnSocketInvalid(Error error) override;
109 void ReceiverSession::OnSocketInvalid(Error error) { in OnSocketInvalid() function in openscreen::cast::ReceiverSession
683 session_->OnSocketInvalid(Error::Code::kSocketBindFailure); in TEST_F()