Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dmessage.hpp1154 void SetTimestamp(TimeMilli aTimestamp) { GetMetadata().mTimestamp = aTimestamp; } in SetTimestamp() function in ot::Message
1159 void SetTimestampToNow(void) { SetTimestamp(TimerMilli::GetNow()); } in SetTimestampToNow()
Dmessage.cpp784 messageCopy->SetTimestamp(GetTimestamp()); in Clone()