Home
last modified time | relevance | path

Searched refs:LogContext (Results 1 – 2 of 2) sorted by relevance

/system/logging/rust/
Dstructured_logger.rs17 use log_event_list::__private_api::{LogContext, LogContextError};
22 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError>; in add_to_context() argument
26 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() argument
32 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() argument
38 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() argument
44 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() argument
50 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() argument
65 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() argument
100 log_event_list::__private_api::LogContext::new($log_id, $tag)
Dliblog_event_list.rs51 pub struct LogContext { struct
58 unsafe impl Send for LogContext {} implementation
60 impl LogContext { impl
62 pub fn new(log_type: log_bindgen::log_id, tag: u32) -> Option<LogContext> { in new() argument
71 Some(LogContext { ctx, log_type }) in new()
142 impl Drop for LogContext { implementation