OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpSender
(Results
1 - 2
of
2
) 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,
Completed in 171 milliseconds