Searched refs:SetUidsAllowedListChain (Results 1 – 4 of 4) sorted by relevance
46 …int32_t SetUidsAllowedListChain(NetManagerStandard::ChainType chain, const std::vector<uint32_t> &…
273 … int32_t ret = g_firewallManager->SetUidsAllowedListChain(ChainType::CHAIN_OHBW_DATA_SAVER, uids);286 int32_t ret = g_firewallManager->SetUidsAllowedListChain(ChainType::CHAIN_OHFW_DOZABLE, uids);
277 int32_t FirewallManager::SetUidsAllowedListChain(ChainType chain, const std::vector<uint32_t> &uids) in SetUidsAllowedListChain() function in OHOS::nmd::FirewallManager
430 return firewallManager_->SetUidsAllowedListChain(chainType, uids); in FirewallSetUidsAllowedListChain()