Home
last modified time | relevance | path

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

/external/openthread/src/core/utils/
Dotns.cpp64 uint32_t aTimestamp, in EmitPingRequest()
71 …tPingReply(const Ip6::Address &aPeerAddress, uint16_t aPingLength, uint32_t aTimestamp, uint8_t aH… in EmitPingReply()
/external/openthread/src/core/meshcop/
Dtimestamp.cpp48 void Timestamp::SetFromTimestamp(const otTimestamp &aTimestamp) in SetFromTimestamp()
Ddataset.hpp214 void SetActiveTimestamp(const Timestamp &aTimestamp) in SetActiveTimestamp()
245 void SetPendingTimestamp(const Timestamp &aTimestamp) in SetPendingTimestamp()
Ddataset_manager.cpp676 Error ActiveDatasetManager::Save(const Timestamp &aTimestamp, in Save()
766 Error PendingDatasetManager::Save(const Timestamp &aTimestamp, in Save()
Ddataset_manager_ftd.cpp447 void PendingDatasetManager::ApplyActiveDataset(const Timestamp &aTimestamp, Coap::Message &aMessage) in ApplyActiveDataset()
Ddataset.cpp396 void Dataset::SetTimestamp(Type aType, const Timestamp &aTimestamp) in SetTimestamp()
Dmeshcop_tlvs.hpp1053 void SetTimestamp(const Timestamp &aTimestamp) { mTimestamp = aTimestamp; } in SetTimestamp()
1214 void SetTimestamp(const Timestamp &aTimestamp) { mTimestamp = aTimestamp; } in SetTimestamp()
/external/ot-br-posix/src/border_agent/
Dborder_agent.cpp199 static uint64_t ConvertTimestampToUint64(const otTimestamp &aTimestamp) in ConvertTimestampToUint64()
/external/openthread/src/core/common/
Dmessage.hpp1015 void SetTimestamp(TimeMilli aTimestamp) { GetMetadata().mTimestamp = aTimestamp; } in SetTimestamp()