Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_rule_parse.cpp133 rule->protocol = static_cast<NetworkProtocol>(NapiUtils::GetInt32Property(env, object, NET_FIREWALL_PROTOCOL)); in ParseRuleParams()
210 NapiUtils::SetInt32Property(env, object, NET_FIREWALL_PROTOCOL, static_cast<int32_t>(rule.protocol)); in SetRuleParams()
H A Dnet_firewall_param_check.cpp459 numberParam.emplace_back(NET_FIREWALL_PROTOCOL); in CheckFirewallRule()
594 if (propertyName == NET_FIREWALL_PROTOCOL) { in CheckRuleNumberParam()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h57 const std::string NET_FIREWALL_PROTOCOL = "protocol"; member
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp337 COMMA << NET_FIREWALL_PROTOCOL << EQUAL << int(this->protocol) << COMMA << NET_FIREWALL_USER_ID << EQUAL << in ToString()
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_default_rule_parser.cpp64 cJSON *protocol = cJSON_GetObjectItem(mem, NET_FIREWALL_PROTOCOL.c_str()); in ConvertFirewallRuleToConfig()
H A Dnetfirewall_db_helper.cpp159 values.PutInt(NET_FIREWALL_PROTOCOL, static_cast<int32_t>(rule.protocol)); in FillValuesOfFirewallRule()
262 if (columnName == NET_FIREWALL_PROTOCOL) { in GetParamRuleInfoFormResultSet()

Completed in 6 milliseconds