Searched refs:httpUrl_ (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_monitor.cpp | 171 netId_, netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTP, httpUrl_, httpsUrl_); in SendProbe() 173 netId_, netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTPS, httpUrl_, httpsUrl_); in SendProbe() 286 httpUrl_ = content.substr(pos, content.find(NEW_LINE_STR, pos) - pos); in GetHttpProbeUrlFromConfig() 289 httpUrl_ = httpUrl_ + std::string("_") + std::to_string(ranNum); in GetHttpProbeUrlFromConfig() 311 " fallback https url:[%{public}s]", httpUrl_.c_str(), httpsUrl_.c_str(), fallbackHttpUrl_.c_str(), in GetHttpProbeUrlFromConfig()
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_monitor.h | 113 std::string httpUrl_; member in OHOS::NetManagerStandard::NetMonitor
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/ |
H A D | net_monitor_test.cpp | 158 EXPECT_FALSE(instance_->httpUrl_.empty()); in HWTEST_F()
|
Completed in 2 milliseconds