Home
last modified time | relevance | path

Searched refs:NET_FIREWALL_LOCAL_PORT (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_rule_parse.cpp134 ParsePortList(env, NapiUtils::GetNamedProperty(env, object, NET_FIREWALL_LOCAL_PORT), rule->localPorts); in ParseRuleParams()
211 SetPortList(env, object, NET_FIREWALL_LOCAL_PORT, rule.localPorts); in SetRuleParams()
H A Dnet_firewall_param_check.cpp490 objectParam.emplace_back(NET_FIREWALL_LOCAL_PORT); in CheckRuleObjectParams()
528 if (propertyName == NET_FIREWALL_LOCAL_PORT || propertyName == NET_FIREWALL_REMOTE_PORT) { in CheckRuleObjectParamValue()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h58 const std::string NET_FIREWALL_LOCAL_PORT = "localPorts"; member
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp339 NET_FIREWALL_REMOTE_IP << size << this->remoteIps.size() << COMMA << NET_FIREWALL_LOCAL_PORT << size << in ToString()
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_default_rule_parser.cpp81 ParsePortList(rule->localPorts, mem, NET_FIREWALL_LOCAL_PORT); in ParseListObject()
H A Dnetfirewall_db_helper.cpp170 values.PutBlob(NET_FIREWALL_LOCAL_PORT, blob); in FillValuesOfFirewallRule()
274 if (columnName == NET_FIREWALL_LOCAL_PORT) { in GetParamRuleInfoFormResultSet()

Completed in 6 milliseconds