Home
last modified time | relevance | path

Searched refs:otTimestamp (Results 1 – 4 of 4) sorted by relevance

/openthread-3.5.0/include/openthread/
Ddataset.h222 typedef struct otTimestamp struct
227 } otTimestamp; argument
237 otTimestamp mActiveTimestamp; ///< Active Timestamp
238 otTimestamp mPendingTimestamp; ///< Pending Timestamp
/openthread-3.5.0/src/core/meshcop/
Dtimestamp.cpp42 void Timestamp::ConvertTo(otTimestamp &aTimestamp) const in ConvertTo()
49 void Timestamp::SetFromTimestamp(const otTimestamp &aTimestamp) in SetFromTimestamp()
Dtimestamp.hpp67 void ConvertTo(otTimestamp &aTimestamp) const;
73 void SetFromTimestamp(const otTimestamp &aTimestamp);
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp1232 const otTimestamp &activeTimestamp = aDataset.mActiveTimestamp; in EncodeOperationalDataset()
1242 const otTimestamp &pendingTimestamp = aDataset.mPendingTimestamp; in EncodeOperationalDataset()