Searched defs:onResponseError (Results 1 – 3 of 3) sorted by relevance
| /external/federated-compute/fcp/java_src/main/java/com/google/fcp/client/http/ | ||
| D | HttpClientForNative.java | 125 protected void onResponseError(byte[] statusProto) { in onResponseError() method in HttpClientForNative.HttpRequestHandle |
| /external/federated-compute/fcp/client/http/java/ | ||
| D | java_http_client.cc | 504 extern "C" JNIEXPORT void JNICALL JFUN(onResponseError)( in JFUN() argument |
| /external/federated-compute/fcp/java_src/test/java/com/google/fcp/client/http/ | ||
| D | HttpClientForNativeImplTest.java | 157 protected void onResponseError(byte[] statusProto) { in onResponseError() method in HttpClientForNativeImplTest.TestHttpRequestHandleImpl |