Searched refs:HandleDetectionResult (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_hievent_test.cpp | 41 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
|
H A D | net_conn_service_test.cpp | 670 NetConnService::GetInstance()->HandleDetectionResult(TEST_NOTEXISTSUPPLIER, VERIFICATION_STATE); 671 NetConnService::GetInstance()->HandleDetectionResult(g_supplierId, VERIFICATION_STATE);
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 258 void HandleDetectionResult(uint32_t supplierId, NetDetectionStatus netState);
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 447 std::bind(&NetConnService::HandleDetectionResult, shared_from_this(), in RegisterNetSupplierAsync() 1338 void NetConnService::HandleDetectionResult(uint32_t supplierId, NetDetectionStatus netState) in HandleDetectionResult() function in OHOS::NetManagerStandard::NetConnService
|