HomeSort by relevance Sort by last modified time
    Searched defs:SendRequest (Results 1 - 16 of 16) sorted by null

  /bionic/libc/bionic/
bionic_netlink.cpp 56 bool NetlinkConnection::SendRequest(int type) {
  /external/google-breakpad/src/common/linux/
http_upload.cc 57 bool HTTPUpload::SendRequest(const string &url,
libcurl_wrapper.cc 111 bool LibcurlWrapper::SendRequest(const string& url,
  /external/libweave/src/notification/
xmpp_iq_stanza_handler.cc 54 void IqStanzaHandler::SendRequest(const std::string& type,
  /system/weaved/buffet/
http_transport_client.cc 83 void HttpTransportClient::SendRequest(Method method,
  /external/chromium-trace/catapult/third_party/WebOb/webob/
client.py 14 __all__ = ['send_request_app', 'SendRequest']
16 class SendRequest:
177 send_request_app = SendRequest()
  /packages/apps/Messaging/src/android/support/v7/mms/
SendRequest.java 40 class SendRequest extends MmsRequest {
47 SendRequest(final String locationUrl, final Uri pduUri, final PendingIntent sentIntent) {
149 public static final Parcelable.Creator<SendRequest> CREATOR
150 = new Parcelable.Creator<SendRequest>() {
151 public SendRequest createFromParcel(Parcel in) {
152 return new SendRequest(in);
155 public SendRequest[] newArray(int size) {
156 return new SendRequest[size];
160 private SendRequest(Parcel in) {
  /external/libweave/examples/provider/
curl_http_client.cc 133 void CurlHttpClient::SendRequest(Method method,
  /external/libbrillo/brillo/http/
http_utils.cc 122 RequestID SendRequest(const std::string& method,
147 RequestID SendRequest(const std::string& method,
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(),
  /system/connectivity/shill/
active_link_monitor.cc 149 Bind(&ActiveLinkMonitor::SendRequest, Unretained(this)));
308 void ActiveLinkMonitor::SendRequest() {
  /art/runtime/jdwp/
jdwp_main.cc 180 void JdwpState::SendRequest(ExpandBuf* pReq) {
  /external/google-breakpad/src/common/windows/
http_upload.cc 65 bool HTTPUpload::SendRequest(const wstring &url,
  /external/webrtc/webrtc/base/
socketadapters.cc 308 SendRequest();
370 void AsyncHttpsProxySocket::SendRequest() {
497 SendRequest();
  /packages/services/Mms/src/com/android/mms/service/
SendRequest.java 56 public class SendRequest extends MmsRequest {
62 public SendRequest(RequestManager manager, int subId, Uri contentUri, String locationUrl,
  /system/core/adb/
file_sync_client.cpp 143 bool SendRequest(int id, const char* path_and_mode) {
146 Error("SendRequest failed: path too long: %zu", path_length);
210 if (!SendRequest(ID_SEND, path_and_mode)) {
402 return SendRequest(ID_QUIT, ""); // TODO: add a SendResponse?
437 if (!sc.SendRequest(ID_LIST, path)) return false;
473 return sc.SendRequest(ID_STAT, path) && sync_finish_stat(sc, timestamp, mode, size);
526 if (!sc.SendRequest(ID_RECV, rpath)) return false;
679 if (!sc.SendRequest(ID_STAT, ci.rpath.c_str())) {
    [all...]
  /external/webrtc/webrtc/p2p/base/
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) {
    [all...]

Completed in 743 milliseconds