Searched refs:NEW_LINE_STR (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_monitor.cpp | 55 constexpr const char NEW_LINE_STR = '\n'; member 286 httpUrl_ = content.substr(pos, content.find(NEW_LINE_STR, pos) - pos); in GetHttpProbeUrlFromConfig() 296 httpsUrl_ = content.substr(pos, content.find(NEW_LINE_STR, pos) - pos); in GetHttpProbeUrlFromConfig() 302 fallbackHttpUrl_ = content.substr(pos, content.find(NEW_LINE_STR, pos) - pos); in GetHttpProbeUrlFromConfig() 308 fallbackHttpsUrl_ = content.substr(pos, content.find(NEW_LINE_STR, pos) - pos); in GetHttpProbeUrlFromConfig() 333 std::string value = content.substr(pos, content.find(NEW_LINE_STR, pos) - pos); in GetDetectUrlConfig()
|
H A D | net_conn_service.cpp | 65 constexpr const char NEW_LINE_STR = '\n'; member 2085 httpUrl = content.substr(pos, content.find(NEW_LINE_STR, pos) - pos); in GetHttpUrlFromConfig()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_quality_diag.cpp | 33 const char NEW_LINE_STR = '\n';
member 291 queryAddr = content.substr(pos, content.find(NEW_LINE_STR, pos) - pos);
in load_query_addr()
|
Completed in 6 milliseconds