Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_util.cc408 std::string next_protos_string; in GetNetInfo() local
410 if (!next_protos_string.empty()) in GetNetInfo()
411 next_protos_string.append(","); in GetNetInfo()
412 next_protos_string.append(NextProtoToString(proto)); in GetNetInfo()
414 status_dict.Set("alpn_protos", next_protos_string); in GetNetInfo()