Home
last modified time | relevance | path

Searched defs:aTimestamp (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/net/
Dsntp_client.hpp160 void SetReferenceTimestampSeconds(uint32_t aTimestamp) in SetReferenceTimestampSeconds()
175 void SetOriginateTimestampSeconds(uint32_t aTimestamp) in SetOriginateTimestampSeconds()
190 void SetReceiveTimestampSeconds(uint32_t aTimestamp) in SetReceiveTimestampSeconds()
202 void SetTransmitTimestampSeconds(uint32_t aTimestamp) in SetTransmitTimestampSeconds()
/openthread-latest/src/core/utils/
Dotns.cpp58 uint32_t aTimestamp, in EmitPingRequest()
65 …tPingReply(const Ip6::Address &aPeerAddress, uint16_t aPingLength, uint32_t aTimestamp, uint8_t aH… in EmitPingReply()
/openthread-latest/src/core/meshcop/
Ddataset.hpp769 template <> inline void Dataset::Info::Set<Dataset::kActiveTimestamp>(const Timestamp &aTimestamp) in Set()
775 template <> inline void Dataset::Info::Set<Dataset::kPendingTimestamp>(const Timestamp &aTimestamp) in Set()
Ddataset.cpp561 Error Dataset::WriteTimestamp(Type aType, const Timestamp &aTimestamp) in WriteTimestamp()
/openthread-latest/src/core/common/
Dmessage.hpp1154 void SetTimestamp(TimeMilli aTimestamp) { GetMetadata().mTimestamp = aTimestamp; } in SetTimestamp()