Searched refs:netDetectionResult_ (Results 1 – 2 of 2) sorted by relevance
35 netDetectionResult_ = static_cast<int32_t>(NetDetectionResultCode::NET_DETECTION_FAIL); in WaitFor()43 netDetectionResult_ = static_cast<int32_t>(detectionResult); in OnNetDetectionResultChanged()59 netDetectionResult_ << " urlRedirect:" << urlRedirect_ << std::endl; in OnNetDetectionResultChanged()
37 return netDetectionResult_; in GetNetDetectionResult()49 int32_t netDetectionResult_ = 0; variable