Home
last modified time | relevance | path

Searched defs:rpc_packet (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_rpc/public/pw_rpc/
Dchannel.h66 Status ChangeEncodedChannelId(ByteSpan rpc_packet) { in ChangeEncodedChannelId()
76 inline Status ChangeEncodedChannelId(ByteSpan rpc_packet, in ChangeEncodedChannelId()
/external/pigweed/pw_rpc_transport/public/pw_rpc_transport/
Dservice_registry.h42 Status ProcessRpcPacket(ConstByteSpan rpc_packet) override { in ProcessRpcPacket()
Drpc_transport.h63 Status Encode(ConstByteSpan rpc_packet, in Encode()
Degress_ingress.h59 Status SendRpcPacket(ConstByteSpan rpc_packet) override { in SendRpcPacket()
Dsimple_framing.h61 Status Encode(ConstByteSpan rpc_packet, in Encode()
/external/pigweed/pw_rpc/
Dchannel.cc35 Status OverwriteChannelId(ByteSpan rpc_packet, uint32_t channel_id_under_128) { in OverwriteChannelId()
Dpacket.cc87 RpcPacket::MemoryEncoder rpc_packet(buffer); in Encode() local