Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net.cpp771 _last_access = mt_time_ms(); in Reset()
790 _last_access = mt_time_ms(); in CSockLink()
902 this->_last_access = mt_time_ms(); in Connect()
1087 this->_last_access = mt_time_ms(); in SendData()
1356 this->_last_access = mt_time_ms(); in InputNotify()
1400 this->_last_access = mt_time_ms(); in OutputNotify()
H A Dmt_net.h341 return _last_access; in GetLastAccess()
358 uint64_t _last_access; variable