Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/include/
Dnet_conn_service.h381 int32_t NetDetectionAsync(int32_t netId);
/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnet_conn_service.cpp315 …EventHandler_->PostSyncTask([this, netId, &result]() { result = this->NetDetectionAsync(netId); }); in NetDetection()
669 int32_t NetConnService::NetDetectionAsync(int32_t netId) in NetDetectionAsync() function in OHOS::NetManagerStandard::NetConnService