OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:server_url_
(Results
1 - 4
of
4
) sorted by null
/system/core/metricsd/uploader/
sender_http.h
36
const std::string
server_url_
;
member in class:HttpSender
sender_http.cc
27
:
server_url_
(server_url) {}
37
server_url_
,
/external/webrtc/webrtc/base/
autodetectproxy.h
38
server_url_
= url;
78
std::string
server_url_
;
member in class:rtc::AutoDetectProxy
autodetectproxy.cc
49
if (!
server_url_
.empty()) {
50
LOG(LS_INFO) << "GetProxySettingsForUrl(" <<
server_url_
<< ") - start";
51
GetProxyForUrl(agent_.c_str(),
server_url_
.c_str(), &proxy_);
Completed in 1124 milliseconds