Home
last modified time | relevance | path

Searched refs:NetworkDelUids (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnet_manager_native_test.cpp90 auto ret = instance_->NetworkDelUids(netId, uidRanges);
H A Dnetsys_controller_test.cpp465 ret = instance_->NetworkDelUids(0, beginUids, endUids);
947 ret = instance_->NetworkDelUids(netId, beginUids, endUids);
954 ret = instance_->NetworkDelUids(netId, beginUids, endUids);
H A Dnetsys_native_client_test.cpp281 nativeClient_.NetworkDelUids(NET_ID, uidRanges);
H A Dnetsys_controller_service_impl_test.cpp255 ret = instance_->NetworkDelUids(5, uidRanges);
H A Dnetsys_native_service_test.cpp680 ret = instance_->NetworkDelUids(netId, uidRanges);
H A Dnetsys_native_service_stub_test.cpp188 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 Dnet_manager_native.h59 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges);
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnet_vpn_impl.cpp147 if (NetsysController::GetInstance().NetworkDelUids(netId_, beginUids_, endUids_)) { in Destroy()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp81 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 Dnetsys_controller.cpp134 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 Dnetsys_native_client.cpp279 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 Di_netsys_service.h87 virtual int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) = 0;
H A Dnetsys_native_service_proxy.h64 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h74 …int32_t NetworkDelUids(int32_t netId, const std::vector<int32_t> &beginUids, const std::vector<int…
H A Di_netsys_controller_service.h90 virtual int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) = 0;
H A Dnetsys_controller_service_impl.h63 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) override;
H A Dnetsys_native_client.h94 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp342 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 Dnetsys_native_service_stub.cpp784 int32_t result = NetworkDelUids(netId, uidRanges); in CmdNetworkDelUids()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h88 int32_t NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRanges) override;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp122 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 Dnetsys_native_service_proxy.cpp748 int32_t NetsysNativeServiceProxy::NetworkDelUids(int32_t netId, const std::vector<UidRange> &uidRan… in NetworkDelUids() function in OHOS::NetsysNative::NetsysNativeServiceProxy