Searched defs:SendRequest (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dhttp_upload.cc57 bool HTTPUpload::SendRequest(const string &url, function in class:google_breakpad::HTTPUpload
H A Dlibcurl_wrapper.cc111 bool LibcurlWrapper::SendRequest(const string& url, function in class:google_breakpad::LibcurlWrapper
/external/libbrillo/brillo/http/
H A Dhttp_utils.cc122 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 Dsocketadapters.cc308 SendRequest();
370 void AsyncHttpsProxySocket::SendRequest() { function in class:rtc::AsyncHttpsProxySocket
497 SendRequest();
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc65 bool HTTPUpload::SendRequest(const wstring &url, function in class:google_breakpad::HTTPUpload
/external/webrtc/webrtc/p2p/base/
H A Dturnport.cc255 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