Home
last modified time | relevance | path

Searched refs:aTlvTypes (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/src/core/api/
Dnetdiag_api.cpp54 const uint8_t aTlvTypes[], in otThreadSendDiagnosticGet() argument
60 AsCoreType(aDestination), aTlvTypes, aCount, aCallback, aCallbackContext); in otThreadSendDiagnosticGet()
65 const uint8_t aTlvTypes[], in otThreadSendDiagnosticReset() argument
69aTlvTypes, aCount); in otThreadSendDiagnosticReset()
Ddataset_api.cpp99 const uint8_t *aTlvTypes, in otDatasetSendMgmtActiveGet() argument
104aTlvTypes, aLength, aAddress); in otDatasetSendMgmtActiveGet()
120 const uint8_t *aTlvTypes, in otDatasetSendMgmtPendingGet() argument
125aTlvTypes, aLength, aAddress); in otDatasetSendMgmtPendingGet()
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.hpp273 const uint8_t aTlvTypes[],
285 …Error SendDiagnosticReset(const Ip6::Address &aDestination, const uint8_t aTlvTypes[], uint8_t aCo…
311 const uint8_t aTlvTypes[],
Dnetwork_diagnostic.cpp865 const uint8_t aTlvTypes[], in SendDiagnosticGet() argument
874 …r = SendCommand(kUriDiagnosticGetQuery, Message::kPriorityNormal, aDestination, aTlvTypes, aCount); in SendDiagnosticGet()
878 … = SendCommand(kUriDiagnosticGetRequest, Message::kPriorityNormal, aDestination, aTlvTypes, aCount, in SendDiagnosticGet()
893 const uint8_t aTlvTypes[], in SendCommand() argument
922 SuccessOrExit(error = Tlv::Append<TypeListTlv>(*message, aTlvTypes, aCount)); in SendCommand()
978 Error Client::SendDiagnosticReset(const Ip6::Address &aDestination, const uint8_t aTlvTypes[], uint… in SendDiagnosticReset() argument
980 …return SendCommand(kUriDiagnosticReset, Message::kPriorityNormal, aDestination, aTlvTypes, aCount); in SendDiagnosticReset()
/openthread-latest/include/openthread/
Dnetdiag.h286 const uint8_t aTlvTypes[],
306 const uint8_t aTlvTypes[],
Ddataset.h463 const uint8_t *aTlvTypes,
502 const uint8_t *aTlvTypes,
/openthread-latest/src/core/meshcop/
Ddataset_manager.hpp213 const uint8_t *aTlvTypes,
Ddataset.cpp190 bool Dataset::ContainsAllTlvs(const Tlv::Type aTlvTypes[], uint8_t aLength) const in ContainsAllTlvs() argument
196 if (!ContainsTlv(aTlvTypes[index])) in ContainsAllTlvs()
Ddataset.hpp275 bool ContainsAllTlvs(const Tlv::Type aTlvTypes[], uint8_t aLength) const;
Ddataset_manager.cpp641 const uint8_t *aTlvTypes, in SendGetRequest() argument
717 tlvList.Add(aTlvTypes[index]); in SendGetRequest()