Searched refs:LS_NONE (Results 1 – 9 of 9) sorted by relevance
60 static LoggingSeverity g_min_sev = LS_NONE;61 static LoggingSeverity g_dbg_sev = LS_NONE;258 LoggingSeverity sev = LS_NONE; in GetLogToStream()316 current_level = LS_NONE; in ConfigureLogging()325 if ((LS_NONE != debug_level) && !::IsDebuggerPresent()) { in ConfigureLogging()
199 EXPECT_EQ(LS_NONE, LogMessage::GetLogToStream(&stream)); in TEST()226 EXPECT_EQ(LS_NONE, LogMessage::GetLogToStream(&stream2)); in TEST()227 EXPECT_EQ(LS_NONE, LogMessage::GetLogToStream(&stream1)); in TEST()
91 LS_NONE, enumerator
26 rtc::LogMessage::LogToDebug(rtc::LS_NONE); in InitializeWebRtcFuzzDefaults()
59 case rtc::LS_NONE:132 return rtc::LS_NONE;
25 if (nativeSeverity >= rtc::LS_VERBOSE && nativeSeverity <= rtc::LS_NONE) { in JNI_FUNCTION_DECLARATION()
536 rtc::LogMessage::LogToDebug(rtc::LS_NONE); in JNI_PeerConnectionFactory_InjectLoggable()
26 return rtc::LS_NONE;
91 public enum Severity { LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR, LS_NONE } enumConstant