Home
last modified time | relevance | path

Searched defs:kStringSize (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Duptime.hpp60 …static constexpr uint16_t kStringSize = OT_UPTIME_STRING_SIZE; ///< Recommended string size to rep… member in ot::Uptime
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_mdns.hpp90 static constexpr uint16_t kStringSize = 400; member in ot::Cli::Mdns
/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
H A Dtokenize_string.h86 const char (&string)[kStringSize]) { in MakeEntry()
/aosp_15_r20/external/pigweed/pw_unit_test/
H A Dframework_light.cc204 constexpr size_t kStringSize = sizeof("DISABLED_") - 1; in enabled() local
/aosp_15_r20/external/openthread/src/core/utils/
H A Dchannel_monitor.cpp190 const size_t kStringSize = 128; in LogResults() local
/aosp_15_r20/hardware/interfaces/security/keymint/support/fuzzer/
H A Dkeymint_common.h31 constexpr uint32_t kStringSize = 64; variable
/aosp_15_r20/external/libchrome/base/i18n/
H A Dbidi_line_iterator_unittest.cc151 const int kStringSize = 65; in TEST_P() local
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_string.cpp41 kStringSize = 10, enumerator
H A Dtest_mdns.cpp68 static constexpr uint16_t kStringSize = 300; variable
/aosp_15_r20/external/openthread/src/core/thread/
H A Dlink_quality.hpp109 static constexpr uint16_t kStringSize = 10; ///< Max string size for average (@sa ToString()). member in ot::RssAverager
H A Drouter_table.cpp888 static constexpr uint16_t kStringSize = 128; in LogRouteTable() local
/aosp_15_r20/external/pigweed/pw_varint/
H A Dstream_test.cc30 auto MakeBuffer(const char (&data)[kStringSize]) { in MakeBuffer()
H A Dvarint_test.cc586 auto MakeBuffer(const char (&data)[kStringSize]) { in MakeBuffer()