Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Dpackets.ts89 const msgSerialized = serializeMessage(message, customSerializer); constant
90 streamPacket.setPayload(msgSerialized);
127 const msgSerialized = (response as any)['serializeBinary'](); constant
128 packet.setPayload(msgSerialized);