Home
last modified time | relevance | path

Searched defs:GetLength (Results 1 – 25 of 34) sorted by relevance

12

/openthread-latest/src/core/thread/
Dnetwork_data_service.hpp325 uint8_t GetLength(void) const { return sizeof(DnsSrpAnycastServiceData); } in GetLength() function in ot::NetworkData::Service::Manager::DnsSrpAnycastServiceData
348 …uint8_t GetLength(void) const { return (mVersion == 0) ? kMinLength : sizeof(AddrData)… in GetLength() function in ot::NetworkData::Service::Manager::DnsSrpUnicast::AddrData
377 uint8_t GetLength(void) const { return sizeof(uint8_t) + mAddrData.GetLength(); } in GetLength() function in ot::NetworkData::Service::Manager::DnsSrpUnicast::ServiceData
405 uint8_t GetLength(void) const { return mAddrData.GetLength(); } in GetLength() function in ot::NetworkData::Service::Manager::DnsSrpUnicast::ServerData
437 uint8_t GetLength(void) const { return sizeof(BbrServerData); } in GetLength() function in ot::NetworkData::Service::Manager::BbrServerData
Dnetwork_data.hpp151 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::NetworkData::NetworkData
/openthread-latest/src/core/common/
Doffset_range.hpp112 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::OffsetRange
Dheap_data.hpp93 uint16_t GetLength(void) const { return mData.GetLength(); } in GetLength() function in ot::Heap::Data
Dframe_builder.hpp74 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::FrameBuilder
Dstring.hpp419 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::StringWriter
Dtlvs.hpp95 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Tlv
717 uint16_t GetLength(void) const { return BigEndian::HostSwap16(mLength); } in GetLength() function in ot::ExtendedTlv
Ddata.hpp166 LengthType GetLength(void) const { return mLength; } in GetLength() function in ot::Data
Dheap_array.hpp121 IndexType GetLength(void) const { return mLength; } in GetLength() function in ot::Heap::Array
Darray.hpp193 IndexType GetLength(void) const { return mLength; } in GetLength() function in ot::Array
/openthread-latest/src/core/meshcop/
Dmeshcop.hpp106 uint8_t GetLength(void) const { return static_cast<uint8_t>(StringLength(m8, kMaxLength + 1)); } in GetLength() function in ot::MeshCoP::JoinerPskd
178 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::MeshCoP::JoinerDiscerner
272 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::MeshCoP::SteeringData
Dnetwork_name.hpp81 uint8_t GetLength(void) const { return Data<kWithUint8Length>::GetLength(); } in GetLength() function in ot::MeshCoP::NameData
Dmeshcop_leader.cpp256 uint8_t Leader::CommissioningData::GetLength(void) const in GetLength() function in ot::MeshCoP::Leader::CommissioningData
Ddataset.hpp534 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::MeshCoP::Dataset
/openthread-latest/src/core/radio/
Dtrel_packet.hpp109 uint16_t GetLength(void) const { return GetSize(GetType()); } in GetLength() function in ot::Trel::Header
280 uint16_t GetLength(void) const { return Base::GetLength(); } in GetLength() function in ot::Trel::Packet
/openthread-latest/src/lib/spinel/
Dmulti_frame_buffer.hpp153 uint16_t GetLength(void) const { return static_cast<uint16_t>(mWritePointer - mBuffer); } in GetLength() function in ot::Spinel::FrameBuffer
235 uint16_t GetLength(void) const { return static_cast<uint16_t>(mWritePointer - GetFrame()); } in GetLength() function in ot::Spinel::MultiFrameBuffer
Dspinel_decoder.hpp85 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Spinel::Decoder
/openthread-latest/src/core/crypto/
Dstorage.hpp299 uint16_t GetLength(void) const { return mKeyLength; } in GetLength() function in ot::Crypto::Key
377 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Crypto::LiteralKey
/openthread-latest/src/posix/platform/
Dpower.hpp168 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Power::RawPowerSetting
/openthread-latest/src/core/utils/
Dflash.hpp158 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Flash::RecordHeader
Dparse_cmdline.cpp318 uint16_t Arg::GetLength(void) const { return IsEmpty() ? 0 : static_cast<uint16_t>(strlen(mString))… in GetLength() function in ot::Utils::CmdLineParser::Arg
/openthread-latest/src/core/net/
Dip6_headers.hpp377 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Ip6::ExtensionHeader
458 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Ip6::Option
Dudp6.hpp436 uint16_t GetLength(void) const { return BigEndian::HostSwap16(mLength); } in GetLength() function in ot::Ip6::Udp::Header
Dip6_address.hpp122 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Ip6::Prefix
/openthread-latest/src/core/mac/
Dmac_header_ie.hpp96 uint8_t GetLength(void) const { return mFields.m8[0] & kLengthMask; } in GetLength() function in ot::Mac::HeaderIe

12