Home
last modified time | relevance | path

Searched refs:SendRequest (Results 1 – 25 of 26) sorted by relevance

12

/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader_test.cc50 MOCK_METHOD5(SendRequest,
90 SendRequest("http://foo.com",_,_,_,_)).Times(1).WillOnce(Return(true)); in TEST_F()
110 EXPECT_CALL(m, SendRequest(_,_,_,_,_)).Times(0); in TEST_F()
Dhttp_upload.h61 static bool SendRequest(const string &url,
Dlibcurl_wrapper.h52 virtual bool SendRequest(const string& url,
Dgoogle_crashdump_uploader.cc196 return http_layer_->SendRequest(crash_server_, in Upload()
Dlibcurl_wrapper.cc111 bool LibcurlWrapper::SendRequest(const string& url, in SendRequest() function in google_breakpad::LibcurlWrapper
Dhttp_upload.cc57 bool HTTPUpload::SendRequest(const string &url, in SendRequest() function in google_breakpad::HTTPUpload
/external/libbrillo/brillo/http/
Dhttp_utils.cc122 RequestID SendRequest(const std::string& method, in SendRequest() function
147 RequestID SendRequest(const std::string& method, in SendRequest() function
156 return SendRequest(method, in SendRequest()
172 return SendRequest(method, in SendRequestWithNoData()
207 return SendRequest(request_type::kPost, in PostBinary()
225 return SendRequest(request_type::kPost, in PostBinary()
370 return SendRequest(request_type::kPatch, url, data.c_str(), data.size(), in PatchJson()
Dhttp_utils.h80 BRILLO_EXPORT RequestID SendRequest(
95 BRILLO_EXPORT RequestID SendRequest(
/external/webrtc/webrtc/p2p/base/
Dturnport.cc255 SendRequest(&bye, 0); in ~TurnPort()
313 SendRequest(new TurnAllocateRequest(this), 0); in PrepareAddress()
408 SendRequest(new TurnAllocateRequest(this), 0); in OnSocketConnect()
758 SendRequest(new TurnAllocateRequest(this), 0); in OnMessage()
875 SendRequest(new TurnRefreshRequest(this), delay); in ScheduleRefresh()
880 void TurnPort::SendRequest(StunRequest* req, int delay) { in SendRequest() function in cricket::TurnPort
1151 port_->SendRequest(new TurnAllocateRequest(port_), 0); in OnAuthChallenge()
1247 port_->SendRequest(new TurnRefreshRequest(port_), 0); in OnErrorResponse()
1405 port_->SendRequest(new TurnCreatePermissionRequest(port_, this, ext_addr_), in SendCreatePermissionRequest()
1410 port_->SendRequest(new TurnChannelBindRequest( in SendChannelBindRequest()
Dturnport.h230 void SendRequest(StunRequest* request, int delay);
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go17949 return gensupport.SendRequest(c.ctx_, c.s.client, req)
18140 return gensupport.SendRequest(c.ctx_, c.s.client, req)
18367 return gensupport.SendRequest(c.ctx_, c.s.client, req)
18627 return gensupport.SendRequest(c.ctx_, c.s.client, req)
18823 return gensupport.SendRequest(c.ctx_, c.s.client, req)
18990 return gensupport.SendRequest(c.ctx_, c.s.client, req)
19163 return gensupport.SendRequest(c.ctx_, c.s.client, req)
19390 return gensupport.SendRequest(c.ctx_, c.s.client, req)
19601 return gensupport.SendRequest(c.ctx_, c.s.client, req)
19764 return gensupport.SendRequest(c.ctx_, c.s.client, req)
[all …]
/external/grpc-grpc/test/cpp/end2end/
Dshutdown_test.cc99 void SendRequest() { in SendRequest() function in grpc::testing::ShutdownTest
147 std::thread thr(std::bind(&ShutdownTest::SendRequest, this)); in TEST_P()
/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go1887 return gensupport.SendRequest(c.ctx_, c.s.client, req)
2020 return gensupport.SendRequest(c.ctx_, c.s.client, req)
2170 return gensupport.SendRequest(c.ctx_, c.s.client, req)
2323 return gensupport.SendRequest(c.ctx_, c.s.client, req)
2470 return gensupport.SendRequest(c.ctx_, c.s.client, req)
2626 return gensupport.SendRequest(c.ctx_, c.s.client, req)
2788 return gensupport.SendRequest(c.ctx_, c.s.client, req)
2952 return gensupport.SendRequest(c.ctx_, c.s.client, req)
3130 return gensupport.SendRequest(c.ctx_, c.s.client, req)
3317 return gensupport.SendRequest(c.ctx_, c.s.client, req)
[all …]
/external/syzkaller/vendor/google.golang.org/api/gensupport/
Dsend.go35 func SendRequest(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, erro… func
Dresumable.go89 return SendRequest(ctx, rx.Client, req)
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_sync_methods.mojom43 SendRequest(associated TestSync& request);
/external/google-breakpad/src/common/windows/
Dhttp_upload.h68 static bool SendRequest(const wstring &url,
Dhttp_upload.cc65 bool HTTPUpload::SendRequest(const wstring &url, in SendRequest() function in google_breakpad::HTTPUpload
/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.cc71 bool result = HTTPUpload::SendRequest( in SendCrashReport()
/external/google-breakpad/src/tools/linux/symupload/
Dminidump_upload.cc67 bool success = HTTPUpload::SendRequest(options->uploadURLStr, in Start()
Dsym_upload.cc144 bool success = HTTPUpload::SendRequest(options->uploadURLStr, in Start()
/external/webrtc/webrtc/base/
Dsocketadapters.cc308 SendRequest(); in OnConnectEvent()
370 void AsyncHttpsProxySocket::SendRequest() { in SendRequest() function in rtc::AsyncHttpsProxySocket
497 SendRequest(); in EndResponse()
Dsocketadapters.h121 void SendRequest();
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc235 if (!HTTPUpload::SendRequest(argv[currentarg], parameters, in wmain()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dsync_method_unittest.cc160 void SendRequest(TestSyncAssociatedRequest request) override { in SendRequest() function in mojo::test::__anonfc7565510111::TestSyncMasterImpl
353 master_ptr_->SendRequest(std::move(asso_request_)); in SetUp()

12