Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_rule_parse.cpp132 …ParseIpList(env, NapiUtils::GetNamedProperty(env, object, NET_FIREWALL_REMOTE_IP), rule->remoteIps… in ParseRuleParams()
209 SetIpList(env, object, NET_FIREWALL_REMOTE_IP, rule.remoteIps); in SetRuleParams()
H A Dnet_firewall_param_check.cpp489 objectParam.emplace_back(NET_FIREWALL_REMOTE_IP); in CheckRuleObjectParams()
525 if (propertyName == NET_FIREWALL_LOCAL_IP || propertyName == NET_FIREWALL_REMOTE_IP) { in CheckRuleObjectParamValue()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h56 const std::string NET_FIREWALL_REMOTE_IP = "remoteIps"; variable
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_default_rule_parser.cpp80 ParseIpList(rule->remoteIps, mem, NET_FIREWALL_REMOTE_IP); in ParseListObject()
H A Dnetfirewall_db_helper.cpp166 values.PutBlob(NET_FIREWALL_REMOTE_IP, blob); in FillValuesOfFirewallRule()
270 if (columnName == NET_FIREWALL_REMOTE_IP) { in GetParamRuleInfoFormResultSet()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp334NET_FIREWALL_REMOTE_IP << size << this->remoteIps.size() << COMMA << NET_FIREWALL_LOCAL_PORT << si… in ToString()