/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | net_manager_native_test.cpp | 90 auto ret = instance_->NetworkDelUids(netId, uidRanges); in HWTEST_F()
|
H A D | netsys_controller_test.cpp | 466 ret = instance_->NetworkDelUids(0, beginUids, endUids); in HWTEST_F() 963 ret = instance_->NetworkDelUids(netId, beginUids, endUids); in HWTEST_F() 970 ret = instance_->NetworkDelUids(netId, beginUids, endUids); in HWTEST_F()
|
H A D | netsys_native_client_test.cpp | 281 nativeClient_.NetworkDelUids(NET_ID, uidRanges); in HWTEST_F()
|
H A D | netsys_native_service_test.cpp | 680 ret = instance_->NetworkDelUids(netId, uidRanges); in HWTEST_F()
|
H A D | netsys_controller_service_impl_test.cpp | 256 ret = instance_->NetworkDelUids(5, uidRanges); in HWTEST_F()
|
H A D | netsys_native_service_stub_test.cpp | 188 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) override
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 98 virtual int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) = 0;
|
H A D | netsys_native_service_proxy.h | 64 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) override;
|
/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 88 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) override;
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 65 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges);
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/ |
H A D | netsys_native_service_stub_test.cpp | 166 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) override
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_service_impl.h | 67 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) override;
|
H A D | i_netsys_controller_service.h | 93 virtual int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) = 0;
|
H A D | netsys_controller.h | 76 int32_t NetworkDelUids(int32_t netId, const std::vector<int32_t> &beginUids, const std::vector<int32_t> &endUids);
|
H A D | netsys_native_client.h | 94 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges);
|
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | net_vpn_impl.cpp | 169 if (NetsysController::GetInstance().NetworkDelUids(netId_, beginUids_, endUids_)) { in Destroy()
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller.cpp | 178 int32_t NetsysController::NetworkDelUids(int32_t netId, const std::vector<int32_t> &beginUids, in NetworkDelUids() function in OHOS::NetManagerStandard::NetsysController 196 return netsysService_->NetworkDelUids(netId, uidRanges); in NetworkDelUids()
|
H A D | netsys_controller_service_impl.cpp | 100 int32_t NetsysControllerServiceImpl::NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) in NetworkDelUids() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 103 return netsysClient_.NetworkDelUids(netId, uidRanges); in NetworkDelUids()
|
H A D | netsys_native_client.cpp | 310 int32_t NetsysNativeClient::NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) in NetworkDelUids() function in OHOS::NetManagerStandard::NetsysNativeClient 318 return proxy->NetworkDelUids(netId, uidRanges); in NetworkDelUids()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 345 int32_t NetsysNativeService::NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) in NetworkDelUids() function in OHOS::NetsysNative::NetsysNativeService 347 int32_t result = netsysService_->NetworkDelUids(netId, uidRanges); in NetworkDelUids() 348 NETNATIVE_LOG_D("NetworkDelUids out."); in NetworkDelUids()
|
H A D | netsys_native_service_stub.cpp | 814 int32_t result = NetworkDelUids(netId, uidRanges); in CmdNetworkDelUids() 818 NETNATIVE_LOG_D("NetworkDelUids has recved result %{public}d", result); in CmdNetworkDelUids()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | net_manager_native.cpp | 142 int32_t NetManagerNative::NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) in NetworkDelUids() function in OHOS::nmd::NetManagerNative
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 748 int32_t NetsysNativeServiceProxy::NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) in NetworkDelUids() function in OHOS::NetsysNative::NetsysNativeServiceProxy 773 NETNATIVE_LOGE("NetworkDelUids proxy SendRequest failed, error code: [%{public}d]", ret); in NetworkDelUids()
|