Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h422 …int32_t RegUnRegNetDetectionCallback(int32_t netId, const sptr<INetDetectionCallback> &callback, b…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp314 return RegUnRegNetDetectionCallback(netId, callback, true); in RegisterNetDetectionCallback()
343 return RegUnRegNetDetectionCallback(netId, callback, false); in UnRegisterNetDetectionCallback()
346 int32_t NetConnService::RegUnRegNetDetectionCallback(int32_t netId, const sptr<INetDetectionCallbac… in RegUnRegNetDetectionCallback() function in OHOS::NetManagerStandard::NetConnService