Home
last modified time | relevance | path

Searched defs:aMaxLength (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/core/common/
Dstring.cpp90 uint16_t StringLength(const char *aString, uint16_t aMaxLength) in StringLength()
/openthread-3.4.0/src/core/meshcop/
Dmeshcop_tlvs.hpp178 static Error FindTlv(const Message &aMessage, Type aType, uint16_t aMaxLength, Tlv &aTlv) in FindTlv()