Home
last modified time | relevance | path

Searched defs:on_record (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/layer_filters/
Dcombinator.rs152 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record() function
344 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record() function
503 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record() function
Dmod.rs567 fn on_record(&self, id: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record() function
791 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, cx: Context<'_, S>) { in on_record() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/
Dreload.rs143 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: layer::Context<'_, S>) { in on_record() function
232 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: layer::Context<'_, S>) { in on_record() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/layer/
Dmod.rs892 fn on_record(&self, _span: &span::Id, _values: &span::Record<'_>, _ctx: Context<'_, S>) {} in on_record() method
1606 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record() function
Dlayered.rs288 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/
Dmod.rs602 pub fn on_record<S>(&self, id: &span::Id, values: &span::Record<'_>, _: Context<'_, S>) { in on_record() method
664 fn on_record(&self, id: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record() method
/aosp_15_r20/system/extras/libatrace_rust/src/
H A Dtracing_subscriber.rs111 fn on_record(&self, span: &Id, values: &Record, ctx: Context<S>) { in on_record() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dfmt_layer.rs848 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record() function