Searched refs:mPendingTimestamp (Results 1 – 4 of 4) sorted by relevance
60 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()
237 …etPendingTimestamp(Timestamp &aTimestamp) const { aTimestamp.SetFromTimestamp(mPendingTimestamp); } in GetPendingTimestamp()247 aTimestamp.ConvertTo(mPendingTimestamp); in SetPendingTimestamp()
238 otTimestamp mPendingTimestamp; ///< Pending Timestamp member
1242 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()