Searched defs:SetType (Results 1 – 15 of 15) sorted by relevance
128 void SetType(Type aType) { mType = static_cast<uint8_t>(aType); } in SetType() function in ot::Ip6::Icmp::Header
592 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Ip4::Icmp::Header
494 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Ip6::Option
125 void SetType(Type aType) in SetType() function in ot::Dns::Header1316 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType() function in ot::Dns::ResourceRecord2689 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType() function in ot::Dns::Question
133 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Dhcp6::Header
102 void SetType(Type aType) { mType = aType; } in SetType() function in ot::Ip6::Nd::Option
89 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::ThreadTlv
133 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::Mle::Tlv
137 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::NetworkDiagnostic::Tlv
149 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType() function in ot::NetworkData::NetworkDataTlv
76 void SetType(uint8_t aType) { mType = aType; } in SetType() function in ot::Tlv
547 void SetType(Type aType) { GetMetadata().mType = aType; } in SetType() function in ot::Message
142 void SetType(Type aType) { ot::Tlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::Tlv179 … void SetType(MeshCoP::Tlv::Type aType) { ot::ExtendedTlv::SetType(static_cast<uint8_t>(aType)); } in SetType() function in ot::MeshCoP::ExtendedTlv
262 void SetType(Type aType) in SetType() function in ot::Coap::Message
994 void SetType(Type aType) { mData2 = aType; } in SetType() function in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator