OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpSender
(Results
1 - 3
of
3
) sorted by null
/system/core/metricsd/uploader/
sender_http.h
27
class
HttpSender
: public Sender {
29
explicit
HttpSender
(std::string server_url);
30
~
HttpSender
() override = default;
38
DISALLOW_COPY_AND_ASSIGN(
HttpSender
);
sender_http.cc
26
HttpSender
::
HttpSender
(const std::string server_url)
29
bool
HttpSender
::Send(const std::string& content,
upload_service.cc
50
sender_(new
HttpSender
(server)),
Completed in 3153 milliseconds