Searched refs:GetSeconds (Results 1 – 4 of 4) sorted by relevance
45 aInfo.mSeconds = GetSeconds(); in ConvertTo()82 uint64_t Timestamp::GetSeconds(void) const in GetSeconds() function in ot::MeshCoP::Timestamp110 rval = ThreeWayCompare(aFirst.GetSeconds(), aSecond.GetSeconds()); in Compare()131 SetSeconds(GetSeconds() + 1); in AdvanceRandomTicks()
110 uint64_t GetSeconds(void) const;
123 VerifyOrQuit(t1.GetSeconds() == 0); in TestTimestamp()152 VerifyOrQuit(t1.GetSeconds() == 0x12345678abcd); in TestTimestamp()158 VerifyOrQuit(t1.GetSeconds() == 0x12345678abcd); in TestTimestamp()
3721 VerifyOrExit(mAlternateTimestamp < timestamp.GetSeconds()); in HandleAnnounce()3724 mAlternateTimestamp = timestamp.GetSeconds(); in HandleAnnounce()