Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_dataset.cpp366 OutputUint64Line(aDataset.mPendingTimestamp.mSeconds); in OutputPendingTimestamp()
497 SuccessOrExit(error = aArgs++->ParseAsUint64(aDataset.mPendingTimestamp.mSeconds)); in ParsePendingTimestamp()
498 aDataset.mPendingTimestamp.mTicks = 0; in ParsePendingTimestamp()
499 aDataset.mPendingTimestamp.mAuthoritative = false; in ParsePendingTimestamp()
/openthread-latest/src/core/meshcop/
Ddataset.hpp766 aTimestamp.SetFrom(mPendingTimestamp); in Get()
778 aTimestamp.ConvertTo(mPendingTimestamp); in Set()
/openthread-latest/include/openthread/
Ddataset.h224 otTimestamp mPendingTimestamp; ///< Pending Timestamp member
/openthread-latest/tests/unit/
Dtest_dataset.cpp250 datasetInfo.mPendingTimestamp.mSeconds = 0x1000; in TestDataset()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1245 const otTimestamp &pendingTimestamp = aDataset.mPendingTimestamp; in EncodeOperationalDataset()
1445 SuccessOrExit(error = mDecoder.ReadUint64(aDataset.mPendingTimestamp.mSeconds)); in DecodeOperationalDataset()
1446 aDataset.mPendingTimestamp.mTicks = 0; in DecodeOperationalDataset()
1447 aDataset.mPendingTimestamp.mAuthoritative = false; in DecodeOperationalDataset()