Searched refs:DelayedTaskWrapper (Results 1 – 2 of 2) sorted by relevance
19 DnsResolvConfig::DelayedTaskWrapper::DelayedTaskWrapper(std::string hostName, in DelayedTaskWrapper() function in OHOS::nmd::DnsResolvConfig::DelayedTaskWrapper25 void DnsResolvConfig::DelayedTaskWrapper::Execute() const in Execute()30 bool DnsResolvConfig::DelayedTaskWrapper::operator<(const DelayedTaskWrapper &other) const in operator <()112 auto wrapper = std::make_shared<DelayedTaskWrapper>(hostName, cache_); in SetCacheDelayed()
56 class DelayedTaskWrapper {58 DelayedTaskWrapper(std::string hostName, NetManagerStandard::LRUCache<AddrInfo> &cache);62 bool operator<(const DelayedTaskWrapper &other) const;75 std::list<std::shared_ptr<DelayedTaskWrapper>> delayedTaskWrapperList_;79 …NetManagerStandard::DelayedQueue<DelayedTaskWrapper, NetManagerStandard::DEFAULT_CAPABILITY, DEFAU…