/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/http/ |
D | ProtocolRequestCreatorTest.java | 46 ProtocolRequestCreator requestCreator = in testCreateProtobufEncodedRequest() 47 new ProtocolRequestCreator(REQUEST_BASE_URI, new HashMap<String, String>()); in testCreateProtobufEncodedRequest() 67 () -> ProtocolRequestCreator.create(ForwardingInfo.getDefaultInstance())); in testInvalidForwardingInfo() 76 ProtocolRequestCreator requestCreator = in testCreateProtocolRequestInvalidSuffix() 77 new ProtocolRequestCreator(REQUEST_BASE_URI, new HashMap<String, String>()); in testCreateProtocolRequestInvalidSuffix() 98 ProtocolRequestCreator requestCreator = ProtocolRequestCreator.create(forwardingInfo); in testCreateProtocolRequestWithForwardingInfo() 109 ProtocolRequestCreator requestCreator = in testCreateProtoRequest() 110 new ProtocolRequestCreator(REQUEST_BASE_URI, new HashMap<String, String>()); in testCreateProtoRequest()
|
/aosp_15_r20/external/federated-compute/fcp/client/http/ |
H A D | protocol_request_helper.cc | 183 ProtocolRequestCreator::ProtocolRequestCreator( in ProtocolRequestCreator() function in fcp::client::http::ProtocolRequestCreator 192 ProtocolRequestCreator::CreateProtocolRequest(absl::string_view uri_path_suffix, in CreateProtocolRequest() 203 ProtocolRequestCreator::CreateGetOperationRequest( in CreateGetOperationRequest() 213 ProtocolRequestCreator::CreateCancelOperationRequest( in CreateCancelOperationRequest() 223 ProtocolRequestCreator::CreateHttpRequest(absl::string_view uri_path_suffix, in CreateHttpRequest() 253 absl::StatusOr<std::unique_ptr<ProtocolRequestCreator>> 254 ProtocolRequestCreator::Create(absl::string_view api_key, in Create() 263 return std::make_unique<ProtocolRequestCreator>(ProtocolRequestCreator( in Create()
|
H A D | http_secagg_send_to_server_impl.h | 82 std::unique_ptr<ProtocolRequestCreator> secagg_request_creator, in HttpSecAggSendToServerImpl() 83 std::unique_ptr<ProtocolRequestCreator> in HttpSecAggSendToServerImpl() 85 std::unique_ptr<ProtocolRequestCreator> in HttpSecAggSendToServerImpl() 140 std::unique_ptr<ProtocolRequestCreator> secagg_request_creator_; 141 std::unique_ptr<ProtocolRequestCreator> masked_result_upload_request_creator_; 142 std::unique_ptr<ProtocolRequestCreator>
|
H A D | protocol_request_helper_test.cc | 107 EXPECT_THAT(ProtocolRequestCreator::Create(kApiKey, forwarding_info, in TEST() 113 EXPECT_THAT(ProtocolRequestCreator::Create(kApiKey, forwarding_info, in TEST() 119 ProtocolRequestCreator creator("https://initial.uri", kApiKey, HeaderList(), in TEST() 130 ProtocolRequestCreator creator("https://initial.uri", kApiKey, HeaderList(), in TEST() 153 ProtocolRequestCreator creator("https://initial.uri", kApiKey, HeaderList(), in TEST() 176 ProtocolRequestCreator creator("https://initial.uri", kApiKey, HeaderList(), in TEST() 190 ProtocolRequestCreator creator("https://initial.uri", kApiKey, HeaderList(), in TEST() 248 ProtocolRequestCreator initial_request_creator_; 272 auto request_creator = std::make_unique<ProtocolRequestCreator>( in TEST_F() 292 auto new_request_creator = ProtocolRequestCreator::Create( in TEST_F() [all …]
|
H A D | http_secagg_send_to_server_impl.cc | 134 std::unique_ptr<ProtocolRequestCreator> secagg_request_creator, in Create() 135 ProtocolRequestCreator::Create(api_key, secagg_upload_forwarding_info, in Create() 139 std::unique_ptr<ProtocolRequestCreator> in Create() 141 ProtocolRequestCreator::Create( in Create() 146 std::unique_ptr<ProtocolRequestCreator> in Create() 148 ProtocolRequestCreator::Create( in Create()
|
H A D | protocol_request_helper.h | 38 class ProtocolRequestCreator { 40 ProtocolRequestCreator(absl::string_view request_base_uri, 47 static absl::StatusOr<std::unique_ptr<ProtocolRequestCreator>> Create(
|
H A D | http_federated_protocol.h | 111 std::unique_ptr<ProtocolRequestCreator> aggregation_request_creator; 112 std::unique_ptr<ProtocolRequestCreator> data_upload_request_creator; 254 std::unique_ptr<ProtocolRequestCreator> eligibility_eval_request_creator_; 255 std::unique_ptr<ProtocolRequestCreator> task_assignment_request_creator_;
|
H A D | http_federated_protocol.cc | 324 std::make_unique<ProtocolRequestCreator>( 454 ProtocolRequestCreator::Create( in HandleEligibilityEvalTaskResponse() 712 ProtocolRequestCreator::Create( in HandleTaskAssignmentInnerResponse() 934 ProtocolRequestCreator::Create( in HandleStartDataAggregationUploadOperationResponse() 941 ProtocolRequestCreator::Create( in HandleStartDataAggregationUploadOperationResponse()
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/http/ |
D | ProtocolRequestCreator.java | 32 final class ProtocolRequestCreator { class 36 ProtocolRequestCreator(String requestBaseUri, HashMap<String, String> headerList) { in ProtocolRequestCreator() method in ProtocolRequestCreator 45 static ProtocolRequestCreator create(ForwardingInfo forwardingInfo) { in create() 51 return new ProtocolRequestCreator(forwardingInfo.getTargetUriPrefix(), extraHeaders); in create()
|
D | HttpFederatedProtocol.java | 92 private final ProtocolRequestCreator mTaskAssignmentRequestCreator; 110 this.mTaskAssignmentRequestCreator = new ProtocolRequestCreator(entryUri, new HashMap<>()); in HttpFederatedProtocol()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/javac/ |
D | FederatedCompute.jar.rsp | 1 …/federatedcompute/src/com/android/federatedcompute/services/http/ProtocolRequestCreator.java packa…
|
D | FederatedCompute.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/ |
D | meta_lic.rsp | 1 …/federatedcompute/src/com/android/federatedcompute/services/http/ProtocolRequestCreator.java -s pa…
|
D | meta_lic | 92 …zation/federatedcompute/src/com/android/federatedcompute/services/http/ProtocolRequestCreator.java"
|
D | proguard_dictionary | 4105 …federatedcompute.services.http.ProtocolRequestCreator -> com.android.federatedcompute.services.htt… 4106 # {"id":"sourceFile","fileName":"ProtocolRequestCreator.java"}
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/combined/ |
D | FederatedCompute.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx/
META- ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/jarjar/ |
D | FederatedCompute.jar | xla/Protocol.class
Protocol.java
package xla
public final xla.Protocol extends java.lang ... |
/aosp_15_r20/out/soong/ |
D | build.aosp_shiba.ninja.globs | 53704 …/federatedcompute/src/com/android/federatedcompute/services/http/ProtocolRequestCreator.java","pac…
|