Home
last modified time | relevance | path

Searched refs:set_last_attempt_was_https (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/cronet/third_party/metrics_proto/cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/third_party/metrics_proto/
Dreporting_info.pb.h217 void set_last_attempt_was_https(bool value); in Swap()
359 inline void ReportingInfo::set_last_attempt_was_https(bool value) { in set_last_attempt_was_https() function
/aosp_15_r20/external/cronet/components/metrics/
H A Dreporting_service.cc208 reporting_info_.set_last_attempt_was_https(was_https); in OnLogUploadComplete()