Home
last modified time | relevance | path

Searched refs:GetSeconds (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/meshcop/
Dtimestamp.cpp45 aInfo.mSeconds = GetSeconds(); in ConvertTo()
82 uint64_t Timestamp::GetSeconds(void) const in GetSeconds() function in ot::MeshCoP::Timestamp
110 rval = ThreeWayCompare(aFirst.GetSeconds(), aSecond.GetSeconds()); in Compare()
131 SetSeconds(GetSeconds() + 1); in AdvanceRandomTicks()
Dtimestamp.hpp110 uint64_t GetSeconds(void) const;
/openthread-latest/tests/unit/
Dtest_meshcop.cpp123 VerifyOrQuit(t1.GetSeconds() == 0); in TestTimestamp()
152 VerifyOrQuit(t1.GetSeconds() == 0x12345678abcd); in TestTimestamp()
158 VerifyOrQuit(t1.GetSeconds() == 0x12345678abcd); in TestTimestamp()
/openthread-latest/src/core/thread/
Dmle.cpp3721 VerifyOrExit(mAlternateTimestamp < timestamp.GetSeconds()); in HandleAnnounce()
3724 mAlternateTimestamp = timestamp.GetSeconds(); in HandleAnnounce()