Searched defs:SendRequest (Results 1 - 6 of 6) sorted by relevance
/external/google-breakpad/src/common/linux/ |
H A D | http_upload.cc | 57 bool HTTPUpload::SendRequest(const string &url, function in class:google_breakpad::HTTPUpload
|
H A D | libcurl_wrapper.cc | 111 bool LibcurlWrapper::SendRequest(const string& url, function in class:google_breakpad::LibcurlWrapper
|
/external/libbrillo/brillo/http/ |
H A D | http_utils.cc | 122 RequestID SendRequest(const std::string& method, function in namespace:brillo::http 147 RequestID SendRequest(const std::string& method, function in namespace:brillo::http 156 return SendRequest(method, 172 return SendRequest(method, 207 return SendRequest(request_type::kPost, 225 return SendRequest(request_type::kPost, 370 return SendRequest(request_type::kPatch, url, data.c_str(), data.size(),
|
/external/webrtc/webrtc/base/ |
H A D | socketadapters.cc | 308 SendRequest(); 370 void AsyncHttpsProxySocket::SendRequest() { function in class:rtc::AsyncHttpsProxySocket 497 SendRequest();
|
/external/google-breakpad/src/common/windows/ |
H A D | http_upload.cc | 65 bool HTTPUpload::SendRequest(const wstring &url, function in class:google_breakpad::HTTPUpload
|
/external/webrtc/webrtc/p2p/base/ |
H A D | turnport.cc | 255 SendRequest(&bye, 0); 313 SendRequest(new TurnAllocateRequest(this), 0); 408 SendRequest(new TurnAllocateRequest(this), 0); 758 SendRequest(new TurnAllocateRequest(this), 0); 875 SendRequest(new TurnRefreshRequest(this), delay); 880 void TurnPort::SendRequest(StunRequest* req, int delay) { function in class:cricket::TurnPort 1151 port_->SendRequest(new TurnAllocateRequest(port_), 0); 1247 port_->SendRequest(new TurnRefreshRequest(port_), 0); 1405 port_->SendRequest(new TurnCreatePermissionRequest(port_, this, ext_addr_), 1410 port_->SendRequest(ne [all...] |
Completed in 323 milliseconds