Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/client/
H A Dclient_runner.h68 std::string test_cert_path = "")
70 test_cert_path_(std::move(test_cert_path)) {} in examples_()
75 std::string test_cert_path = "")
77 test_cert_path_(std::move(test_cert_path)) {} in examples_()
H A Dfl_runner.h80 const std::string& test_cert_path, const std::string& session_name,
H A Dgrpc_federated_protocol.h67 const std::string& test_cert_path, absl::string_view population_name,
H A Dgrpc_federated_protocol.cc121 const std::string& test_cert_path, absl::string_view population_name, in GrpcFederatedProtocol() argument
133 grpc_channel_deadline_seconds, test_cert_path), in GrpcFederatedProtocol()
H A Dfl_runner.cc1208 const std::string& test_cert_path, const std::string& session_name, in RunFederatedComputation() argument
1298 federated_service_uri, api_key, test_cert_path, population_name, in RunFederatedComputation()
/aosp_15_r20/external/federated-compute/fcp/client/http/curl/
H A Dcurl_http_request_handle.cc139 const std::string& test_cert_path) in CurlHttpRequestHandle() argument
151 CURLcode code = InitializeConnection(test_cert_path); in CurlHttpRequestHandle()
257 const std::string& test_cert_path) { in InitializeConnection() argument
278 test_cert_path.empty() in InitializeConnection()
280 : easy_handle_->SetOpt(CURLOPT_CAINFO, test_cert_path)); in InitializeConnection()
H A Dcurl_http_request_handle.h39 const std::string& test_cert_path);
63 CURLcode InitializeConnection(const std::string& test_cert_path)
H A Dcurl_http_client.cc74 CurlHttpClient::CurlHttpClient(CurlApi* curl_api, std::string test_cert_path) in CurlHttpClient() argument
75 : curl_api_(curl_api), test_cert_path_(std::move(test_cert_path)) { in CurlHttpClient()
H A Dcurl_http_client.h37 explicit CurlHttpClient(CurlApi* curl_api, std::string test_cert_path = "");