Searched refs:AddAllowedList (Results 1 – 4 of 4) sorted by relevance
93 int32_t AddAllowedList(uint32_t uid);
379 int32_t ret = g_BandwidthManager->AddAllowedList(uid);381 ret = g_BandwidthManager->AddAllowedList(uid);
497 int32_t BandwidthManager::AddAllowedList(uint32_t uid) in AddAllowedList() function in OHOS::nmd::BandwidthManager
419 return bandwidthManager_->AddAllowedList(uid); in BandwidthAddAllowedList()