Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 31) sorted by relevance

12

/openthread-latest/src/core/common/
Dtype_traits.hpp115 typedef TypeOnFalse Type; ///< The selected type based on `kCondition`. typedef
120 typedef TypeOnTrue Type; typedef
136 typedef RetType Type; ///< The return type. typedef
153 typedef FirstArgType Type; ///< The first argument type. typedef
Dappender.hpp59 enum Type : uint8_t enum in ot::Appender
/openthread-latest/src/core/meshcop/
Ddataset.hpp67 enum Type : uint8_t enum in ot::MeshCoP::Dataset
700 template <> struct Dataset::TypeFor<Dataset::kActiveTimestamp> { using Type = Timestamp; }; typedef
701 template <> struct Dataset::TypeFor<Dataset::kPendingTimestamp> { using Type = Timestamp; }; typedef
702 template <> struct Dataset::TypeFor<Dataset::kNetworkKey> { using Type = NetworkKey; }; typedef
703 template <> struct Dataset::TypeFor<Dataset::kNetworkName> { using Type = NetworkName; }; typedef
704 template <> struct Dataset::TypeFor<Dataset::kExtendedPanId> { using Type = ExtendedPanId; }; typedef
705 template <> struct Dataset::TypeFor<Dataset::kMeshLocalPrefix> { using Type = Ip6::NetworkPrefix; … typedef
706 template <> struct Dataset::TypeFor<Dataset::kDelay> { using Type = uint32_t; }; typedef
707 template <> struct Dataset::TypeFor<Dataset::kPanId> { using Type = Mac::PanId; }; typedef
708 template <> struct Dataset::TypeFor<Dataset::kChannel> { using Type = uint16_t; }; typedef
[all …]
Ddataset_manager.hpp231 using Type = Dataset::Type; typedef in ot::MeshCoP::DatasetManager
Dcommissioner.hpp357 enum Type : uint8_t enum
/openthread-latest/src/core/thread/
Dtmf.hpp56 #define DeclareTmfHandler(Type, kUri) \ argument
Dnetwork_data_publisher.hpp391 enum Type : uint8_t enum in ot::NetworkData::Publisher::DnsSrpServiceEntry
478 enum Type : uint8_t enum in ot::NetworkData::Publisher::PrefixEntry
Dnetwork_data_types.hpp76 enum Type : uint8_t enum
Dtmf.cpp114 #define Case(kUri, Type) \ in HandleResource() argument
Dlink_metrics_tlvs.hpp61 enum Type : uint8_t enum in ot::LinkMetrics::SubTlv
Dthread_tlvs.hpp59 enum Type : uint8_t enum in ot::ThreadTlv
Dmle_tlvs.hpp71 enum Type : uint8_t enum in ot::Mle::Tlv
/openthread-latest/src/core/backbone_router/
Dbackbone_tmf.cpp83 #define Case(kUri, Type) \ in HandleResource() argument
/openthread-latest/src/core/net/
Dicmp6.hpp79 enum Type : uint8_t enum in ot::Ip6::Icmp::Header
Dip4_types.hpp559 enum Type : uint8_t enum in ot::Ip4::Icmp::Header
Dmdns.hpp1220 enum Type : uint8_t enum in ot::Dns::Multicast::Core::TxMessage
1567 enum Type : uint8_t enum in ot::Dns::Multicast::Core::CacheEntry
1904 enum Type : uint8_t enum in ot::Dns::Multicast::Core::EntryIterator
Ddhcp6.hpp68 enum Type : uint8_t enum
Ddns_dso.hpp125 typedef uint16_t Type; ///< DSO TLV type. typedef in ot::Dns::Dso::Tlv
Dnd6.hpp79 enum Type : uint8_t enum in ot::Ip6::Nd::Option
Ddns_types.hpp107 enum Type : uint8_t enum in ot::Dns::Header
482 enum Type : uint8_t enum in ot::Dns::Name
/openthread-latest/src/core/radio/
Dtrel_packet.hpp60 enum Type : uint8_t enum in ot::Trel::Header
/openthread-latest/tests/unit/
Dtest_linked_list.cpp53 enum class Type : uint8_t enum
/openthread-latest/src/core/crypto/
Dstorage.hpp109 enum Type : uint8_t enum in ot::Crypto::Storage::KeyRefManager
/openthread-latest/src/core/coap/
Dcoap_message.hpp75 enum Type : uint8_t enum
169 typedef ot::Coap::Type Type; ///< CoAP Type. typedef in ot::Coap::Message
/openthread-latest/src/core/mac/
Dmac_types.hpp239 enum Type : uint8_t enum in ot::Mac::Address

12