Searched refs:EnumToString (Results 1 – 7 of 7) sorted by relevance
49 static std::string EnumToString(Action action);51 static std::string EnumToString(Protocol protocol);
22 std::string RuleUtils::EnumToString(Action action) in EnumToString() function in OHOS::EDM::IPTABLES::RuleUtils46 std::string RuleUtils::EnumToString(Protocol protocol) in EnumToString() function in OHOS::EDM::IPTABLES::RuleUtils
40 target_ = RuleUtils::EnumToString(std::get<FIREWALL_ACTION_IND>(firewallTuple)); in FirewallChainRule()41 prot_ = RuleUtils::EnumToString(std::get<FIREWALL_PROT_IND>(firewallTuple)); in FirewallChainRule()
39 target_ = RuleUtils::EnumToString(std::get<DOMAIN_ACTION_IND>(domainFilterRule)); in DomainChainRule()
48 const std::string EnumToString(UCollect::TraceCaller &caller);
66 HIVIEW_LOGI("trace caller is %{public}s.", EnumToString(caller).c_str()); in StartDumpTrace()
329 const std::string EnumToString(UCollect::TraceCaller &caller) in EnumToString() function513 const std::string dst = UNIFIED_SPECIAL_PATH + EnumToString(caller) + "_" + traceFile; in GetUnifiedSpecialFiles()