Home
last modified time | relevance | path

Searched defs:RecordAnnotation (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/
H A Dhttp2_stats.cc99 void RecordAnnotation(absl::string_view /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon05f1e7c70111::FakeCallTracer::FakeCallAttemptTracer
100 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon05f1e7c70111::FakeCallTracer::FakeCallAttemptTracer
126 void RecordAnnotation(absl::string_view /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon05f1e7c70111::FakeCallTracer
127 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon05f1e7c70111::FakeCallTracer
161 void RecordAnnotation(absl::string_view /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon05f1e7c70111::FakeServerCallTracer
162 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function in grpc_core::__anon05f1e7c70111::FakeServerCallTracer
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dcall_tracer.cc141 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function in grpc_core::DelegatingClientCallTracer::DelegatingClientCallAttemptTracer
146 void RecordAnnotation(const Annotation& annotation) override { in RecordAnnotation() function in grpc_core::DelegatingClientCallTracer::DelegatingClientCallAttemptTracer
187 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function in grpc_core::DelegatingClientCallTracer
192 void RecordAnnotation(const Annotation& annotation) override { in RecordAnnotation() function in grpc_core::DelegatingClientCallTracer
273 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function in grpc_core::DelegatingServerCallTracer
278 void RecordAnnotation(const Annotation& annotation) override { in RecordAnnotation() function in grpc_core::DelegatingServerCallTracer
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_observability/grpc_observability/
H A Dclient_call_tracer.cc56 void PythonOpenCensusCallTracer::RecordAnnotation( in RecordAnnotation() function in grpc_observability::PythonOpenCensusCallTracer
64 void PythonOpenCensusCallTracer::RecordAnnotation( in RecordAnnotation() function in grpc_observability::PythonOpenCensusCallTracer
291 RecordAnnotation(absl::string_view annotation) { in RecordAnnotation() function in grpc_observability::PythonOpenCensusCallTracer::PythonOpenCensusCallAttemptTracer
299 RecordAnnotation(const Annotation& annotation) { in RecordAnnotation() function in grpc_observability::PythonOpenCensusCallTracer::PythonOpenCensusCallAttemptTracer
H A Dserver_call_tracer.cc151 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function in grpc_observability::PythonOpenCensusServerCallTracer
158 void RecordAnnotation(const Annotation& annotation) override { in RecordAnnotation() function in grpc_observability::PythonOpenCensusServerCallTracer
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/otel/
H A Dotel_client_call_tracer.cc196 void OpenTelemetryPlugin::ClientCallTracer::CallAttemptTracer::RecordAnnotation( in RecordAnnotation() function in grpc::internal::OpenTelemetryPlugin::ClientCallTracer::CallAttemptTracer
201 void OpenTelemetryPlugin::ClientCallTracer::CallAttemptTracer::RecordAnnotation( in RecordAnnotation() function in grpc::internal::OpenTelemetryPlugin::ClientCallTracer::CallAttemptTracer
269 void OpenTelemetryPlugin::ClientCallTracer::RecordAnnotation( in RecordAnnotation() function in grpc::internal::OpenTelemetryPlugin::ClientCallTracer
274 void OpenTelemetryPlugin::ClientCallTracer::RecordAnnotation( in RecordAnnotation() function in grpc::internal::OpenTelemetryPlugin::ClientCallTracer
H A Dotel_server_call_tracer.h103 void RecordAnnotation(absl::string_view /*annotation*/) override { in RecordAnnotation() function
107 void RecordAnnotation(const Annotation& /*annotation*/) override { in RecordAnnotation() function
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/filters/census/
H A Dclient_filter.cc274 void OpenCensusCallTracer::OpenCensusCallAttemptTracer::RecordAnnotation( in RecordAnnotation() function in grpc::internal::OpenCensusCallTracer::OpenCensusCallAttemptTracer
282 void OpenCensusCallTracer::OpenCensusCallAttemptTracer::RecordAnnotation( in RecordAnnotation() function in grpc::internal::OpenCensusCallTracer::OpenCensusCallAttemptTracer
370 void OpenCensusCallTracer::RecordAnnotation(absl::string_view annotation) { in RecordAnnotation() function in grpc::internal::OpenCensusCallTracer
377 void OpenCensusCallTracer::RecordAnnotation(const Annotation& annotation) { in RecordAnnotation() function in grpc::internal::OpenCensusCallTracer
H A Dserver_call_tracer.cc158 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function in grpc::internal::OpenCensusServerCallTracer
165 void RecordAnnotation(const Annotation& annotation) override { in RecordAnnotation() function in grpc::internal::OpenCensusServerCallTracer
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dfake_stats_plugin.h87 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function
90 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function
121 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function
124 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function
180 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function
183 void RecordAnnotation(const Annotation& /*annotation*/) override {} in RecordAnnotation() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/
Dclient_filter.cc285 void OpenCensusCallTracer::OpenCensusCallAttemptTracer::RecordAnnotation( in RecordAnnotation() function in grpc::internal::OpenCensusCallTracer::OpenCensusCallAttemptTracer
357 void OpenCensusCallTracer::RecordAnnotation(absl::string_view annotation) { in RecordAnnotation() function in grpc::internal::OpenCensusCallTracer
Dserver_call_tracer.cc159 void RecordAnnotation(absl::string_view annotation) override { in RecordAnnotation() function in grpc::internal::OpenCensusServerCallTracer