/openthread-latest/src/core/thread/ |
D | network_data_tlvs.cpp | 42 …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()
|
D | radio_selector.hpp | 96 void AddSupportedRadioType(Mac::RadioType aType) { mSupportedRadioTypes.Add(aType); } in AddSupportedRadioType() 97 void RemoveSupportedRadioType(Mac::RadioType aType) { mSupportedRadioTypes.Remove(aType); } in RemoveSupportedRadioType() 101 …void SetRadioPreference(Mac::RadioType aType, uint8_t aValue) { mRadioPreference[aType] = aValu… in SetRadioPreference()
|
D | network_data_tlvs.hpp | 149 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType() 248 static NetworkDataTlv *Find(NetworkDataTlv *aStart, NetworkDataTlv *aEnd, Type aType) in Find() 305 …static NetworkDataTlv *Find(NetworkDataTlv *aStart, NetworkDataTlv *aEnd, Type aType, bool aStable) in Find() 782 NetworkDataTlv *FindSubTlv(Type aType) { return AsNonConst(AsConst(this)->FindSubTlv(aType)); } in FindSubTlv() 801 NetworkDataTlv *FindSubTlv(Type aType, bool aStable) in FindSubTlv()
|
D | child.hpp | 306 void SetRequestTlv(uint8_t aIndex, uint8_t aType) { mRequestTlvs[aIndex] = aType; } in SetRequestTlv()
|
D | mle.cpp | 1652 void Mle::SendParentRequest(ParentRequestType aType) in SendParentRequest() 4090 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress) in Log() 4095 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress, uint16_t aRlo… in Log() 4115 void Mle::LogProcessError(MessageType aType, Error aError) { LogError(kMessageReceive, aType, aErro… in LogProcessError() 4117 void Mle::LogSendError(MessageType aType, Error aError) { LogError(kMessageSend, aType, aError); } in LogSendError() 4119 void Mle::LogError(MessageAction aAction, MessageType aType, Error aError) in LogError() 4157 const char *Mle::MessageTypeToString(MessageType aType) in MessageTypeToString() 4246 const char *Mle::MessageTypeActionToSuffixString(MessageType aType, MessageAction aAction) in MessageTypeActionToSuffixString() 4927 Error Mle::TxMessage::AppendNetworkDataTlv(NetworkData::Type aType) in AppendNetworkDataTlv()
|
D | network_data_service.cpp | 302 Error Manager::GetNextDnsSrpUnicastInfo(Iterator &aIterator, DnsSrpUnicastType aType, DnsSrpUnicast… in GetNextDnsSrpUnicastInfo()
|
D | network_data.cpp | 46 Error NetworkData::CopyNetworkData(Type aType, uint8_t *aData, uint8_t &aDataLength) const in CopyNetworkData() 58 Error NetworkData::CopyNetworkData(Type aType, MutableNetworkData &aNetworkData) const in CopyNetworkData()
|
D | network_data_publisher.cpp | 718 void Publisher::DnsSrpServiceEntry::CountUnicastEntries(Service::DnsSrpUnicastType aType, in CountUnicastEntries() 758 Publisher::DnsSrpServiceEntry::Info::Info(Type aType, in Info()
|
/openthread-latest/src/core/common/ |
D | tlvs.cpp | 59 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() 81 Error Tlv::FindTlvValueOffsetRange(const Message &aMessage, uint8_t aType, OffsetRange &aOffsetRang… in FindTlvValueOffsetRange() 141 Error Tlv::ParsedInfo::FindIn(const Message &aMessage, uint8_t aType) in FindIn() 212 Error Tlv::FindStringTlv(const Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, char *aV… in FindStringTlv() 224 template <typename UintType> Error Tlv::FindUintTlv(const Message &aMessage, uint8_t aType, UintTyp… in FindUintTlv() 241 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, void *aValue, uint16_t aLength) in FindTlv() 253 Error Tlv::AppendStringTlv(Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, const char *… in AppendStringTlv() 260 template <typename UintType> Error Tlv::AppendUintTlv(Message &aMessage, uint8_t aType, UintType aV… in AppendUintTlv() 272 Error Tlv::AppendTlv(Message &aMessage, uint8_t aType, const void *aValue, uint16_t aLength) in AppendTlv() [all …]
|
D | settings.cpp | 227 Settings::Key Settings::KeyForDatasetType(MeshCoP::Dataset::Type aType) in KeyForDatasetType() 232 void Settings::SaveOperationalDataset(MeshCoP::Dataset::Type aType, const MeshCoP::Dataset &aDatase… in SaveOperationalDataset() 242 Error Settings::ReadOperationalDataset(MeshCoP::Dataset::Type aType, MeshCoP::Dataset &aDataset) co… in ReadOperationalDataset() 257 void Settings::DeleteOperationalDataset(MeshCoP::Dataset::Type aType) in DeleteOperationalDataset()
|
D | tlvs.hpp | 76 void SetType(uint8_t aType) { mType = aType; } in SetType() 659 static Tlv *FindTlv(void *aTlvsStart, uint16_t aTlvsLength, uint8_t aType) in FindTlv()
|
D | message.cpp | 61 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader, const Message::Setting… in Allocate() 89 Message *MessagePool::Allocate(Message::Type aType) { return Allocate(aType, 0, Message::Settings::… in Allocate() 91 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader) in Allocate()
|
/openthread-latest/src/core/radio/ |
D | trel_packet.cpp | 56 uint16_t Header::GetSize(Type aType) in GetSize() 110 void Packet::Init(Header::Type aType, uint8_t *aPayload, uint16_t aPayloadLength) in Init()
|
D | trel_packet.hpp | 88 void Init(Type aType) { mControl = aType + kVersion; } in Init()
|
/openthread-latest/src/core/meshcop/ |
D | dataset.cpp | 363 Error Dataset::WriteTlv(Tlv::Type aType, const void *aValue, uint8_t aLength) in WriteTlv() 530 void Dataset::RemoveTlv(Tlv::Type aType) { RemoveTlv(FindTlv(aType)); } in RemoveTlv() 544 Error Dataset::ReadTimestamp(Type aType, Timestamp &aTimestamp) const in ReadTimestamp() 561 Error Dataset::WriteTimestamp(Type aType, const Timestamp &aTimestamp) in WriteTimestamp() 566 void Dataset::RemoveTimestamp(Type aType) { RemoveTlv(TimestampTlvFor(aType)); } in RemoveTimestamp() 593 const char *Dataset::TypeToString(Type aType) { return (aType == kActive) ? "Active" : "Pending"; } in TypeToString()
|
D | dataset_updater.cpp | 156 void DatasetUpdater::HandleDatasetChanged(Dataset::Type aType) in HandleDatasetChanged()
|
D | dataset.hpp | 294 Tlv *FindTlv(Tlv::Type aType) { return AsNonConst(AsConst(this)->FindTlv(aType)); } in FindTlv() 652 static Tlv::Type TimestampTlvFor(Type aType) in TimestampTlvFor()
|
/openthread-latest/src/core/net/ |
D | icmp6.cpp | 77 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError() 89 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError()
|
D | dns_types.hpp | 125 void SetType(Type aType) in SetType() 156 void SetQueryType(QueryType aType) in SetQueryType() 1285 void Init(uint16_t aType, uint16_t aClass = kClassInternet) in Init() 1299 bool Matches(uint16_t aType, uint16_t aClass = kClassInternet) const in Matches() 1316 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType() 2671 explicit Question(uint16_t aType, uint16_t aClass = ResourceRecord::kClassInternet) in Question() 2689 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType()
|
D | icmp6.hpp | 128 void SetType(Type aType) { mType = static_cast<uint8_t>(aType); } in SetType()
|
/openthread-latest/src/posix/platform/ |
D | misc.cpp | 99 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption) in SocketWithCloseExec()
|
/openthread-latest/src/core/coap/ |
D | coap_message.cpp | 56 void Message::Init(Type aType, Code aCode) in Init() 63 Error Message::Init(Type aType, Code aCode, Uri aUri) in Init() 288 Error Message::AppendBlockOption(Message::BlockType aType, uint32_t aNum, bool aMore, otCoapBlockSz… in AppendBlockOption()
|
/openthread-latest/src/core/mac/ |
D | mac_types.hpp | 694 void Add(RadioType aType) { mBitMask |= BitFlag(aType); } in Add() 713 void Remove(RadioType aType) { mBitMask &= ~BitFlag(aType); } in Remove() 742 …static uint8_t BitFlag(RadioType aType) { return static_cast<uint8_t>(1U << static_cast<uint8_t>(a… in BitFlag()
|
/openthread-latest/examples/platforms/simulation/ |
D | trel.c | 97 static const char *messageTypeToString(MessageType aType) in messageTypeToString() 155 static void sendServiceMessage(MessageType aType) in sendServiceMessage()
|
/openthread-latest/src/core/api/ |
D | coap_api.cpp | 47 void otCoapMessageInit(otMessage *aMessage, otCoapType aType, otCoapCode aCode) in otCoapMessageInit() 52 otError otCoapMessageInitResponse(otMessage *aResponse, const otMessage *aRequest, otCoapType aType… in otCoapMessageInitResponse()
|