Searched refs:isInc (Results 1 – 2 of 2) sorted by relevance
129 void UpdateUserRuleSize(const int32_t userId, bool isInc);
598 void NetFirewallRuleManager::UpdateUserRuleSize(const int32_t userId, bool isInc) in UpdateUserRuleSize() argument604 userRuleSize_.at(userId) = isInc ? (old + 1) : (old - 1); in UpdateUserRuleSize()