Searched refs:ifValid (Results 1 – 3 of 3) sorted by relevance
66 NetDetectionHandler detectionHandler = [](uint32_t supplierId, bool ifValid) { in __anon617a131a0202() argument68 std::cout << " IfValid:" << ifValid << std::endl; in __anon617a131a0202()
59 NetDetectionHandler detectionHandler = [](uint32_t supplierId, bool ifValid) { in SetUpTestCase() argument61 std::cout << " IfValid:" << ifValid << std::endl; in SetUpTestCase()
1350 bool ifValid = netState == VERIFICATION_STATE; in HandleDetectionResult() local1351 if (!ifValid && defaultNetSupplier_ && defaultNetSupplier_->GetSupplierId() == supplierId) { in HandleDetectionResult()