Home
last modified time | relevance | path

Searched defs:GetResponse (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/common/libs/confui/
Dprotocol_types.h148 auto GetResponse() const { return response_; } in GetResponse() function
200 auto GetResponse() const { return response_; } in GetResponse() function
218 auto GetResponse() const { return response_; } in GetResponse() function
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dsecure_input.h42 auto GetResponse() const { return msg_->GetResponse(); } in GetResponse() function
60 auto GetResponse() const { return msg_->GetResponse(); } in GetResponse() function
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/gopackagesdriver/
H A Djson_packages_driver.go50 func (b *JSONPackagesDriver) GetResponse(labels []string) *driverResponse { func
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_transaction.cc241 const DnsResponse* GetResponse() const override { in GetResponse() function in net::__anond9c6f5e90111::DnsUDPAttempt
508 const DnsResponse* GetResponse() const override { in DnsHTTPAttempt() function in net::__anond9c6f5e90111::DnsHTTPAttempt
737 const DnsResponse* GetResponse() const override { in DnsHTTPAttempt() function in net::__anond9c6f5e90111::DnsTCPAttempt
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/tests/
H A Dtests.cc115 TEST_F(CurlTest, GetResponse) { in TEST_F() argument
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_request_test.cc148 TEST_F(HttpRequestTest, GetResponse) { in TEST_F() argument
H A Dhttp_request.cc144 RequestID Request::GetResponse(const SuccessCallback& success_callback, in GetResponse() function in brillo::http::Request
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_memory_cache_backend.cc127 const QuicBackendResponse* QuicMemoryCacheBackend::GetResponse( in GetResponse() function in quic::QuicMemoryCacheBackend
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DIOHandler.h449 bool GetResponse() const { return m_user_response; } in GetResponse() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DIOHandler.h449 bool GetResponse() const { return m_user_response; } in GetResponse() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DIOHandler.h449 bool GetResponse() const { return m_user_response; } in GetResponse() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DIOHandler.h449 bool GetResponse() const { return m_user_response; } in GetResponse() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dcurl_http_request.cc563 StringPiece CurlHttpRequest::GetResponse() const { in GetResponse() function in tensorflow::CurlHttpRequest