Searched defs:aSubType (Results 1 – 4 of 4) sorted by relevance
241 void SetSubType(uint8_t aSubType) { mSubType = aSubType; } in SetSubType()1064 …uint8_t *GetThreadIe(uint8_t aSubType) { return AsNonConst(AsConst(this)->GetThreadIe(aSubType)); } in GetThreadIe()
534 void SetSubType(SubType aSubType) { GetMetadata().mSubType = aSubType; } in SetSubType()
2453 …d Core::ServiceEntry::AppendPtrRecordTo(TxMessage &aTxMessage, Section aSection, SubType *aSubType) in AppendPtrRecordTo()2568 …e::ServiceEntry::AppendSubServiceNameTo(TxMessage &aTxMessage, Section aSection, SubType &aSubType) in AppendSubServiceNameTo()
1648 void Mle::RemoveDelayedMessage(Message::SubType aSubType, MessageType aMessageType, const Ip6::Addr… in RemoveDelayedMessage()