Home
last modified time | relevance | path

Searched refs:FIREWALL_ACTION_IND (Results 1 - 5 of 5) sorted by relevance

/base/customization/enterprise_device_management/common/native/include/plugin_utils/
H A Dfirewall_rule.h29 const int32_t FIREWALL_ACTION_IND = 1; member
/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dfirewall_rule.cpp26 parcel.WriteUint32(static_cast<int32_t>(std::get<FIREWALL_ACTION_IND>(rule_))); in Marshalling()
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dfirewall_chain_rule.cpp40 target_ = RuleUtils::EnumToString(std::get<FIREWALL_ACTION_IND>(firewallTuple)); in FirewallChainRule()
/base/customization/enterprise_device_management/services/edm_plugin/src/network/
H A Diptables_manager.cpp67 Action action = std::get<FIREWALL_ACTION_IND>(rule); in AddFirewallRule()
97 Action action = std::get<FIREWALL_ACTION_IND>(rule); in RemoveFirewallRule()
/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
H A Dnetwork_manager_addon.cpp705 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(std::get<FIREWALL_ACTION_IND>(rule)), &action)); in FirewallRuleToJsObj()

Completed in 5 milliseconds