Searched defs:aTimestamp (Results 1 – 10 of 10) sorted by relevance
166 void SetReferenceTimestampSeconds(uint32_t aTimestamp) in SetReferenceTimestampSeconds()181 void SetOriginateTimestampSeconds(uint32_t aTimestamp) in SetOriginateTimestampSeconds()196 void SetReceiveTimestampSeconds(uint32_t aTimestamp) in SetReceiveTimestampSeconds()208 void SetTransmitTimestampSeconds(uint32_t aTimestamp) in SetTransmitTimestampSeconds()
61 uint32_t aTimestamp, in EmitPingRequest()68 …tPingReply(const Ip6::Address &aPeerAddress, uint16_t aPingLength, uint32_t aTimestamp, uint8_t aH… in EmitPingReply()
49 void Timestamp::SetFromTimestamp(const otTimestamp &aTimestamp) in SetFromTimestamp()
220 void SetActiveTimestamp(const Timestamp &aTimestamp) in SetActiveTimestamp()251 void SetPendingTimestamp(const Timestamp &aTimestamp) in SetPendingTimestamp()
648 Error ActiveDatasetManager::Save(const Timestamp &aTimestamp, in Save()726 Error PendingDatasetManager::Save(const Timestamp &aTimestamp, in Save()
421 void PendingDatasetManager::ApplyActiveDataset(const Timestamp &aTimestamp, Coap::Message &aMessage) in ApplyActiveDataset()
389 void Dataset::SetTimestamp(Type aType, const Timestamp &aTimestamp) in SetTimestamp()
162 static cJSON *Timestamp2Json(const otTimestamp &aTimestamp) in Timestamp2Json()173 bool Json2Timestamp(const cJSON *jsonTimestamp, otTimestamp &aTimestamp) in Json2Timestamp()
238 static uint64_t ConvertTimestampToUint64(const otTimestamp &aTimestamp) in ConvertTimestampToUint64()
1086 void SetTimestamp(TimeMilli aTimestamp) { GetMetadata().mTimestamp = aTimestamp; } in SetTimestamp()