Searched refs:encodeResponse (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pigweed/pw_rpc/ts/ |
H A D | client_test.ts | 99 const packet = packets.encodeResponse([123, 456, 789, 456], new Request()); 104 const packet = packets.encodeResponse([1, 456, 789, 456], new Request()); 119 const packet = packets.encodeResponse( 138 const packet = packets.encodeResponse(
|
H A D | packets_test.ts | 59 const data = packets.encodeResponse([1, 2, 3, 4], dataPacket);
|
H A D | packets.ts | 120 export function encodeResponse(ids: idSet, response: Message): Uint8Array { function
|