Home
last modified time | relevance | path

Searched defs:aSubType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp241 void SetSubType(uint8_t aSubType) { mSubType = aSubType; } in SetSubType()
1064 …uint8_t *GetThreadIe(uint8_t aSubType) { return AsNonConst(AsConst(this)->GetThreadIe(aSubType)); } in GetThreadIe()
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.hpp534 void SetSubType(SubType aSubType) { GetMetadata().mSubType = aSubType; } in SetSubType()
/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.cpp2453 …d Core::ServiceEntry::AppendPtrRecordTo(TxMessage &aTxMessage, Section aSection, SubType *aSubType) in AppendPtrRecordTo()
2568 …e::ServiceEntry::AppendSubServiceNameTo(TxMessage &aTxMessage, Section aSection, SubType &aSubType) in AppendSubServiceNameTo()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle.cpp1648 void Mle::RemoveDelayedMessage(Message::SubType aSubType, MessageType aMessageType, const Ip6::Addr… in RemoveDelayedMessage()