Searched defs:SetType (Results 1 – 14 of 14) sorted by relevance
135 void SetType(Type aType) { mType = static_cast<uint8_t>(aType); } in SetType() function in ot::Ip6::Icmp::Header
636 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Ip4::Icmp::Header
542 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Ip6::Option
135 void SetType(Type aType) in SetType() function in ot::Dns::Header1389 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType() function in ot::Dns::ResourceRecord2778 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType() function in ot::Dns::Question
140 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Dhcp6::Header
97 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Ip6::Nd::Option
93 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::ThreadTlv
138 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::Mle::Tlv
138 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::NetworkDiagnostic::Tlv
158 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType() function in ot::NetworkData::NetworkDataTlv
79 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Tlv
517 void SetType(Type aType) { GetMetadata().mType = aType; } in SetType() function in ot::Message
145 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::Tlv197 … void SetType(MeshCoP::Tlv::Type aType) { ot::ExtendedTlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::ExtendedTlv
278 void SetType(Type aType) in SetType() function in ot::Coap::Message