Home
last modified time | relevance | path

Searched refs:kInfoStringSize (Results 1 – 17 of 17) sorted by relevance

/openthread-latest/src/posix/platform/
Dpower.hpp93 …static constexpr uint16_t kInfoStringSize = 12; ///< Recommended buffer size to use with `To… member in ot::Power::TargetPower
94 typedef String<kInfoStringSize> InfoString;
147 …static constexpr uint16_t kInfoStringSize = OPENTHREAD_CONFIG_POWER_CALIBRATION_RAW_POWER_SETTING_… member in ot::Power::RawPowerSetting
148 typedef String<kInfoStringSize> InfoString;
181 static constexpr uint16_t kInfoStringSize = 20 + RawPowerSetting::kInfoStringSize; member in ot::Power::CalibratedPower
182 typedef String<kInfoStringSize> InfoString;
/openthread-latest/src/core/net/
Dip6_address.hpp96 …static constexpr uint16_t kInfoStringSize = OT_IP6_PREFIX_STRING_SIZE; ///< Info string size (`ToS… member in ot::Ip6::Prefix
101 typedef String<kInfoStringSize> InfoString;
345 … static constexpr uint16_t kInfoStringSize = 17; ///< Max chars for the info string (`ToString()`). member in ot::Ip6::InterfaceIdentifier
350 typedef String<kInfoStringSize> InfoString;
531 …static constexpr uint16_t kInfoStringSize = OT_IP6_ADDRESS_STRING_SIZE; ///< String Size for IPv6 … member in ot::Ip6::Address
557 typedef String<kInfoStringSize> InfoString;
Dsocket.hpp220 …static constexpr uint16_t kInfoStringSize = OT_IP6_SOCK_ADDR_STRING_SIZE; ///< Info string size (`… member in ot::Ip6::SockAddr
225 typedef String<kInfoStringSize> InfoString;
Dnat64_translator.hpp329 … typedef String<Ip6::Address::kInfoStringSize + Ip4::Address::kAddressStringSize + 4> InfoString;
/openthread-latest/src/core/meshcop/
Dextended_panid.hpp58 … static constexpr uint16_t kInfoStringSize = 17; ///< Max chars for the info string (`ToString()`). member in ot::MeshCoP::ExtendedPanId
63 typedef String<kInfoStringSize> InfoString;
Dmeshcop.hpp147 … static constexpr uint16_t kInfoStringSize = 45; ///< Size of `InfoString` to use with `ToString() member in ot::MeshCoP::JoinerDiscerner
152 typedef String<kInfoStringSize> InfoString;
/openthread-latest/src/core/border_router/
Dinfra_if.hpp58 … static constexpr uint16_t kInfoStringSize = 20; ///< Max chars for the info string (`ToString()`). member in ot::BorderRouter::InfraIf
60 …typedef String<kInfoStringSize> InfoString; ///< String type returned from `ToString()…
Drouting_manager.hpp1128 static constexpr uint16_t kInfoStringSize = 85; member in ot::BorderRouter::RoutingManager::OmrPrefixManager
1130 typedef String<kInfoStringSize> InfoString;
/openthread-latest/src/core/mac/
Dchannel_mask.hpp71 …static constexpr uint16_t kInfoStringSize = 45; ///< Recommended buffer size to use with `ToString… member in ot::Mac::ChannelMask
76 typedef String<kInfoStringSize> InfoString;
Dmac_types.hpp90 … static constexpr uint16_t kInfoStringSize = 17; ///< Max chars for the info string (`ToString()`). member in ot::Mac::ExtAddress
95 typedef String<kInfoStringSize> InfoString;
631 … static constexpr uint16_t kInfoStringSize = 32; ///< Max chars for the info string (`ToString()`). member in ot::Mac::RadioTypes
636 typedef String<kInfoStringSize> InfoString;
Dmac_frame.hpp134 … static constexpr uint16_t kInfoStringSize = 128; ///< Max chars for `InfoString` (ToInfoString()). member in ot::Mac::Frame
148 typedef String<kInfoStringSize> InfoString;
/openthread-latest/src/core/radio/
Dtrel_packet.hpp76 …static constexpr uint16_t kInfoStringSize = 128; ///< Max chars for the info string (@sa ToInfoStr… member in ot::Trel::Header
81 typedef String<kInfoStringSize> InfoString;
/openthread-latest/src/core/thread/
Dlink_quality.hpp281 static constexpr uint16_t kInfoStringSize = 50; ///< `InfoString` size (@sa ToInfoString()). member in ot::LinkQualityInfo
286 typedef String<kInfoStringSize> InfoString;
Dmle_types.hpp190 static constexpr uint16_t kInfoStringSize = 45; ///< String buffer size used for `ToString()`. member in ot::Mle::DeviceMode
195 typedef String<kInfoStringSize> InfoString;
Dnetwork_data_publisher.hpp338 static constexpr uint16_t kInfoStringSize = 60; member in ot::NetworkData::Publisher::Entry
340 typedef String<kInfoStringSize> InfoString;
Dmesh_forwarder.hpp382 static constexpr uint16_t kInfoStringSize = 70; member
384 typedef String<kInfoStringSize> InfoString;
/openthread-latest/src/core/diags/
Dfactory_diags.hpp152 static constexpr uint16_t kInfoStringSize = kMaxDataSize * 2 + 1; member
153 typedef String<kInfoStringSize> InfoString;