Home
last modified time | relevance | path

Searched refs:FIREWALL_PROT_IND (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/common/native/include/plugin_utils/
H A Dfirewall_rule.h30 const int32_t FIREWALL_PROT_IND = 2; variable
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/
H A Diptables_manager.cpp61 if (std::get<FIREWALL_PROT_IND>(rule) == Protocol::ALL && in AddFirewallRule()
102 if (std::get<FIREWALL_PROT_IND>(rule) == Protocol::ALL && in RemoveFirewallRule()
116 if (std::get<FIREWALL_PROT_IND>(rule) != IPTABLES::Protocol::INVALID || in RemoveFirewallRule()
/ohos5.0/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dfirewall_rule.cpp27 parcel.WriteUint32(static_cast<int32_t>(std::get<FIREWALL_PROT_IND>(rule_))); in Marshalling()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dfirewall_chain_rule.cpp41 prot_ = RuleUtils::EnumToString(std::get<FIREWALL_PROT_IND>(firewallTuple)); in FirewallChainRule()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
H A Dnetwork_manager_addon.cpp707 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(std::get<FIREWALL_PROT_IND>(rule)), &pr… in FirewallRuleToJsObj()