Searched refs:test_cert_path (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/federated-compute/fcp/client/ |
H A D | client_runner.h | 68 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 D | fl_runner.h | 80 const std::string& test_cert_path, const std::string& session_name,
|
H A D | grpc_federated_protocol.h | 67 const std::string& test_cert_path, absl::string_view population_name,
|
H A D | grpc_federated_protocol.cc | 121 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 D | fl_runner.cc | 1208 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 D | curl_http_request_handle.cc | 139 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 D | curl_http_request_handle.h | 39 const std::string& test_cert_path); 63 CURLcode InitializeConnection(const std::string& test_cert_path)
|
H A D | curl_http_client.cc | 74 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 D | curl_http_client.h | 37 explicit CurlHttpClient(CurlApi* curl_api, std::string test_cert_path = "");
|