Home
last modified time | relevance | path

Searched defs:GetTimestamp (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset_manager.hpp86 const Timestamp &GetTimestamp(void) const { return mNetworkTimestamp; } in GetTimestamp() function in ot::MeshCoP::DatasetManager
/openthread-latest/src/core/mac/
Dmac_frame.hpp1066 const uint64_t &GetTimestamp(void) const { return mInfo.mRxInfo.mTimestamp; } in GetTimestamp() function in ot::Mac::RxFrame
/openthread-latest/src/core/common/
Dmessage.hpp1153 TimeMilli GetTimestamp(void) const { return GetMetadata().mTimestamp; } in GetTimestamp() function in ot::Message