Lines Matching refs:Append
2159 …SuccessOrExit(error = Tlv::Append<ChannelTlv>(*message, ChannelTlvValue(Get<Mac::Mac>().GetPanChan… in SendAnnounce()
2165 SuccessOrExit(error = Tlv::Append<ActiveTimestampTlv>(*message, activeTimestamp)); in SendAnnounce()
2173 SuccessOrExit(error = Tlv::Append<PanIdTlv>(*message, Get<Mac::Mac>().GetPanId())); in SendAnnounce()
2221 SuccessOrExit(error = message->Append(tlv)); in SendLinkMetricsManagementResponse()
2222 SuccessOrExit(error = message->Append(statusSubTlv)); in SendLinkMetricsManagementResponse()
2223 SuccessOrExit(error = message->Append(aStatus)); in SendLinkMetricsManagementResponse()
2245 SuccessOrExit(error = message->Append(tlv)); in SendLinkProbe()
2246 SuccessOrExit(error = message->Append(aSeriesId)); in SendLinkProbe()
2337 SuccessOrExit(error = aMessage.Append(tag)); in ProcessMessageSecurity()
4106 rlocString.Append(",0x%04x", aRloc); in Log()
4376 SuccessOrExit(error = message->Append(tlv)); in SendLinkMetricsManagementRequest()
4653 SuccessOrExit(schedule->Append(header)); in AddSchedule()
4837 SuccessOrExit(error = message->Append(securitySuite)); in NewMleMessage()
4847 SuccessOrExit(error = message->Append(securityHeader)); in NewMleMessage()
4850 error = message->Append<uint8_t>(aCommand); in NewMleMessage()
4859 return Tlv::Append<SourceAddressTlv>(*this, Get<Mle>().GetRloc16()); in AppendSourceAddressTlv()
4862 Error Mle::TxMessage::AppendStatusTlv(StatusTlv::Status aStatus) { return Tlv::Append<StatusTlv>(*t… in AppendStatusTlv()
4864 Error Mle::TxMessage::AppendModeTlv(DeviceMode aMode) { return Tlv::Append<ModeTlv>(*this, aMode.Ge… in AppendModeTlv()
4866 Error Mle::TxMessage::AppendTimeoutTlv(uint32_t aTimeout) { return Tlv::Append<TimeoutTlv>(*this, a… in AppendTimeoutTlv()
4870 return Tlv::Append<ChallengeTlv>(*this, &aChallenge, sizeof(aChallenge)); in AppendChallengeTlv()
4875 return Tlv::Append<ResponseTlv>(*this, aResponse.GetBytes(), aResponse.GetLength()); in AppendResponseTlv()
4893 return Tlv::Append<LinkFrameCounterTlv>(*this, counter); in AppendLinkFrameCounterTlv()
4898 return Tlv::Append<MleFrameCounterTlv>(*this, Get<KeyManager>().GetMleFrameCounter()); in AppendMleFrameCounterTlv()
4912 Error Mle::TxMessage::AppendAddress16Tlv(uint16_t aRloc16) { return Tlv::Append<Address16Tlv>(*this… in AppendAddress16Tlv()
4938 error = Tlv::Append<NetworkDataTlv>(*this, networkData, length); in AppendNetworkDataTlv()
4946 return Tlv::Append<TlvRequestTlv>(*this, aTlvs, aTlvsLength); in AppendTlvRequestTlv()
4949 Error Mle::TxMessage::AppendScanMaskTlv(uint8_t aScanMask) { return Tlv::Append<ScanMaskTlv>(*this,… in AppendScanMaskTlv()
4953 return Tlv::Append<LinkMarginTlv>(*this, aLinkMargin); in AppendLinkMarginTlv()
4956 Error Mle::TxMessage::AppendVersionTlv(void) { return Tlv::Append<VersionTlv>(*this, kThreadVersion… in AppendVersionTlv()
4967 SuccessOrExit(error = Append(tlv)); in AppendAddressRegistrationTlv()
5064 SuccessOrExit(error = Append<uint8_t>(AddressRegistrationTlv::ControlByteFor(aContextId))); in AppendCompressedAddressEntry()
5065 error = Append(aAddress.GetIid()); in AppendCompressedAddressEntry()
5079 SuccessOrExit(error = Append(controlByte)); in AppendAddressEntry()
5080 error = Append(aAddress); in AppendAddressEntry()
5099 return Tlv::Append<SupervisionIntervalTlv>(*this, aInterval); in AppendSupervisionIntervalTlv()
5106 return Tlv::Append<TimeRequestTlv>(*this, nullptr, 0); in AppendTimeRequestTlv()
5122 return Tlv::Append<XtalAccuracyTlv>(*this, otPlatTimeGetXtalAccuracy()); in AppendXtalAccuracyTlv()
5132 error = Tlv::Append<ActiveTimestampTlv>(*this, timestamp); in AppendActiveTimestampTlv()
5144 error = Tlv::Append<PendingTimestampTlv>(*this, timestamp); in AppendPendingTimestampTlv()
5167 return Tlv::Append<CslChannelTlv>(*this, ChannelTlvValue(Get<Mac::Mac>().GetCslChannel())); in AppendCslChannelTlv()
5179 return Tlv::Append<CslTimeoutTlv>(*this, timeout); in AppendCslTimeoutTlv()
5192 return Append(cslClockAccuracyTlv); in AppendCslClockAccuracyTlv()
5255 SuccessOrExit(error = Append(tlv)); in AppendAddressRegistrationTlv()
5350 …error = Tlv::Append<MeshCoP::SteeringDataTlv>(*this, steeringData.GetData(), steeringData.GetLengt… in AppendSteeringDataTlv()