Home
last modified time | relevance | path

Searched refs:RegUnRegNetDetectionCallback (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h441 int32_t RegUnRegNetDetectionCallback(int32_t netId, const sptr<INetDetectionCallback> &callback, bool isReg);
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp322 return RegUnRegNetDetectionCallback(netId, callback, true); in RegisterNetDetectionCallback()
352 return RegUnRegNetDetectionCallback(netId, callback, false); in UnRegisterNetDetectionCallback()
355 int32_t NetConnService::RegUnRegNetDetectionCallback(int32_t netId, const sptr<INetDetectionCallback> &callback, in RegUnRegNetDetectionCallback() function in OHOS::NetManagerStandard::NetConnService
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp975 ret = NetConnService::GetInstance()->RegUnRegNetDetectionCallback(testInt, detectionCallback, false); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp977 ret = NetConnService::GetInstance()->RegUnRegNetDetectionCallback(testInt, detectionCallback, false); in HWTEST_F()

Completed in 21 milliseconds