Searched refs:SendRequest (Results 1 - 25 of 31) sorted by relevance

12

/external/libweave/src/notification/
H A Dxmpp_iq_stanza_handler_unittest.cc84 TEST_F(IqStanzaHandlerTest, SendRequest) {
87 iq_stanza_handler_.SendRequest("set", "", "", "<body/>", {}, {});
91 iq_stanza_handler_.SendRequest("get", "", "", "<body/>", {}, {});
95 iq_stanza_handler_.SendRequest("query", "foo@bar", "", "<body/>", {}, {});
99 iq_stanza_handler_.SendRequest("query", "", "foo@bar", "<body/>", {}, {});
103 iq_stanza_handler_.SendRequest("query", "foo@bar", "baz", "<body/>", {}, {});
126 iq_stanza_handler_.SendRequest("set", "", "", "<body/>",
128 iq_stanza_handler_.SendRequest("get", "", "", "<body/>",
144 iq_stanza_handler_.SendRequest("set", "", "", "<body/>",
146 iq_stanza_handler_.SendRequest("ge
[all...]
H A Dxmpp_iq_stanza_handler.h43 void SendRequest(const std::string& type,
H A Dxmpp_channel.cc189 iq_stanza_handler_->SendRequest(
235 iq_stanza_handler_->SendRequest(
251 iq_stanza_handler_->SendRequest(
H A Dxmpp_iq_stanza_handler.cc54 void IqStanzaHandler::SendRequest(const std::string& type, function in class:weave::IqStanzaHandler
/external/google-breakpad/src/common/linux/
H A Dgoogle_crashdump_uploader_test.cc50 MOCK_METHOD5(SendRequest,
90 SendRequest("http://foo.com",_,_,_,_)).Times(1).WillOnce(Return(true));
110 EXPECT_CALL(m, SendRequest(_,_,_,_,_)).Times(0);
H A Dhttp_upload.h61 static bool SendRequest(const string &url,
H A Dlibcurl_wrapper.h52 virtual bool SendRequest(const string& url,
H A Dgoogle_crashdump_uploader.cc196 return http_layer_->SendRequest(crash_server_,
H A Dlibcurl_wrapper.cc111 bool LibcurlWrapper::SendRequest(const string& url, function in class:google_breakpad::LibcurlWrapper
H A Dhttp_upload.cc57 bool HTTPUpload::SendRequest(const string &url, function in class:google_breakpad::HTTPUpload
/external/libweave/include/weave/provider/test/
H A Dmock_http_client.h30 MOCK_METHOD5(SendRequest,
/external/libweave/examples/provider/
H A Dcurl_http_client.h29 void SendRequest(Method method,
H A Dcurl_http_client.cc133 void CurlHttpClient::SendRequest(Method method, function in class:weave::examples::CurlHttpClient
/external/libweave/include/weave/provider/
H A Dhttp_client.h23 // HttpClient interface has only one method SendRequest(...) to implement.
27 // Implementation of the SendRequest(...) method should make a proper
46 // Implementation of the SendRequest(...) should be non-blocking, meaning it
49 // Callback should never be called before SendRequest(...) returns.
88 virtual void SendRequest(Method method,
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.h68 static bool SendRequest(const wstring &url,
/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Dclient.py14 __all__ = ['send_request_app', 'SendRequest']
16 class SendRequest: class in inherits:
177 send_request_app = SendRequest()
/external/google-breakpad/src/client/windows/sender/
H A Dcrash_report_sender.cc71 bool result = HTTPUpload::SendRequest(
/external/google-breakpad/src/tools/linux/symupload/
H A Dminidump_upload.cc67 bool success = HTTPUpload::SendRequest(options->uploadURLStr,
H A Dsym_upload.cc144 bool success = HTTPUpload::SendRequest(options->uploadURLStr,
/external/libweave/src/
H A Ddevice_registration_info_unittest.cc252 SendRequest(HttpClient::Method::kPost, dev_reg_->GetOAuthURL("token"),
273 SendRequest(HttpClient::Method::kPost, HasSubstr("upsertLocalAuthInfo"),
295 SendRequest(HttpClient::Method::kPost, dev_reg_->GetOAuthURL("token"),
324 SendRequest(HttpClient::Method::kPost, dev_reg_->GetOAuthURL("token"),
354 SendRequest(HttpClient::Method::kGet, dev_reg_->GetDeviceURL(),
414 SendRequest(HttpClient::Method::kPatch,
491 SendRequest(HttpClient::Method::kPost,
512 SendRequest(HttpClient::Method::kPost, dev_reg_->GetOAuthURL("token"),
535 SendRequest(HttpClient::Method::kPost, HasSubstr("upsertLocalAuthInfo"),
651 SendRequest(HttpClien
[all...]
/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(),
H A Dhttp_utils.h80 BRILLO_EXPORT RequestID SendRequest(
95 BRILLO_EXPORT RequestID SendRequest(
/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...]
/external/google-breakpad/src/tools/windows/symupload/
H A Dsymupload.cc235 if (!HTTPUpload::SendRequest(argv[currentarg], parameters,
/external/webrtc/webrtc/base/
H A Dsocketadapters.h121 void SendRequest();

Completed in 3556 milliseconds

12