Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dbandwidth_manager.h93 int32_t AddAllowedList(uint32_t uid);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
H A Dbandwidth_manager_class_test.cpp373 * @tc.desc: Test BandwidthManager AddAllowedList.
379 int32_t ret = g_BandwidthManager->AddAllowedList(uid); in HWTEST_F()
381 ret = g_BandwidthManager->AddAllowedList(uid); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dbandwidth_manager.cpp497 int32_t BandwidthManager::AddAllowedList(uint32_t uid) in AddAllowedList() function in OHOS::nmd::BandwidthManager
499 NETNATIVE_LOG_D("BandwidthManager AddAllowedList: uid=%{public}d", uid); in AddAllowedList()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp441 return bandwidthManager_->AddAllowedList(uid); in BandwidthAddAllowedList()

Completed in 3 milliseconds