Home
last modified time | relevance | path

Searched refs:fallbackHttpUrl_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp195 …netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTP_FALLBACK, fallbackHttpUrl_, fallbackHttpsUrl_… in SendProbe()
197 …netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTPS_FALLBACK, fallbackHttpUrl_, fallbackHttpsUrl… in SendProbe()
304 fallbackHttpUrl_ = content.substr(pos, content.find(NEW_LINE_STR, pos) - pos); in GetHttpProbeUrlFromConfig()
313 … " fallback https url:[%{public}s]", httpUrl_.c_str(), httpsUrl_.c_str(), fallbackHttpUrl_.c_str(), in GetHttpProbeUrlFromConfig()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_monitor_test.cpp88 EXPECT_FALSE(instance_->fallbackHttpUrl_.empty());
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_monitor.h115 std::string fallbackHttpUrl_; variable