Home
last modified time | relevance | path

Searched refs:EncodePacketWithBody (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/
H A Dserver_test.cc104 return EncodePacketWithBody(type, in EncodePacket()
117 return EncodePacketWithBody(PacketType::CLIENT_ERROR, in EncodeCancel()
131 return EncodePacketWithBody(
145 span<const byte> EncodePacketWithBody(PacketType type, in EncodePacketWithBody() function in pw::rpc::__anonaf12ed3f0111::BasicServer