Home
last modified time | relevance | path

Searched refs:ifValid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_supplier_test.cpp66 NetDetectionHandler detectionHandler = [](uint32_t supplierId, bool ifValid) { in __anon617a131a0202() argument
68 std::cout << " IfValid:" << ifValid << std::endl; in __anon617a131a0202()
H A Dnetwork_test.cpp59 NetDetectionHandler detectionHandler = [](uint32_t supplierId, bool ifValid) { in SetUpTestCase() argument
61 std::cout << " IfValid:" << ifValid << std::endl; in SetUpTestCase()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1350 bool ifValid = netState == VERIFICATION_STATE; in HandleDetectionResult() local
1351 if (!ifValid && defaultNetSupplier_ && defaultNetSupplier_->GetSupplierId() == supplierId) { in HandleDetectionResult()