Home
last modified time | relevance | path

Searched refs:kLogLevel (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dlogging.cc31 const char kLogLevel[] = "log-level"; variable
37 if (cl->HasSwitch(switches::kLogLevel)) { in SetLogLevelFromCommandLine()
38 string log_level = cl->GetSwitchValueASCII(switches::kLogLevel); in SetLogLevelFromCommandLine()
Dlogging.h97 extern const char kLogLevel[];
/system/connectivity/shill/wifi/
Dscan_session.cc107 const int kLogLevel = 6; in ~ScanSession() local
108 ReportResults(kLogLevel); in ~ScanSession()
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.h54 static const int kLogLevel; variable
Dproxy_dbus_client.cc24 const int ProxyDbusClient::kLogLevel = -4; member in ProxyDbusClient
178 SetLoggingInternal(kLogLevel, log_scopes); in SetLogging()