Home
last modified time | relevance | path

Searched defs:GetType (Results 1 – 22 of 22) sorted by relevance

/openthread-latest/src/core/common/
Dappender.hpp90 Type GetType(void) const { return mType; } in GetType() function in ot::Appender
Dtlvs.hpp69 uint8_t GetType(void) const { return mType; } in GetType() function in ot::Tlv
Dmessage.hpp540 Type GetType(void) const { return static_cast<Type>(GetMetadata().mType); } in GetType() function in ot::Message
/openthread-latest/src/core/thread/
Dnetwork_data_publisher.hpp402 Type GetType(void) const { return mType; } in GetType() function in ot::NetworkData::Publisher::DnsSrpServiceEntry::Info
427 Type GetType(void) const { return mInfo.GetType(); } in GetType() function in ot::NetworkData::Publisher::DnsSrpServiceEntry
Dthread_tlvs.hpp82 Type GetType(void) const { return static_cast<Type>(ot::Tlv::GetType()); } in GetType() function in ot::ThreadTlv
Dmle_tlvs.hpp126 Type GetType(void) const { return static_cast<Type>(ot::Tlv::GetType()); } in GetType() function in ot::Mle::Tlv
Dnetwork_diagnostic_tlvs.hpp130 Type GetType(void) const { return static_cast<Type>(ot::Tlv::GetType()); } in GetType() function in ot::NetworkDiagnostic::Tlv
Dnetwork_data_tlvs.hpp142 Type GetType(void) const { return static_cast<Type>(mType >> kTypeOffset); } in GetType() function in ot::NetworkData::NetworkDataTlv
/openthread-latest/src/core/net/
Dicmp6.hpp121 Type GetType(void) const { return static_cast<Type>(mType); } in GetType() function in ot::Ip6::Icmp::Header
Dnd6.hpp95 uint8_t GetType(void) const { return mType; } in GetType() function in ot::Ip6::Nd::Option
668 Icmp::Header::Type GetType(void) const { return static_cast<Icmp::Header::Type>(mType); } in GetType() function in ot::Ip6::Nd::RouterAdvert::Header
Dip4_types.hpp585 uint8_t GetType(void) const { return mType; } in GetType() function in ot::Ip4::Icmp::Header
Dip6_headers.hpp436 uint8_t GetType(void) const { return mType; } in GetType() function in ot::Ip6::Option
Ddns_types.hpp118 … Type GetType(void) const { return static_cast<Type>((mFlags[0] & kQrFlagMask) >> kQrFlagOffset); } in GetType() function in ot::Dns::Header
1309 uint16_t GetType(void) const { return BigEndian::HostSwap16(mType); } in GetType() function in ot::Dns::ResourceRecord
2682 uint16_t GetType(void) const { return BigEndian::HostSwap16(mType); } in GetType() function in ot::Dns::Question
Ddhcp6.hpp126 Type GetType(void) const { return mType; } in GetType() function in ot::Dhcp6::Header
Ddns_dso.hpp149 Type GetType(void) const { return BigEndian::HostSwap16(mType); } in GetType() function in ot::Dns::Dso::Tlv
Dmdns.hpp1231 Type GetType(void) const { return mType; } in GetType() function in ot::Dns::Multicast::Core::TxMessage
/openthread-latest/src/core/radio/
Dtrel_packet.hpp102 Type GetType(void) const { return static_cast<Type>(mControl & kTypeMask); } in GetType() function in ot::Trel::Header
/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp135 Type GetType(void) const { return static_cast<Type>(ot::Tlv::GetType()); } in GetType() function in ot::MeshCoP::Tlv
172 …MeshCoP::Tlv::Type GetType(void) const { return static_cast<MeshCoP::Tlv::Type>(ot::ExtendedTlv::G… in GetType() function in ot::MeshCoP::ExtendedTlv
/openthread-latest/src/core/mac/
Dmac_types.hpp259 Type GetType(void) const { return mType; } in GetType() function in ot::Mac::Address
Dmac_frame.hpp171 uint8_t GetType(void) const { return GetPsdu()[0] & kFcfFrameTypeMask; } in GetType() function in ot::Mac::Frame
/openthread-latest/src/core/coap/
Dcoap_message.hpp255 …uint8_t GetType(void) const { return (GetHelpData().mHeader.mVersionTypeToken & kTypeMask) >> kTyp… in GetType() function in ot::Coap::Message
/openthread-latest/src/core/border_router/
Drouting_manager.hpp971 Type GetType(void) const { return static_cast<Type>(mData2); } in GetType() function in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator