Searched defs:aTimestamp (Results 1 – 9 of 9) sorted by relevance
64 uint32_t aTimestamp, in EmitPingRequest()71 …tPingReply(const Ip6::Address &aPeerAddress, uint16_t aPingLength, uint32_t aTimestamp, uint8_t aH… in EmitPingReply()
48 void Timestamp::SetFromTimestamp(const otTimestamp &aTimestamp) in SetFromTimestamp()
214 void SetActiveTimestamp(const Timestamp &aTimestamp) in SetActiveTimestamp()245 void SetPendingTimestamp(const Timestamp &aTimestamp) in SetPendingTimestamp()
676 Error ActiveDatasetManager::Save(const Timestamp &aTimestamp, in Save()766 Error PendingDatasetManager::Save(const Timestamp &aTimestamp, in Save()
447 void PendingDatasetManager::ApplyActiveDataset(const Timestamp &aTimestamp, Coap::Message &aMessage) in ApplyActiveDataset()
396 void Dataset::SetTimestamp(Type aType, const Timestamp &aTimestamp) in SetTimestamp()
1053 void SetTimestamp(const Timestamp &aTimestamp) { mTimestamp = aTimestamp; } in SetTimestamp()1214 void SetTimestamp(const Timestamp &aTimestamp) { mTimestamp = aTimestamp; } in SetTimestamp()
199 static uint64_t ConvertTimestampToUint64(const otTimestamp &aTimestamp) in ConvertTimestampToUint64()
1015 void SetTimestamp(TimeMilli aTimestamp) { GetMetadata().mTimestamp = aTimestamp; } in SetTimestamp()