Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp1491 uint64_t mLastUpdatedTimestamp; member in ot::Mle::Mle
Dmle.cpp257 mLastUpdatedTimestamp = Get<Uptime>().GetUptime(); in ResetCounters()
271 uint64_t durationMsec = currentUptimeMsec - mLastUpdatedTimestamp; in UpdateRoleTimeCounters()
273 mLastUpdatedTimestamp = currentUptimeMsec; in UpdateRoleTimeCounters()