Lines Matching refs:SetTlv
289 IgnoreError(SetTlv(Tlv::kActiveTimestamp, activeTimestamp)); in SetFrom()
297 IgnoreError(SetTlv(Tlv::kPendingTimestamp, pendingTimestamp)); in SetFrom()
302 IgnoreError(SetTlv(Tlv::kDelayTimer, aDatasetInfo.GetDelay())); in SetFrom()
310 IgnoreError(SetTlv(tlv)); in SetFrom()
318 IgnoreError(SetTlv(tlv)); in SetFrom()
323 IgnoreError(SetTlv(Tlv::kExtendedPanId, aDatasetInfo.GetExtendedPanId())); in SetFrom()
328 IgnoreError(SetTlv(Tlv::kMeshLocalPrefix, aDatasetInfo.GetMeshLocalPrefix())); in SetFrom()
333 IgnoreError(SetTlv(Tlv::kNetworkKey, aDatasetInfo.GetNetworkKey())); in SetFrom()
340 IgnoreError(SetTlv(Tlv::kNetworkName, nameData.GetBuffer(), nameData.GetLength())); in SetFrom()
345 IgnoreError(SetTlv(Tlv::kPanId, aDatasetInfo.GetPanId())); in SetFrom()
350 IgnoreError(SetTlv(Tlv::kPskc, aDatasetInfo.GetPskc())); in SetFrom()
359 IgnoreError(SetTlv(tlv)); in SetFrom()
392 …IgnoreError(SetTlv((aType == kActive) ? Tlv::kActiveTimestamp : Tlv::kPendingTimestamp, aTimestamp… in SetTimestamp()
395 Error Dataset::SetTlv(Tlv::Type aType, const void *aValue, uint8_t aLength) in SetTlv() function in ot::MeshCoP::Dataset
428 Error Dataset::SetTlv(const Tlv &aTlv) { return SetTlv(aTlv.GetType(), aTlv.GetValue(), aTlv.GetLen… in SetTlv() function in ot::MeshCoP::Dataset