Searched refs:user_agent_name_ (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_api.h | 340 const std::string user_agent_name_; variable
|
D | xds_api.cc | 232 user_agent_name_(absl::StrCat("gRPC C-core ", GPR_PLATFORM_STRING)) {} in XdsApi() 571 PopulateNode(arena.ptr(), node_, build_version_, user_agent_name_, "", in CreateAdsRequest() 1948 PopulateNode(arena.ptr(), node_, build_version_, user_agent_name_, in CreateLrsInitialRequest()
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_api.h | 426 const std::string user_agent_name_; variable
|
D | xds_api.cc | 566 user_agent_name_(absl::StrCat("gRPC C-core ", GPR_PLATFORM_STRING)) {} in XdsApi() 809 user_agent_name_, node_msg); in CreateAdsRequest() 2319 user_agent_name_, node_msg); in CreateLrsInitialRequest()
|