Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h438 …int32_t RegUnRegNetDetectionCallbackAsync(int32_t netId, const sptr<INetDetectionCallback> &callba…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp352 result = this->RegUnRegNetDetectionCallbackAsync(netId, callback, isReg); in RegUnRegNetDetectionCallback()
721 int32_t NetConnService::RegUnRegNetDetectionCallbackAsync(int32_t netId, const sptr<INetDetectionCa… in RegUnRegNetDetectionCallbackAsync() function in OHOS::NetManagerStandard::NetConnService