Home
last modified time | relevance | path

Searched refs:FIREWALL_DICECTION_IND (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/common/native/include/plugin_utils/
H A Dfirewall_rule.h28 const int32_t FIREWALL_DICECTION_IND = 0; variable
/ohos5.0/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dfirewall_rule.cpp25 parcel.WriteUint32(static_cast<int32_t>(std::get<FIREWALL_DICECTION_IND>(rule_))); in Marshalling()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/
H A Diptables_manager.cpp56 Direction direction = std::get<FIREWALL_DICECTION_IND>(rule); in AddFirewallRule()
96 Direction direction = std::get<FIREWALL_DICECTION_IND>(rule); in RemoveFirewallRule()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
H A Dnetwork_manager_addon.cpp703 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(std::get<FIREWALL_DICECTION_IND>(rule))… in FirewallRuleToJsObj()