Searched refs:ActiveTimestampTlv (Results 1 – 8 of 8) sorted by relevance
72 SuccessOrExit(dataset.Read<ActiveTimestampTlv>(activeTimestamp)); in ProcessSetOrReplaceRequest()270 if (!dataset.Contains<ActiveTimestampTlv>()) in GenerateLocal()275 IgnoreError(dataset.Write<ActiveTimestampTlv>(timestamp)); in GenerateLocal()412 SuccessOrExit(aDataset.Read<ActiveTimestampTlv>(activeTimestamp)); in ApplyActiveDataset()
68 SuccessOrExit(activeDataset.Read<ActiveTimestampTlv>(activeTimestamp)); in RequestUpdate()83 SuccessOrExit(error = aDataset.Write<ActiveTimestampTlv>(activeTimestamp)); in RequestUpdate()
134 minLength = sizeof(ActiveTimestampTlv::ValueType); in IsTlvValid()245 aDatasetInfo.Set<kActiveTimestamp>(cur->ReadValueAs<ActiveTimestampTlv>()); in ConvertTo()430 SuccessOrExit(error = Write<ActiveTimestampTlv>(activeTimestamp)); in WriteTlvsFrom()555 aTimestamp = tlv->ReadValueAs<ActiveTimestampTlv>(); in ReadTimestamp()
453 …if ((pendingDataset.Read<ActiveTimestampTlv>(timestamp) == kErrorNone) && (timestamp == mLocalTime… in SyncLocalWithLeader()905 SuccessOrExit(dataset.Read<ActiveTimestampTlv>(aTimestamp)); in ReadActiveTimestamp()972 SuccessOrExit(dataset.Read<ActiveTimestampTlv>(activeTimestamp)); in HandleDelayTimer()
508 typedef SimpleTlvInfo<Tlv::kActiveTimestamp, Timestamp> ActiveTimestampTlv; typedef
205 typedef SimpleTlvInfo<Tlv::kActiveTimestamp, MeshCoP::Timestamp> ActiveTimestampTlv; typedef
2165 SuccessOrExit(error = Tlv::Append<ActiveTimestampTlv>(*message, activeTimestamp)); in SendAnnounce()2870 switch (Tlv::Find<ActiveTimestampTlv>(aRxInfo.mMessage, activeTimestamp)) in HandleLeaderData()3271 switch (Tlv::Find<ActiveTimestampTlv>(aRxInfo.mMessage, timestamp)) in HandleChildIdResponse()3668 SuccessOrExit(error = Tlv::Find<ActiveTimestampTlv>(aRxInfo.mMessage, timestamp)); in HandleAnnounce()5132 error = Tlv::Append<ActiveTimestampTlv>(*this, timestamp); in AppendActiveTimestampTlv()
2122 switch (Tlv::Find<ActiveTimestampTlv>(aRxInfo.mMessage, timestamp)) in HandleChildIdRequest()2606 switch (Tlv::Find<ActiveTimestampTlv>(aRxInfo.mMessage, timestamp)) in HandleDataRequest()