Searched refs:aTlvTypes (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/src/core/api/ |
D | netdiag_api.cpp | 54 const uint8_t aTlvTypes[], in otThreadSendDiagnosticGet() argument 60 AsCoreType(aDestination), aTlvTypes, aCount, aCallback, aCallbackContext); in otThreadSendDiagnosticGet() 65 const uint8_t aTlvTypes[], in otThreadSendDiagnosticReset() argument 69 … aTlvTypes, aCount); in otThreadSendDiagnosticReset()
|
D | dataset_api.cpp | 99 const uint8_t *aTlvTypes, in otDatasetSendMgmtActiveGet() argument 104 … aTlvTypes, aLength, aAddress); in otDatasetSendMgmtActiveGet() 120 const uint8_t *aTlvTypes, in otDatasetSendMgmtPendingGet() argument 125 … aTlvTypes, aLength, aAddress); in otDatasetSendMgmtPendingGet()
|
/openthread-latest/src/core/thread/ |
D | network_diagnostic.hpp | 273 const uint8_t aTlvTypes[], 285 …Error SendDiagnosticReset(const Ip6::Address &aDestination, const uint8_t aTlvTypes[], uint8_t aCo… 311 const uint8_t aTlvTypes[],
|
D | network_diagnostic.cpp | 865 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/ |
D | netdiag.h | 286 const uint8_t aTlvTypes[], 306 const uint8_t aTlvTypes[],
|
D | dataset.h | 463 const uint8_t *aTlvTypes, 502 const uint8_t *aTlvTypes,
|
/openthread-latest/src/core/meshcop/ |
D | dataset_manager.hpp | 213 const uint8_t *aTlvTypes,
|
D | dataset.cpp | 190 bool Dataset::ContainsAllTlvs(const Tlv::Type aTlvTypes[], uint8_t aLength) const in ContainsAllTlvs() argument 196 if (!ContainsTlv(aTlvTypes[index])) in ContainsAllTlvs()
|
D | dataset.hpp | 275 bool ContainsAllTlvs(const Tlv::Type aTlvTypes[], uint8_t aLength) const;
|
D | dataset_manager.cpp | 641 const uint8_t *aTlvTypes, in SendGetRequest() argument 717 tlvList.Add(aTlvTypes[index]); in SendGetRequest()
|