Home
last modified time | relevance | path

Searched refs:GetLastAccess (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_net.h340 uint64_t GetLastAccess() { in GetLastAccess() function
H A Dmt_net.cpp1559 if ((item->GetLastAccess() + this->_timeout) < now) in timer_notify()
1561 MTLOG_DEBUG("link timeout, last[%llu], now [%llu]", item->GetLastAccess(), now); in timer_notify()