Home
last modified time | relevance | path

Searched refs:log_written_by_app_version (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/components/metrics/
H A Dmetrics_log_unittest.cc401 EXPECT_EQ(parsed2.system_profile().log_written_by_app_version(), in TEST_F()
H A Dmetrics_service_unittest.cc888 uma_log.system_profile().log_written_by_app_version()); in TEST_P()
/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/
Dsystem_profile.pb.h7709 const std::string& log_written_by_app_version() const; in Swap()
7714 void set_allocated_log_written_by_app_version(std::string* log_written_by_app_version); in Swap()
14770 inline const std::string& SystemProfileProto::log_written_by_app_version() const { in log_written_by_app_version() function
14811 …emProfileProto::set_allocated_log_written_by_app_version(std::string* log_written_by_app_version) { in set_allocated_log_written_by_app_version() argument
14812 if (log_written_by_app_version != nullptr) { in set_allocated_log_written_by_app_version()
14817 …_impl_.log_written_by_app_version_.SetAllocated(log_written_by_app_version, GetArenaForAllocation(… in set_allocated_log_written_by_app_version()
/aosp_15_r20/external/cronet/third_party/metrics_proto/
H A Dsystem_profile.proto54 optional string log_written_by_app_version = 40; field