Searched refs:OnResponse (Results 1 – 8 of 8) sorted by relevance
/external/libweave/src/notification/ |
D | xmpp_iq_stanza_handler_unittest.cc | 61 MOCK_METHOD2(OnResponse, void(int id, const std::string&)); 70 OnResponse(id, response->children().front()->name()); in OnResponseCallback() 131 EXPECT_CALL(receiver_, OnResponse(1, "foo")); in TEST_F() 135 EXPECT_CALL(receiver_, OnResponse(2, "bar")); in TEST_F() 149 EXPECT_CALL(receiver_, OnResponse(2, "bar")); in TEST_F() 153 EXPECT_CALL(receiver_, OnResponse(1, "foo")); in TEST_F()
|
/external/webrtc/webrtc/p2p/base/ |
D | stunrequest_unittest.cc | 34 void OnResponse(StunMessage* res) { in OnResponse() function in StunRequestTest 82 virtual void OnResponse(StunMessage* res) { in OnResponse() function in StunRequestThunker 83 test_->OnResponse(res); in OnResponse()
|
D | turnport.cc | 64 void OnResponse(StunMessage* response) override; 82 void OnResponse(StunMessage* response) override; 99 void OnResponse(StunMessage* response) override; 118 void OnResponse(StunMessage* response) override; 1048 void TurnAllocateRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnAllocateRequest 1221 void TurnRefreshRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnRefreshRequest 1289 void TurnCreatePermissionRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnCreatePermissionRequest 1352 void TurnChannelBindRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::TurnChannelBindRequest
|
D | stunrequest.h | 112 virtual void OnResponse(StunMessage* response) {} in OnResponse() function
|
D | stunrequest.cc | 98 request->OnResponse(msg); in CheckResponse()
|
D | relayport.cc | 171 void OnResponse(StunMessage* response) override; 810 void AllocateRequest::OnResponse(StunMessage* response) { in OnResponse() function in cricket::AllocateRequest
|
D | stunport.cc | 52 virtual void OnResponse(StunMessage* response) override { in OnResponse() function in cricket::StunBindingRequest
|
D | port.cc | 733 void OnResponse(StunMessage* response) override { in OnResponse() function in cricket::ConnectionRequest
|