/ohos5.0/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);
|
H A D | netsys_controller_test.cpp | 465 ret = instance_->NetworkDelUids(0, beginUids, endUids); 947 ret = instance_->NetworkDelUids(netId, beginUids, endUids); 954 ret = instance_->NetworkDelUids(netId, beginUids, endUids);
|
H A D | netsys_native_client_test.cpp | 281 nativeClient_.NetworkDelUids(NET_ID, uidRanges);
|
H A D | netsys_controller_service_impl_test.cpp | 255 ret = instance_->NetworkDelUids(5, uidRanges);
|
H A D | netsys_native_service_test.cpp | 680 ret = instance_->NetworkDelUids(netId, uidRanges);
|
H A D | netsys_native_service_stub_test.cpp | 188 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) override in NetworkDelUids() function in OHOS::NetsysNative::TestNetsysNativeServiceStub
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 59 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges);
|
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | net_vpn_impl.cpp | 147 if (NetsysController::GetInstance().NetworkDelUids(netId_, beginUids_, endUids_)) { in Destroy()
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 81 int32_t NetsysControllerServiceImpl::NetworkDelUids(int32_t netId, const std::vector<UidRange> &uid… in NetworkDelUids() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 84 return netsysClient_.NetworkDelUids(netId, uidRanges); in NetworkDelUids()
|
H A D | netsys_controller.cpp | 134 int32_t NetsysController::NetworkDelUids(int32_t netId, const std::vector<int32_t> &beginUids, in NetworkDelUids() function in OHOS::NetManagerStandard::NetsysController 150 return netsysService_->NetworkDelUids(netId, uidRanges); in NetworkDelUids()
|
H A D | netsys_native_client.cpp | 279 int32_t NetsysNativeClient::NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) in NetworkDelUids() function in OHOS::NetManagerStandard::NetsysNativeClient 287 return proxy->NetworkDelUids(netId, uidRanges); in NetworkDelUids()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 87 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;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller.h | 74 …int32_t NetworkDelUids(int32_t netId, const std::vector<int32_t> &beginUids, const std::vector<int…
|
H A D | i_netsys_controller_service.h | 90 virtual int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) = 0;
|
H A D | netsys_controller_service_impl.h | 63 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) override;
|
H A D | netsys_native_client.h | 94 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 342 int32_t NetsysNativeService::NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) in NetworkDelUids() function in OHOS::NetsysNative::NetsysNativeService 344 int32_t result = netsysService_->NetworkDelUids(netId, uidRanges); in NetworkDelUids()
|
H A D | netsys_native_service_stub.cpp | 784 int32_t result = NetworkDelUids(netId, uidRanges); in CmdNetworkDelUids()
|
/ohos5.0/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;
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | net_manager_native.cpp | 122 int32_t NetManagerNative::NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) in NetworkDelUids() function in OHOS::nmd::NetManagerNative
|
/ohos5.0/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> &uidRan… in NetworkDelUids() function in OHOS::NetsysNative::NetsysNativeServiceProxy
|