Searched refs:lb_token (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 242 std::string lb_token, in SubchannelWrapper() argument 245 lb_token_(std::move(lb_token)), in SubchannelWrapper() 248 const std::string& lb_token() const { return lb_token_; } in lb_token() function in grpc_core::__anon194416590111::GrpcLb::SubchannelWrapper 259 TokenAndClientStatsAttribute(std::string lb_token, in TokenAndClientStatsAttribute() argument 261 : lb_token_(std::move(lb_token)), in TokenAndClientStatsAttribute() 282 const std::string& lb_token() const { return lb_token_; } in lb_token() function in grpc_core::__anon194416590111::GrpcLb::TokenAndClientStatsAttribute 570 std::string lb_token(server.load_balance_token, lb_token_length); in GetServerAddressList() local 571 if (lb_token.empty()) { in GetServerAddressList() 581 absl::make_unique<TokenAndClientStatsAttribute>(std::move(lb_token), in GetServerAddressList() 650 if (!subchannel_wrapper->lb_token().empty()) { in Pick() [all …]
|
/external/grpc-grpc/test/cpp/end2end/ |
D | server_load_reporting_end2end_test.cc | 98 grpc::string lb_token = lb_id + lb_tag; in ClientMakeEchoCalls() local 101 if (!lb_token.empty()) ctx.AddMetadata(GRPC_LB_TOKEN_MD_KEY, lb_token); in ClientMakeEchoCalls()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 164 grpc_mdelem lb_token; member 1506 grpc_mdelem lb_token, grpc_linked_mdelem* lb_token_mdelem_storage, in AddLbTokenToInitialMetadata() argument 1509 GPR_ASSERT(!GRPC_MDISNULL(lb_token)); in AddLbTokenToInitialMetadata() 1511 lb_token); in AddLbTokenToInitialMetadata() 1524 if (GPR_LIKELY(!GRPC_MDISNULL(pp->lb_token))) { in PendingPickSetMetadataAndContext() 1525 AddLbTokenToInitialMetadata(GRPC_MDELEM_REF(pp->lb_token), in PendingPickSetMetadataAndContext() 1614 pp->pick->user_data = (void**)&pp->lb_token; in PickFromRoundRobinPolicyLocked()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | static_metadata.h | 577 struct grpc_linked_mdelem* lb_token; member
|