Home
last modified time | relevance | path

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 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
H A Dnet_conn_service_test.cpp670 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 Dnet_conn_service.h258 void HandleDetectionResult(uint32_t supplierId, NetDetectionStatus netState);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp447 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