Home
last modified time | relevance | path

Searched refs:HandleDetectionResult (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_hievent_test.cpp41 void HandleDetectionResult(uint32_t supplierId, NetDetectionStatus netState);
57 std::bind(&NetConnHiEventTest::HandleDetectionResult, this, in GetNetwork()
100 void NetConnHiEventTest::HandleDetectionResult(uint32_t supplierId, NetDetectionStatus netState) {} in HandleDetectionResult() function in OHOS::NetManagerStandard::NetConnHiEventTest
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h261 void HandleDetectionResult(uint32_t supplierId, NetDetectionStatus netState);
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp695 NetConnService::GetInstance()->HandleDetectionResult(TEST_NOTEXISTSUPPLIER, VERIFICATION_STATE); in HWTEST_F()
696 NetConnService::GetInstance()->HandleDetectionResult(g_supplierId, VERIFICATION_STATE); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp696 NetConnService::GetInstance()->HandleDetectionResult(TEST_NOTEXISTSUPPLIER, VERIFICATION_STATE); in HWTEST_F()
697 NetConnService::GetInstance()->HandleDetectionResult(g_supplierId, VERIFICATION_STATE); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp459 std::bind(&NetConnService::HandleDetectionResult, shared_from_this(), in RegisterNetSupplierAsync()
1491 void NetConnService::HandleDetectionResult(uint32_t supplierId, NetDetectionStatus netState) in HandleDetectionResult() function in OHOS::NetManagerStandard::NetConnService
1493 NETMGR_LOG_I("Enter HandleDetectionResult, ifValid[%{public}d]", netState); in HandleDetectionResult()
1507 NETMGR_LOG_I("Enter HandleDetectionResult end"); in HandleDetectionResult()

Completed in 12 milliseconds