Searched refs:RegUnRegNetDetectionCallback (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 441 int32_t RegUnRegNetDetectionCallback(int32_t netId, const sptr<INetDetectionCallback> &callback, bool isReg);
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 322 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 D | net_conn_service_test.cpp | 975 ret = NetConnService::GetInstance()->RegUnRegNetDetectionCallback(testInt, detectionCallback, false); in HWTEST_F()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_service_test.cpp | 977 ret = NetConnService::GetInstance()->RegUnRegNetDetectionCallback(testInt, detectionCallback, false); in HWTEST_F()
|
Completed in 11 milliseconds