Home
last modified time | relevance | path

Searched refs:SetSeconds (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/meshcop/
Dtimestamp.cpp52 SetSeconds(aInfo.mSeconds); in SetFrom()
87 void Timestamp::SetSeconds(uint64_t aSeconds) in SetSeconds() function in ot::MeshCoP::Timestamp
131 SetSeconds(GetSeconds() + 1); in AdvanceRandomTicks()
Dtimestamp.hpp117 void SetSeconds(uint64_t aSeconds);
/openthread-latest/tests/unit/
Dtest_meshcop.cpp151 t1.SetSeconds(0x12345678abcd); in TestTimestamp()
157 t2.SetSeconds(0x12345678abcd); in TestTimestamp()