Home
last modified time | relevance | path

Searched refs:use_http_federated_compute_protocol (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/jni/cpp/
Dflags_impl.h34 bool use_http_federated_compute_protocol() const override { return true; } in use_http_federated_compute_protocol() function
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dflags.h156 virtual bool use_http_federated_compute_protocol() const { return false; } in use_http_federated_compute_protocol() function
H A Dclient_runner_main.cc54 ABSL_FLAG(bool, use_http_federated_compute_protocol, false,
H A Dclient_runner.h226 bool use_http_federated_compute_protocol() const override { in use_http_federated_compute_protocol() function
H A Dfl_runner.cc1265 flags->use_http_federated_compute_protocol() in RunFederatedComputation()
1269 if (flags->use_http_federated_compute_protocol()) { in RunFederatedComputation()
H A Dtest_helpers.h603 MOCK_METHOD(bool, use_http_federated_compute_protocol, (), (const, override));