Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dsntp_client.hpp166 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()
/external/openthread/src/core/utils/
Dotns.cpp61 uint32_t aTimestamp, in EmitPingRequest()
68 …tPingReply(const Ip6::Address &aPeerAddress, uint16_t aPingLength, uint32_t aTimestamp, uint8_t aH… in EmitPingReply()
/external/openthread/src/core/meshcop/
Dtimestamp.cpp49 void Timestamp::SetFromTimestamp(const otTimestamp &aTimestamp) in SetFromTimestamp()
Ddataset.hpp220 void SetActiveTimestamp(const Timestamp &aTimestamp) in SetActiveTimestamp()
251 void SetPendingTimestamp(const Timestamp &aTimestamp) in SetPendingTimestamp()
Ddataset_manager.cpp648 Error ActiveDatasetManager::Save(const Timestamp &aTimestamp, in Save()
726 Error PendingDatasetManager::Save(const Timestamp &aTimestamp, in Save()
Ddataset_manager_ftd.cpp421 void PendingDatasetManager::ApplyActiveDataset(const Timestamp &aTimestamp, Coap::Message &aMessage) in ApplyActiveDataset()
Ddataset.cpp389 void Dataset::SetTimestamp(Type aType, const Timestamp &aTimestamp) in SetTimestamp()
/external/ot-br-posix/src/rest/
Djson.cpp162 static cJSON *Timestamp2Json(const otTimestamp &aTimestamp) in Timestamp2Json()
173 bool Json2Timestamp(const cJSON *jsonTimestamp, otTimestamp &aTimestamp) in Json2Timestamp()
/external/ot-br-posix/src/border_agent/
Dborder_agent.cpp238 static uint64_t ConvertTimestampToUint64(const otTimestamp &aTimestamp) in ConvertTimestampToUint64()
/external/openthread/src/core/common/
Dmessage.hpp1086 void SetTimestamp(TimeMilli aTimestamp) { GetMetadata().mTimestamp = aTimestamp; } in SetTimestamp()