Searched refs:FIREWALL_APPUID_IND (Results 1 – 5 of 5) sorted by relevance
35 const int32_t FIREWALL_APPUID_IND = 7; variable
57 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()
32 parcel.WriteString(std::get<FIREWALL_APPUID_IND>(rule_)); in Marshalling()
38 appUid_(std::get<FIREWALL_APPUID_IND>(firewallTuple)) in FirewallChainRule()
721 std::string appUidStr = std::get<FIREWALL_APPUID_IND>(rule); in FirewallRuleToJsObj()