Searched refs:httpProbeUrl_ (Results 1 – 2 of 2) sorted by relevance
57 …: netId_(netId), probeType_(probeType), latch_(latch), latchAll_(latchAll), httpProbeUrl_(httpUrl), in ProbeThread()83 if (httpProbeUrl_.empty() || httpsProbeUrl_.empty()) { in SendHttpProbe()99 if (httpProbe_->SendProbe(probeType, httpProbeUrl_, httpsProbeUrl_) != NETMANAGER_SUCCESS) { in SendHttpProbe()
104 std::string httpProbeUrl_; variable