Searched refs:g_log_channel (Results 1 – 1 of 1) sorted by relevance
22 static LogChannelDWARF* g_log_channel = NULL; variable82 g_log_channel = NULL; in Delete()138 g_log_channel = this; in Enable()191 if (g_log_channel) in GetLog()192 return g_log_channel->m_log_ap.get(); in GetLog()200 if (g_log_channel && g_log_channel->m_log_ap.get()) in GetLogIfAll()202 if (g_log_channel->m_log_ap->GetMask().AllSet(mask)) in GetLogIfAll()203 return g_log_channel->m_log_ap.get(); in GetLogIfAll()211 if (g_log_channel && g_log_channel->m_log_ap.get()) in GetLogIfAny()213 if (g_log_channel->m_log_ap->GetMask().AnySet(mask)) in GetLogIfAny()[all …]