Searched defs:SetType (Results 1 – 14 of 14) sorted by relevance
137 void SetType(Type aType) { mType = static_cast<uint8_t>(aType); } in SetType() function in ot::Ip6::Icmp::Header
639 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
138 void SetType(Type aType) in SetType() function in ot::Dns::Header1265 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType() function in ot::Dns::ResourceRecord2595 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType() function in ot::Dns::Question
99 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Ip6::Nd::Option
143 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Dhcp6::Header
96 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::ThreadTlv
141 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::NetworkDiagnostic::Tlv
141 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::Mle::Tlv
161 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType() function in ot::NetworkData::NetworkDataTlv
80 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Tlv
503 void SetType(Type aType) { GetMetadata().mType = aType; } in SetType() function in ot::Message
148 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::Tlv294 … void SetType(MeshCoP::Tlv::Type aType) { ot::ExtendedTlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::ExtendedTlv
280 void SetType(Type aType) in SetType() function in ot::Coap::Message