Home
last modified time | relevance | path

Searched refs:NET_FIREWALL_PORT_END (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_param_check.cpp349 if (NapiUtils::HasNamedProperty(env, valAttr, NET_FIREWALL_PORT_END)) { in CheckPortList()
351 if (NapiUtils::GetValueType(env, NapiUtils::GetNamedProperty(env, valAttr, NET_FIREWALL_PORT_END)) != in CheckPortList()
355 endPort = NapiUtils::GetInt32Property(env, valAttr, NET_FIREWALL_PORT_END); in CheckPortList()
H A Dnet_firewall_rule_parse.cpp92 param.endPort = static_cast<uint16_t>(NapiUtils::GetUint32Property(env, valAttr, NET_FIREWALL_PORT_END)); in ParsePortList()
175 NapiUtils::SetUint32Property(env, element, NET_FIREWALL_PORT_END, static_cast<uint32_t>(iface.endPort)); in SetPortList()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h70 const std::string NET_FIREWALL_PORT_END = "endPort"; member
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_default_rule_parser.cpp203 cJSON *endPort = cJSON_GetObjectItem(mem, NET_FIREWALL_PORT_END.c_str()); in ConvertPortParamToConfig()

Completed in 4 milliseconds