Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dbandwidth_manager.h102 int32_t RemoveAllowedList(uint32_t uid);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
H A Dbandwidth_manager_class_test.cpp387 * @tc.desc: Test BandwidthManager RemoveAllowedList.
393 int32_t ret = g_BandwidthManager->RemoveAllowedList(uid); in HWTEST_F()
399 * @tc.desc: Test BandwidthManager RemoveAllowedList.
407 ret = g_BandwidthManager->RemoveAllowedList(uid); in HWTEST_F()
/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
518 NETNATIVE_LOG_D("BandwidthManager RemoveAllowedList: uid=%{public}d", uid); in RemoveAllowedList()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp446 return bandwidthManager_->RemoveAllowedList(uid); in BandwidthRemoveAllowedList()

Completed in 5 milliseconds