Home
last modified time | relevance | path

Searched refs:RemoveAllowedList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dbandwidth_manager.h102 int32_t RemoveAllowedList(uint32_t uid);
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
H A Dbandwidth_manager_class_test.cpp393 int32_t ret = g_BandwidthManager->RemoveAllowedList(uid);
407 ret = g_BandwidthManager->RemoveAllowedList(uid);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dbandwidth_manager.cpp516 int32_t BandwidthManager::RemoveAllowedList(uint32_t uid) in RemoveAllowedList() function in OHOS::nmd::BandwidthManager
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp424 return bandwidthManager_->RemoveAllowedList(uid); in BandwidthRemoveAllowedList()