Home
last modified time | relevance | path

Searched defs:client_stats (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/grpclb/
H A Dgrpclb.cc249 GrpcLbClientStats* client_stats() const { return client_stats_.get(); } in client_stats() function in grpc_core::__anonead5fcee0111::GrpcLb::BalancerCallState
315 RefCountedPtr<GrpcLbClientStats> client_stats) in SubchannelWrapper()
322 GrpcLbClientStats* client_stats() const { return client_stats_.get(); } in client_stats() function in grpc_core::__anonead5fcee0111::GrpcLb::SubchannelWrapper
351 RefCountedPtr<GrpcLbClientStats> client_stats) in TokenAndClientStatsArg()
367 RefCountedPtr<GrpcLbClientStats> client_stats() const { in client_stats() function in grpc_core::__anonead5fcee0111::GrpcLb::TokenAndClientStatsArg
417 RefCountedPtr<GrpcLbClientStats> client_stats) in Picker()
432 RefCountedPtr<GrpcLbClientStats> client_stats, in SubchannelCallTracker()
657 RefCountedPtr<GrpcLbClientStats> client_stats) in AddressIterator()
722 GrpcLb::Serverlist::GetServerAddressList(GrpcLbClientStats* client_stats) { in GetServerAddressList()
772 GrpcLbClientStats* client_stats = subchannel_wrapper->client_stats(); in Pick() local
[all …]
H A Dclient_load_reporting_filter.cc54 RefCountedPtr<GrpcLbClientStats> client_stats; in MakeCallPromise() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc247 GrpcLbClientStats* client_stats() const { return client_stats_.get(); } in client_stats() function in grpc_core::__anone5185bb30111::GrpcLb::BalancerCallState
313 RefCountedPtr<GrpcLbClientStats> client_stats) in SubchannelWrapper()
326 GrpcLbClientStats* client_stats() const { return client_stats_.get(); } in client_stats() function in grpc_core::__anone5185bb30111::GrpcLb::SubchannelWrapper
338 RefCountedPtr<GrpcLbClientStats> client_stats) in TokenAndClientStatsAttribute()
361 RefCountedPtr<GrpcLbClientStats> client_stats() const { in client_stats() function in grpc_core::__anone5185bb30111::GrpcLb::TokenAndClientStatsAttribute
409 RefCountedPtr<GrpcLbClientStats> client_stats) in Picker()
424 RefCountedPtr<GrpcLbClientStats> client_stats, in SubchannelCallTracker()
752 GrpcLbClientStats* client_stats = subchannel_wrapper->client_stats(); in Pick() local
799 RefCountedPtr<GrpcLbClientStats> client_stats = attribute->client_stats(); in CreateSubchannel() local
829 RefCountedPtr<GrpcLbClientStats> client_stats; in UpdateState() local
Dclient_load_reporting_filter.cc56 RefCountedPtr<GrpcLbClientStats> client_stats; in MakeCallPromise() local
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_cluster_end2end_test.cc1532 ClientStats& client_stats = load_report.front(); in TEST_P() local
1618 ClientStats& client_stats = load_report.front(); in TEST_P() local
1685 ClientStats client_stats = std::move(load_report.front()); in TEST_P() local
1865 for (const ClientStats& client_stats : load_report) { in TEST_P() local
1900 ClientStats client_stats; in TEST_P() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_client_interop_test_bin.cc236 QuicConnectionStats client_stats = connection->GetStats(); in AttemptRequest() local
354 QuicConnectionStats client_stats = connection->GetStats(); in SendRequest() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dend_to_end_test.cc631 QuicConnectionStats client_stats = client_connection->GetStats(); in VerifyCleanConnection() local
1084 QuicConnectionStats client_stats = GetClientConnection()->GetStats(); in TEST_P() local
1118 QuicConnectionStats client_stats = client_connection->GetStats(); in TEST_P() local
1433 QuicConnectionStats client_stats = client_connection->GetStats(); in TEST_P() local
5539 const auto client_stats = GetClientConnection()->GetStats(); in TEST_P() local
5568 const auto client_stats = GetClientConnection()->GetStats(); in TEST_P() local
5591 const auto client_stats = GetClientConnection()->GetStats(); in TEST_P() local
5925 QuicConnectionStats client_stats = client_connection->GetStats(); in TEST_P() local
7447 const auto client_stats = GetClientConnection()->GetStats(); in TEST_P() local
7505 const auto client_stats = GetClientConnection()->GetStats(); in TEST_P() local
/aosp_15_r20/external/grpc-grpc-java/grpclb/src/main/proto/grpc/lb/v1/
H A Dload_balancer.proto43 ClientStats client_stats = 2; field
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/lb/v1/
H A Dload_balancer.proto43 ClientStats client_stats = 2; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/lb/v1/
Dload_balancer.proto43 ClientStats client_stats = 2; field
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DScenarioResult.php35 private $client_stats; variable in Grpc\\Testing\\ScenarioResult
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dgrpclb_end2end_test.cc1588 ClientStats client_stats; in TEST_F() local
1621 auto client_stats = WaitForLoadReports(); in TEST_F() local
1708 auto client_stats = WaitForLoadReports(); in TEST_F() local
/aosp_15_r20/external/federated-compute/fcp/protos/federatedcompute/
H A Dtask_assignments.proto270 ClientStats client_stats = 4; field
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
H A Dcontrol.proto247 repeated ClientStats client_stats = 3; field
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dcontrol.proto283 repeated ClientStats client_stats = 3; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dcontrol.proto283 repeated ClientStats client_stats = 3; field
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/protos/federatedcompute/
Dtask_assignments.pb.h4136 …oogle::internal::federatedcompute::v1::ClientStats& ReportTaskResultRequest::client_stats() const { in client_stats() function
4141 ::google::internal::federatedcompute::v1::ClientStats* client_stats) { in unsafe_arena_set_allocated_client_stats()
4183 …kResultRequest::set_allocated_client_stats(::google::internal::federatedcompute::v1::ClientStats* … in set_allocated_client_stats()
Dtask_assignments.pb.cc2967 ReportTaskResultRequest::_Internal::client_stats(const ReportTaskResultRequest* msg) { in client_stats() function in google::internal::federatedcompute::v1::ReportTaskResultRequest::_Internal
/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Dhttp_federated_protocol.cc265 ClientStats* client_stats = request.mutable_client_stats(); in CreateReportTaskResultRequest() local
H A Dhttp_federated_protocol_test.cc416 ClientStats client_stats; in GetExpectedReportTaskResultRequest() local
/aosp_15_r20/external/aws-crt-java/src/native/
H A Dmqtt5_client.c1434 struct aws_mqtt5_client_operation_statistics client_stats; in Java_software_amazon_awssdk_crt_mqtt5_Mqtt5Client_mqtt5ClientInternalGetOperationStatistics() local