Home
last modified time | relevance | path

Searched defs:requestedBytes (Results 1 – 3 of 3) sorted by relevance

/external/federated-compute/fcp/java_src/main/java/com/google/fcp/client/http/
DHttpClientForNative.java89 protected boolean readRequestBody(byte[] buffer, long requestedBytes, int[] actualBytesRead) { in readRequestBody()
221 long nativeRequestHandle, byte[] buffer, long requestedBytes, int[] actualBytesRead); in readRequestBody()
DHttpRequestHandleImpl.java397 byte[] buffer, long requestedBytes, int[] actualBytesRead) throws AbortRequestException { in doReadRequestBody()
/external/federated-compute/fcp/java_src/test/java/com/google/fcp/client/http/
DHttpClientForNativeImplTest.java124 protected boolean readRequestBody(byte[] buffer, long requestedBytes, int[] actualBytesRead) { in readRequestBody()