Home
last modified time | relevance | path

Searched refs:OnResponse (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/p2p/base/
Dstun_request_unittest.cc57 void OnResponse(StunMessage* res) { in OnResponse() function in cricket::StunRequestTest
89 virtual void OnResponse(StunMessage* res) { test_->OnResponse(res); } in OnResponse() function in cricket::StunRequestThunker
Dturn_port.cc103 void OnResponse(StunMessage* response) override;
120 void OnResponse(StunMessage* response) override;
135 void OnResponse(StunMessage* response) override;
153 void OnResponse(StunMessage* response) override;
1347 void TurnAllocateRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnAllocateRequest
1537 void TurnRefreshRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnRefreshRequest
1634 void TurnCreatePermissionRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnCreatePermissionRequest
1707 void TurnChannelBindRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnChannelBindRequest
Dstun_request.h131 virtual void OnResponse(StunMessage* response) {} in OnResponse() function
Dstun_request.cc149 request->OnResponse(msg); in CheckResponse()
Dstun_port.cc73 void OnResponse(StunMessage* response) override { in OnResponse() function in cricket::StunBindingRequest
Dconnection.cc169 void OnResponse(StunMessage* response) override;
185 void Connection::ConnectionRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::Connection::ConnectionRequest
/external/webrtc/test/network/
Dcross_traffic.h114 void OnResponse(TcpPacket packet_info, Timestamp at_time);
150 void OnResponse(int sequence_number, Timestamp at_time) override;
Dcross_traffic.cc140 OnResponse(std::move(packet), arrival_time); in __anoncc2497100402()
189 void TcpMessageRouteImpl::OnResponse(TcpPacket packet_info, Timestamp at_time) { in OnResponse() function in webrtc::test::TcpMessageRouteImpl
270 void FakeTcpCrossTraffic::OnResponse(int sequence_number, Timestamp at_time) { in OnResponse() function in webrtc::test::FakeTcpCrossTraffic
Dfeedback_generator.h44 void OnResponse(std::vector<PacketResult> packet_results,
Dfeedback_generator.cc83 void FeedbackGeneratorImpl::OnResponse(std::vector<PacketResult> packet_results, in OnResponse() function in webrtc::FeedbackGeneratorImpl
Dnetwork_emulation.h438 virtual void OnResponse(ResponsePacketType, Timestamp) = 0;
451 handler_->OnResponse(std::move(packet), arrival_time);
/external/libchrome/dbus/
Dmock_unittest.cc74 void OnResponse(Response* response) { in OnResponse() function in dbus::MockTest
207 base::Bind(&MockTest::OnResponse, in TEST_F()
Dend_to_end_async_unittest.cc162 base::Bind(&EndToEndAsyncTest::OnResponse, in CallMethod()
173 base::Bind(&EndToEndAsyncTest::OnResponse, base::Unretained(this)), in CallMethodWithErrorCallback()
186 void OnResponse(Response* response) { in OnResponse() function in dbus::EndToEndAsyncTest