Home
last modified time | relevance | path

Searched refs:isNeedSuffix_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp289 if (isNeedSuffix_) { in GetHttpProbeUrlFromConfig()
377 isNeedSuffix_ = value.compare(ADD_RANDOM_CFG_VALUE) == 0; in GetDetectUrlConfig()
379 NETMGR_LOG_I("is need add suffix (%{public}d)", isNeedSuffix_); in GetDetectUrlConfig()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_monitor.h119 bool isNeedSuffix_ = false; variable