Searched refs:NET_FIREWALL_REMOTE_PORT (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/ |
H A D | net_firewall_rule_parse.cpp | 135 ParsePortList(env, NapiUtils::GetNamedProperty(env, object, NET_FIREWALL_REMOTE_PORT), rule->remotePorts);
in ParseRuleParams() 212 SetPortList(env, object, NET_FIREWALL_REMOTE_PORT, rule.remotePorts);
in SetRuleParams()
|
H A D | net_firewall_param_check.cpp | 491 objectParam.emplace_back(NET_FIREWALL_REMOTE_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 D | netfirewall_parcel.h | 59 const std::string NET_FIREWALL_REMOTE_PORT = "remotePorts";
member
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netfirewall_parcel.cpp | 341 NET_FIREWALL_REMOTE_PORT << size << this->domains.size() << "}";
in ToString()
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_default_rule_parser.cpp | 82 ParsePortList(rule->remotePorts, mem, NET_FIREWALL_REMOTE_PORT); in ParseListObject()
|
H A D | netfirewall_db_helper.cpp | 174 values.PutBlob(NET_FIREWALL_REMOTE_PORT, blob);
in FillValuesOfFirewallRule() 278 if (columnName == NET_FIREWALL_REMOTE_PORT) {
in GetParamRuleInfoFormResultSet()
|
Completed in 6 milliseconds