Home
last modified time | relevance | path

Searched defs:kMaxMessageSize (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dshanks_discrete_log.h78 static const int kMaxMessageSize; variable
H A Dshanks_discrete_log.cc30 const int ShanksDiscreteLog::kMaxMessageSize = 40; member in private_join_and_compute::ShanksDiscreteLog
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_fullstack_streaming_ping_pong.cc33 static const int kMaxMessageSize = [] { in __anone616d2370102() variable
/aosp_15_r20/system/core/fastboot/device/
H A Dfastboot_device.cpp166 constexpr size_t kMaxMessageSize = sizeof(buf) - kResponseReasonSize; in WriteStatus() local
/aosp_15_r20/system/core/libappfuse/
H A DFuseBuffer.cc151 constexpr int kMaxMessageSize = sizeof(FuseBuffer); in SetupMessageSockets() local
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/
H A Devent_engine_test_utils.cc51 constexpr int kMaxMessageSize = 4096; variable
/aosp_15_r20/external/libchrome/mojo/core/
H A Dchannel.cc639 const size_t kMaxMessageSize = GetConfiguration().max_message_num_bytes; in OnReadComplete() local
/aosp_15_r20/external/pigweed/pw_log_rpc/
H A Drpc_log_drain_test.cc238 static constexpr size_t kMaxMessageSize = 60; member in pw::log_rpc::__anon136874fc0111::TrickleTest
H A Dlog_service_test.cc49 constexpr size_t kMaxMessageSize = 50; variable
/aosp_15_r20/external/webrtc/pc/
H A Ddata_channel_integrationtest.cc468 static constexpr size_t kMaxMessageSize = 4096; in TEST_P() local
/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.hpp745 static constexpr uint32_t kMaxMessageSize = 1200; member in ot::Dns::Multicast::Core