Home
last modified time | relevance | path

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

/openthread-3.7.0/src/posix/platform/
Dpower.hpp97 …static constexpr uint16_t kInfoStringSize = 12; ///< Recommended buffer size to use with `To… member in ot::Power::TargetPower
98 typedef String<kInfoStringSize> InfoString;
156 …static constexpr uint16_t kInfoStringSize = OPENTHREAD_CONFIG_POWER_CALIBRATION_RAW_POWER_SETTING_… member in ot::Power::RawPowerSetting
157 typedef String<kInfoStringSize> InfoString;
192 static constexpr uint16_t kInfoStringSize = 20 + RawPowerSetting::kInfoStringSize; member in ot::Power::CalibratedPower
193 typedef String<kInfoStringSize> InfoString;
/openthread-3.7.0/src/core/net/
Dip6_address.hpp100 …static constexpr uint16_t kInfoStringSize = OT_IP6_PREFIX_STRING_SIZE; ///< Info string size (`ToS… member in ot::Ip6::Prefix
106 typedef String<kInfoStringSize> InfoString;
376 … static constexpr uint16_t kInfoStringSize = 17; ///< Max chars for the info string (`ToString()`). member in ot::Ip6::InterfaceIdentifier
382 typedef String<kInfoStringSize> InfoString;
583 …static constexpr uint16_t kInfoStringSize = OT_IP6_ADDRESS_STRING_SIZE; ///< String Size for IPv6 … member in ot::Ip6::Address
611 typedef String<kInfoStringSize> InfoString;
Dsocket.hpp233 …static constexpr uint16_t kInfoStringSize = OT_IP6_SOCK_ADDR_STRING_SIZE; ///< Info string size (`… member in ot::Ip6::SockAddr
239 typedef String<kInfoStringSize> InfoString;
Dnat64_translator.hpp347 … typedef String<Ip6::Address::kInfoStringSize + Ip4::Address::kAddressStringSize + 4> InfoString;
/openthread-3.7.0/src/core/meshcop/
Dextended_panid.hpp60 … static constexpr uint16_t kInfoStringSize = 17; ///< Max chars for the info string (`ToString()`). member in ot::MeshCoP::ExtendedPanId
66 typedef String<kInfoStringSize> InfoString;
Dmeshcop.hpp149 … static constexpr uint16_t kInfoStringSize = 45; ///< Size of `InfoString` to use with `ToString() member in ot::MeshCoP::JoinerDiscerner
155 typedef String<kInfoStringSize> InfoString;
/openthread-3.7.0/src/core/border_router/
Dinfra_if.hpp60 … static constexpr uint16_t kInfoStringSize = 20; ///< Max chars for the info string (`ToString()`). member in ot::BorderRouter::InfraIf
62 typedef String<kInfoStringSize> InfoString; ///< String type returned from `ToString()`.
Drouting_manager.hpp1006 static constexpr uint16_t kInfoStringSize = 85; member in ot::BorderRouter::RoutingManager::OmrPrefixManager
1008 typedef String<kInfoStringSize> InfoString;
/openthread-3.7.0/src/core/mac/
Dchannel_mask.hpp74 …static constexpr uint16_t kInfoStringSize = 45; ///< Recommended buffer size to use with `ToString… member in ot::Mac::ChannelMask
80 typedef String<kInfoStringSize> InfoString;
Dmac_types.hpp95 … static constexpr uint16_t kInfoStringSize = 17; ///< Max chars for the info string (`ToString()`). member in ot::Mac::ExtAddress
101 typedef String<kInfoStringSize> InfoString;
673 … static constexpr uint16_t kInfoStringSize = 32; ///< Max chars for the info string (`ToString()`). member in ot::Mac::RadioTypes
679 typedef String<kInfoStringSize> InfoString;
Dmac_frame.hpp348 … static constexpr uint16_t kInfoStringSize = 128; ///< Max chars for `InfoString` (ToInfoString()). member in ot::Mac::Frame
363 typedef String<kInfoStringSize> InfoString;
/openthread-3.7.0/src/core/radio/
Dtrel_packet.hpp79 …static constexpr uint16_t kInfoStringSize = 128; ///< Max chars for the info string (@sa ToInfoStr… member in ot::Trel::Header
85 typedef String<kInfoStringSize> InfoString;
/openthread-3.7.0/src/core/thread/
Dlink_quality.hpp303 static constexpr uint16_t kInfoStringSize = 50; ///< `InfoString` size (@sa ToInfoString()). member in ot::LinkQualityInfo
309 typedef String<kInfoStringSize> InfoString;
Dmle_types.hpp157 static constexpr uint16_t kInfoStringSize = 45; ///< String buffer size used for `ToString()`. member in ot::Mle::DeviceMode
163 typedef String<kInfoStringSize> InfoString;
Dnetwork_data_publisher.hpp349 static constexpr uint16_t kInfoStringSize = 60; member in ot::NetworkData::Publisher::Entry
351 typedef String<kInfoStringSize> InfoString;
/openthread-3.7.0/src/core/diags/
Dfactory_diags.hpp148 static constexpr uint16_t kInfoStringSize = kMaxDataSize * 2 + 1; member
149 typedef String<kInfoStringSize> InfoString;