Home
last modified time | relevance | path

Searched refs:NEW_LINE_STR (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp55 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 Dnet_conn_service.cpp65 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 Ddns_quality_diag.cpp33 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