Home
last modified time | relevance | path

Searched refs:FIREWALL_APPUID_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.h35 const int32_t FIREWALL_APPUID_IND = 7; variable
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/
H A Diptables_manager.cpp57 if (direction == Direction::INPUT && !std::get<FIREWALL_APPUID_IND>(rule).empty()) { in AddFirewallRule()
98 if (direction == Direction::INPUT && !std::get<FIREWALL_APPUID_IND>(rule).empty()) { in RemoveFirewallRule()
119 !std::get<FIREWALL_APPUID_IND>(rule).empty()) { in RemoveFirewallRule()
/ohos5.0/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dfirewall_rule.cpp32 parcel.WriteString(std::get<FIREWALL_APPUID_IND>(rule_)); in Marshalling()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dfirewall_chain_rule.cpp38 appUid_(std::get<FIREWALL_APPUID_IND>(firewallTuple)) in FirewallChainRule()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
H A Dnetwork_manager_addon.cpp721 std::string appUidStr = std::get<FIREWALL_APPUID_IND>(rule); in FirewallRuleToJsObj()