Searched refs:ConvertAddFilterToIptablesCommand (Results 1 – 3 of 3) sorted by relevance
46 …bool ConvertAddFilterToIptablesCommand(const IPTABLES::AddFilter &addFilter, std::string &Command);
79 if (!ConvertAddFilterToIptablesCommand(addFilter, command)) { in AddIptablesFilterRule()126 bool IptablesRulePlugin::ConvertAddFilterToIptablesCommand(const IPTABLES::AddFilter &addFilter, st… in ConvertAddFilterToIptablesCommand() function in OHOS::EDM::IptablesRulePlugin
546 bool ret = plugin->ConvertAddFilterToIptablesCommand(addFilter, command);