Home
last modified time | relevance | path

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

/openthread-3.4.0/src/cli/
Dcli_dataset.cpp60 OutputUint64Line(dataset.mPendingTimestamp.mSeconds); in Print()
717 OutputUint64Line(dataset.mPendingTimestamp.mSeconds); in Process()
723 SuccessOrExit(error = aArgs[0].ParseAsUint64(dataset.mPendingTimestamp.mSeconds)); in Process()
724 dataset.mPendingTimestamp.mTicks = 0; in Process()
725 dataset.mPendingTimestamp.mAuthoritative = false; in Process()
756 SuccessOrExit(error = arg->ParseAsUint64(dataset.mPendingTimestamp.mSeconds)); in Process()
757 dataset.mPendingTimestamp.mTicks = 0; in Process()
758 dataset.mPendingTimestamp.mAuthoritative = false; in Process()
/openthread-3.4.0/src/core/meshcop/
Ddataset.hpp237 …etPendingTimestamp(Timestamp &aTimestamp) const { aTimestamp.SetFromTimestamp(mPendingTimestamp); } in GetPendingTimestamp()
247 aTimestamp.ConvertTo(mPendingTimestamp); in SetPendingTimestamp()
/openthread-3.4.0/include/openthread/
Ddataset.h238 otTimestamp mPendingTimestamp; ///< Pending Timestamp member
/openthread-3.4.0/src/ncp/
Dncp_base_mtd.cpp1242 const otTimestamp &pendingTimestamp = aDataset.mPendingTimestamp; in EncodeOperationalDataset()
1420 SuccessOrExit(error = mDecoder.ReadUint64(aDataset.mPendingTimestamp.mSeconds)); in DecodeOperationalDataset()
1421 aDataset.mPendingTimestamp.mTicks = 0; in DecodeOperationalDataset()
1422 aDataset.mPendingTimestamp.mAuthoritative = false; in DecodeOperationalDataset()