Searched refs:iptablesWrapperFfrtQueue_ (Results 1 – 2 of 2) sorted by relevance
39 iptablesWrapperFfrtQueue_ = std::make_shared<ffrt::queue>("IptablesWrapper"); in IptablesWrapper()45 iptablesWrapperFfrtQueue_.reset(); in ~IptablesWrapper()65 if (!iptablesWrapperFfrtQueue_) { in RunCommand()76 iptablesWrapperFfrtQueue_->submit(executeCommand); in RunCommand()86 iptablesWrapperFfrtQueue_->submit(executeCommand); in RunCommand()97 if (!iptablesWrapperFfrtQueue_) { in RunCommandForRes()109 iptablesWrapperFfrtQueue_->wait(RunCommandForResTaskIpv4); in RunCommandForRes()120 iptablesWrapperFfrtQueue_->wait(RunCommandForResTaskIpv6); in RunCommandForRes()130 if (!iptablesWrapperFfrtQueue_) { in RunMutipleCommands()139 iptablesWrapperFfrtQueue_->submit(executeCommand); in RunMutipleCommands()[all …]
88 std::shared_ptr<ffrt::queue> iptablesWrapperFfrtQueue_ = nullptr; variable