Home
last modified time | relevance | path

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

12

/openthread-3.4.0/src/core/meshcop/
Dmeshcop.hpp113 uint8_t GetLength(void) const { return static_cast<uint8_t>(StringLength(m8, kMaxLength + 1)); } in GetLength() function in ot::MeshCoP::JoinerPskd
186 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::MeshCoP::JoinerDiscerner
291 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::MeshCoP::SteeringData
Dmeshcop_leader.hpp56 uint8_t GetLength(void) const in GetLength() function in ot::MeshCoP::CommissioningData
Dnetwork_name.hpp86 uint8_t GetLength(void) const { return Data<kWithUint8Length>::GetLength(); } in GetLength() function in ot::MeshCoP::NameData
/openthread-3.4.0/src/core/thread/
Dnetwork_data_service.hpp90 uint8_t GetLength(void) const { return sizeof(ServerData); } in GetLength() function in ot::NetworkData::Service::BackboneRouter::ServerData
208 uint8_t GetLength(void) const { return sizeof(ServiceData); } in GetLength() function in ot::NetworkData::Service::DnsSrpAnycast::ServiceData
293 uint8_t GetLength(void) const { return sizeof(ServiceData); } in GetLength() function in ot::NetworkData::Service::DnsSrpUnicast::ServiceData
344 uint8_t GetLength(void) const { return sizeof(ServerData); } in GetLength() function in ot::NetworkData::Service::DnsSrpUnicast::ServerData
Dnetwork_data.hpp158 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::NetworkData::NetworkData
/openthread-3.4.0/src/core/common/
Dheap_data.hpp100 uint16_t GetLength(void) const { return mData.GetLength(); } in GetLength() function in ot::Heap::Data
Dframe_builder.hpp78 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::FrameBuilder
Dtlvs.hpp101 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Tlv
537 uint16_t GetLength(void) const { return HostSwap16(mLength); } in GetLength() function in ot::ExtendedTlv
Dstring.hpp336 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::StringWriter
Ddata.hpp176 LengthType GetLength(void) const { return mLength; } in GetLength() function in ot::Data
Dheap_array.hpp127 IndexType GetLength(void) const { return mLength; } in GetLength() function in ot::Heap::Array
Darray.hpp206 IndexType GetLength(void) const { return mLength; } in GetLength() function in ot::Array
/openthread-3.4.0/src/core/crypto/
Dstorage.hpp247 uint16_t GetLength(void) const { return mKeyLength; } in GetLength() function in ot::Crypto::Key
333 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Crypto::LiteralKey
/openthread-3.4.0/src/core/radio/
Dtrel_packet.hpp117 uint16_t GetLength(void) const { return GetSize(GetType()); } in GetLength() function in ot::Trel::Header
308 uint16_t GetLength(void) const { return Base::GetLength(); } in GetLength() function in ot::Trel::Packet
/openthread-3.4.0/src/lib/hdlc/
Dhdlc.hpp173 uint16_t GetLength(void) const { return static_cast<uint16_t>(mWritePointer - mBuffer); } in GetLength() function in ot::Hdlc::FrameBuffer
262 uint16_t GetLength(void) const { return static_cast<uint16_t>(mWritePointer - GetFrame()); } in GetLength() function in ot::Hdlc::MultiFrameBuffer
/openthread-3.4.0/src/lib/spinel/
Dspinel_decoder.hpp90 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Spinel::Decoder
/openthread-3.4.0/src/posix/platform/
Dpower.hpp179 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Power::RawPowerSetting
/openthread-3.4.0/src/core/utils/
Dflash.hpp166 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Flash::RecordHeader
Dparse_cmdline.cpp349 uint16_t Arg::GetLength(void) const { return IsEmpty() ? 0 : static_cast<uint16_t>(strlen(mString))… in GetLength() function in ot::Utils::CmdLineParser::Arg
/openthread-3.4.0/src/core/net/
Dip6_headers.hpp412 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Ip6::ExtensionHeader
502 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Ip6::Option
Dudp6.hpp408 uint16_t GetLength(void) const { return HostSwap16(mLength); } in GetLength() function in ot::Ip6::Udp::Header
Dip6_address.hpp132 uint8_t GetLength(void) const { return mLength; } in GetLength() function in ot::Ip6::Prefix
Dnd6.hpp133 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Ip6::Nd::Option
Ddhcp6.hpp231 uint16_t GetLength(void) const { return HostSwap16(mLength); } in GetLength() function in ot::Dhcp6::Option
/openthread-3.4.0/src/core/mac/
Dmac_frame.hpp111 uint8_t GetLength(void) const { return mFields.m8[0] & kLengthMask; } in GetLength() function in ot::Mac::HeaderIe
783 uint16_t GetLength(void) const { return mLength; } in GetLength() function in ot::Mac::Frame

12