Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_supplier_test/
H A Dnet_supplier_test.cpp64 NetDetectionHandler detectionHandler = [](uint32_t supplierId, bool ifValid) { in HWTEST_F()
66 std::cout << " IfValid:" << ifValid << std::endl; in HWTEST_F()
104 NetDetectionHandler detectionHandler = [](uint32_t supplierId, bool ifValid) {}; in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnetwork_test.cpp59 NetDetectionHandler detectionHandler = [](uint32_t supplierId, bool ifValid) { in SetUpTestCase()
61 std::cout << " IfValid:" << ifValid << std::endl; in SetUpTestCase()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1493 NETMGR_LOG_I("Enter HandleDetectionResult, ifValid[%{public}d]", netState); in HandleDetectionResult()
1503 bool ifValid = netState == VERIFICATION_STATE; in HandleDetectionResult() local
1504 if (!ifValid && defaultNetSupplier_ && defaultNetSupplier_->GetSupplierId() == supplierId) { in HandleDetectionResult()

Completed in 6 milliseconds