Home
last modified time | relevance | path

Searched refs:NetDetectionAsync (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h442 int32_t NetDetectionAsync(int32_t netId);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp397 …EventHandler_->PostSyncTask([this, netId, &result]() { result = this->NetDetectionAsync(netId); }); in NetDetection()
837 int32_t NetConnService::NetDetectionAsync(int32_t netId) in NetDetectionAsync() function in OHOS::NetManagerStandard::NetConnService