Home
last modified time | relevance | path

Searched refs:dbIPs (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp155 std::vector<DataBaseIp> dbIPs; in FillValuesOfFirewallRule() local
160 FirewallIpToDbIp(rule.localIps, dbIPs); in FillValuesOfFirewallRule()
161 ListToBlob(dbIPs, blob); in FillValuesOfFirewallRule()
164 FirewallIpToDbIp(rule.remoteIps, dbIPs); in FillValuesOfFirewallRule()
165 ListToBlob(dbIPs, blob); in FillValuesOfFirewallRule()
425 std::vector<DataBaseIp> dbIPs; in GetRuleListParamFromResultSet() local
434 BlobToList(value, dbIPs); in GetRuleListParamFromResultSet()
435 DbIpToFirewallIp(dbIPs, info.localIps); in GetRuleListParamFromResultSet()
438 BlobToList(value, dbIPs); in GetRuleListParamFromResultSet()
439 DbIpToFirewallIp(dbIPs, info.remoteIps); in GetRuleListParamFromResultSet()