Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp1490 uint32_t mLastAttachTime; member in ot::Mle::Mle
Dmle.cpp265 return IsAttached() ? Uptime::MsecToSec(Get<Uptime>().GetUptime()) - mLastAttachTime : 0; in GetCurrentAttachDuration()
310 mLastAttachTime = Uptime::MsecToSec(Get<Uptime>().GetUptime()); in SetRole()