Home
last modified time | relevance | path

Searched defs:aType (Results 1 – 25 of 50) sorted by relevance

12

/openthread-3.5.0/src/core/thread/
Dnetwork_data_tlvs.cpp42 …DataTlv *NetworkDataTlv::Find(const NetworkDataTlv *aStart, const NetworkDataTlv *aEnd, Type aType) in Find()
62 Type aType, in Find()
86 const NetworkDataTlv *PrefixTlv::FindSubTlv(Type aType, bool aStable) const in FindSubTlv()
120 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType) in Iterate()
131 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType, bool aStable) in Iterate()
Dradio_selector.hpp101 void AddSupportedRadioType(Mac::RadioType aType) { mSupportedRadioTypes.Add(aType); } in AddSupportedRadioType()
102 void RemoveSupportedRadioType(Mac::RadioType aType) { mSupportedRadioTypes.Remove(aType); } in RemoveSupportedRadioType()
106 …void SetRadioPreference(Mac::RadioType aType, uint8_t aValue) { mRadioPreference[aType] = aValu… in SetRadioPreference()
Dnetwork_data_leader.hpp208 MeshCoP::Tlv *GetCommissioningDataSubTlv(MeshCoP::Tlv::Type aType) in GetCommissioningDataSubTlv()
Dmle.cpp1728 void Mle::SendParentRequest(ParentRequestType aType) in SendParentRequest()
4062 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress) in Log()
4067 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress, uint16_t aRlo… in Log()
4087 void Mle::LogProcessError(MessageType aType, Error aError) { LogError(kMessageReceive, aType, aErro… in LogProcessError()
4089 void Mle::LogSendError(MessageType aType, Error aError) { LogError(kMessageSend, aType, aError); } in LogSendError()
4091 void Mle::LogError(MessageAction aAction, MessageType aType, Error aError) in LogError()
4125 const char *Mle::MessageTypeToString(MessageType aType) in MessageTypeToString()
4222 const char *Mle::MessageTypeActionToSuffixString(MessageType aType, MessageAction aAction) in MessageTypeActionToSuffixString()
4588 Error Mle::TxMessage::AppendNetworkDataTlv(NetworkData::Type aType) in AppendNetworkDataTlv()
Dnetwork_data_tlvs.hpp161 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType()
273 static NetworkDataTlv *Find(NetworkDataTlv *aStart, NetworkDataTlv *aEnd, Type aType) in Find()
334 …static NetworkDataTlv *Find(NetworkDataTlv *aStart, NetworkDataTlv *aEnd, Type aType, bool aStable) in Find()
855 NetworkDataTlv *FindSubTlv(Type aType) { return AsNonConst(AsConst(this)->FindSubTlv(aType)); } in FindSubTlv()
876 NetworkDataTlv *FindSubTlv(Type aType, bool aStable) in FindSubTlv()
Dnetwork_data.cpp53 Error NetworkData::CopyNetworkData(Type aType, uint8_t *aData, uint8_t &aDataLength) const in CopyNetworkData()
65 Error NetworkData::CopyNetworkData(Type aType, MutableNetworkData &aNetworkData) const in CopyNetworkData()
/openthread-3.5.0/src/core/common/
Dtlvs.cpp59 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv) in FindTlv()
66 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv, uint16_t &… in FindTlv()
84 Error Tlv::FindTlvValueOffset(const Message &aMessage, uint8_t aType, uint16_t &aValueOffset, uint1… in FindTlvValueOffset()
99 uint8_t aType, in FindTlvValueStartEndOffsets()
165 Error Tlv::ParsedInfo::FindIn(const Message &aMessage, uint8_t aType) in FindIn()
245 Error Tlv::FindStringTlv(const Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, char *aV… in FindStringTlv()
257 template <typename UintType> Error Tlv::FindUintTlv(const Message &aMessage, uint8_t aType, UintTyp… in FindUintTlv()
274 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, void *aValue, uint8_t aLength) in FindTlv()
288 Error Tlv::AppendStringTlv(Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, const char *… in AppendStringTlv()
295 template <typename UintType> Error Tlv::AppendUintTlv(Message &aMessage, uint8_t aType, UintType aV… in AppendUintTlv()
[all …]
Dsettings.cpp219 Settings::Key Settings::KeyForDatasetType(MeshCoP::Dataset::Type aType) in KeyForDatasetType()
224 Error Settings::SaveOperationalDataset(MeshCoP::Dataset::Type aType, const MeshCoP::Dataset &aDatas… in SaveOperationalDataset()
234 Error Settings::ReadOperationalDataset(MeshCoP::Dataset::Type aType, MeshCoP::Dataset &aDataset) co… in ReadOperationalDataset()
248 Error Settings::DeleteOperationalDataset(MeshCoP::Dataset::Type aType) in DeleteOperationalDataset()
Dmessage.cpp71 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader, const Message::Setting… in Allocate()
97 Message *MessagePool::Allocate(Message::Type aType) { return Allocate(aType, 0, Message::Settings::… in Allocate()
99 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader) in Allocate()
/openthread-3.5.0/src/core/meshcop/
Ddataset.cpp260 void Dataset::Set(Type aType, const Dataset &aDataset) in Set()
367 Error Dataset::GetTimestamp(Type aType, Timestamp &aTimestamp) const in GetTimestamp()
390 void Dataset::SetTimestamp(Type aType, const Timestamp &aTimestamp) in SetTimestamp()
395 Error Dataset::SetTlv(Tlv::Type aType, const void *aValue, uint8_t aLength) in SetTlv()
448 void Dataset::RemoveTlv(Tlv::Type aType) in RemoveTlv()
459 Error Dataset::AppendMleDatasetTlv(Type aType, Message &aMessage) const in AppendMleDatasetTlv()
606 const char *Dataset::TypeToString(Type aType) { return (aType == kActive) ? "Active" : "Pending"; } in TypeToString()
Ddataset.hpp633 Tlv *GetTlv(Tlv::Type aType) { return AsNonConst(AsConst(this)->GetTlv(aType)); } in GetTlv()
780 template <typename ValueType> Error SetTlv(Tlv::Type aType, const ValueType &aValue) in SetTlv()
933 template <> inline Error Dataset::SetTlv(Tlv::Type aType, const uint16_t &aValue) in SetTlv()
950 template <> inline Error Dataset::SetTlv(Tlv::Type aType, const uint32_t &aValue) in SetTlv()
Ddataset_local.cpp54 DatasetLocal::DatasetLocal(Instance &aInstance, Dataset::Type aType) in DatasetLocal()
Dmeshcop_tlvs.cpp94 const Tlv *Tlv::FindTlv(const uint8_t *aTlvsStart, uint16_t aTlvsLength, Type aType) in FindTlv()
Ddtls.cpp746 mbedtls_ssl_key_export_type aType, in HandleMbedtlsExportKeys()
757 void Dtls::HandleMbedtlsExportKeys(mbedtls_ssl_key_export_type aType, in HandleMbedtlsExportKeys()
/openthread-3.5.0/src/core/radio/
Dtrel_packet.cpp59 uint16_t Header::GetSize(Type aType) in GetSize()
113 void Packet::Init(Header::Type aType, uint8_t *aPayload, uint16_t aPayloadLength) in Init()
Dtrel_packet.hpp93 void Init(Type aType) { mControl = aType + kVersion; } in Init()
/openthread-3.5.0/src/core/net/
Dicmp6.cpp84 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError()
96 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError()
Ddns_types.hpp138 void SetType(Type aType) in SetType()
172 void SetQueryType(QueryType aType) in SetQueryType()
1231 void Init(uint16_t aType, uint16_t aClass = kClassInternet) in Init()
1246 bool Matches(uint16_t aType, uint16_t aClass = kClassInternet) const in Matches()
1265 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType()
2575 explicit Question(uint16_t aType, uint16_t aClass = ResourceRecord::kClassInternet) in Question()
2595 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType()
Dicmp6.hpp137 void SetType(Type aType) { mType = static_cast<uint8_t>(aType); } in SetType()
/openthread-3.5.0/src/posix/platform/
Dmisc.cpp99 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption) in SocketWithCloseExec()
/openthread-3.5.0/src/core/coap/
Dcoap_message.cpp63 void Message::Init(Type aType, Code aCode) in Init()
70 Error Message::Init(Type aType, Code aCode, Uri aUri) in Init()
251 Error Message::AppendBlockOption(Message::BlockType aType, uint32_t aNum, bool aMore, otCoapBlockSz… in AppendBlockOption()
/openthread-3.5.0/examples/platforms/simulation/
Dtrel.c95 static const char *messageTypeToString(MessageType aType) in messageTypeToString()
245 static void sendServiceMessage(MessageType aType) in sendServiceMessage()
/openthread-3.5.0/src/core/mac/
Dmac_types.hpp745 void Add(RadioType aType) { mBitMask |= BitFlag(aType); } in Add()
767 void Remove(RadioType aType) { mBitMask &= ~BitFlag(aType); } in Remove()
799 …static uint8_t BitFlag(RadioType aType) { return static_cast<uint8_t>(1U << static_cast<uint8_t>(a… in BitFlag()
/openthread-3.5.0/src/core/api/
Dcoap_api.cpp51 void otCoapMessageInit(otMessage *aMessage, otCoapType aType, otCoapCode aCode) in otCoapMessageInit()
56 otError otCoapMessageInitResponse(otMessage *aResponse, const otMessage *aRequest, otCoapType aType in otCoapMessageInitResponse()
/openthread-3.5.0/src/core/utils/
Dhistory_tracker.cpp85 …Tracker::RecordMessage(const Message &aMessage, const Mac::Address &aMacAddress, MessageType aType) in RecordMessage()

12