Searched refs:error_event (Results 1 – 2 of 2) sorted by relevance
30 int XServerErrorHandler(Display* display, XErrorEvent* error_event) { in XServerErrorHandler() argument32 g_last_xserver_error_code = error_event->error_code; in XServerErrorHandler()
576 const cricket::IceCandidateErrorEvent& error_event() const { in error_event() function in webrtc::__anon604774fb0111::PeerConnectionWrapper5285 EXPECT_EQ_WAIT(401, caller()->error_event().error_code, kDefaultTimeout); in TEST_P()5286 EXPECT_EQ("Unauthorized", caller()->error_event().error_text); in TEST_P()5287 EXPECT_EQ("turn:88.88.88.0:3478?transport=udp", caller()->error_event().url); in TEST_P()5288 EXPECT_NE(caller()->error_event().address, ""); in TEST_P()5316 EXPECT_EQ_WAIT(701, caller()->error_event().error_code, kDefaultTimeout); in TEST_P()5317 EXPECT_EQ(caller()->error_event().address, ""); in TEST_P()