Searched refs:ProbeThread (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | probe_thread.cpp | 54 ProbeThread::ProbeThread(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo, in ProbeThread() function in OHOS::NetManagerStandard::ProbeThread 63 ProbeThread::~ProbeThread() in ~ProbeThread() 70 void ProbeThread::Start() in Start() 74 std::shared_ptr<ProbeThread> probeThead = shared_from_this(); in Start() 81 void ProbeThread::SendHttpProbe(ProbeType probeType) in SendHttpProbe() 125 bool ProbeThread::IsConclusiveResult() in IsConclusiveResult() 147 void ProbeThread::ProbeWithoutGlobalHttpProxy() in ProbeWithoutGlobalHttpProxy() 152 NetHttpProbeResult ProbeThread::GetHttpProbeResult() in GetHttpProbeResult() 157 NetHttpProbeResult ProbeThread::GetHttpsProbeResult() in GetHttpsProbeResult() 162 bool ProbeThread::IsDetecting() in IsDetecting() [all …]
|
H A D | net_monitor.cpp | 170 std::shared_ptr<ProbeThread> primaryHttpThread = std::make_shared<ProbeThread>( in SendProbe() 172 std::shared_ptr<ProbeThread> primaryHttpsThread = std::make_shared<ProbeThread>( in SendProbe() 194 …std::shared_ptr<ProbeThread> fallbackHttpThread = std::make_shared<ProbeThread>(netId_, netBearTyp… in SendProbe() 196 …std::shared_ptr<ProbeThread> fallbackHttpsThread = std::make_shared<ProbeThread>(netId_, netBearTy… in SendProbe() 213 NetHttpProbeResult NetMonitor::GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, Pro… in GetThreadDetectResult()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | probe_thread.h | 36 class ProbeThread : public virtual RefBase, public std::enable_shared_from_this<ProbeThread> { 39 ProbeThread(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo, 47 ~ProbeThread();
|
H A D | net_monitor.h | 94 …NetHttpProbeResult GetThreadDetectResult(std::shared_ptr<ProbeThread>& probeThread, ProbeType prob…
|