Searched refs:InsertIpBitmap (Results 1 – 2 of 2) sorted by relevance
228 int32_t BitmapManager::InsertIpBitmap(const std::vector<NetFirewallIpParam> &ipInfo, bool isSrc, Bi… in InsertIpBitmap() function in OHOS::NetManagerStandard::BitmapManager301 ret = InsertIpBitmap(rule->remoteIps, true, bitmap); in BuildMarkBitmap()306 ret = InsertIpBitmap(rule->localIps, false, bitmap); in BuildMarkBitmap()
767 … int32_t InsertIpBitmap(const std::vector<NetFirewallIpParam> &ipInfo, bool isSrc, Bitmap &bitmap);