Searched refs:RunCommandForRes (Results 1 – 5 of 5) sorted by relevance
53 std::string str = wrapper->RunCommandForRes(IpType::IPTYPE_IPV4, comdLine);76 auto ret = wrapper->RunCommandForRes(ipType, comdLine);
64 std::string RunCommandForRes(const IpType &ipType, const std::string &command);
93 std::string IptablesWrapper::RunCommandForRes(const IpType &ipType, const std::string &command) in RunCommandForRes() function in OHOS::nmd::IptablesWrapper
731 respond = iptablesWrapper_->RunCommandForRes(OHOS::nmd::IpType::IPTYPE_IPV4, cmd); in SetIptablesCommandForRes()734 respond = iptablesWrapper_->RunCommandForRes(OHOS::nmd::IpType::IPTYPE_IPV6, cmd); in SetIptablesCommandForRes()737 respond = iptablesWrapper_->RunCommandForRes(OHOS::nmd::IpType::IPTYPE_IPV4V6, cmd); in SetIptablesCommandForRes()
382 std::string result = iptablesWrapper_->RunCommandForRes(IPTYPE_IPV4V6, cmds); in GetNetworkSharingTraffic()