Searched defs:ScopeLogger (Results 1 - 2 of 2) sorted by path

/system/connectivity/shill/
H A Dscope_logger.cc34 // Scope names corresponding to the scope defined by ScopeLogger::Scope.
70 static_assert(arraysize(kScopeNames) == ScopeLogger::kNumScopes,
73 // ScopeLogger needs to be a 'leaky' singleton as it needs to survive to
74 // handle logging till the very end of the shill process. Making ScopeLogger
77 base::LazyInstance<ScopeLogger>::Leaky g_scope_logger =
83 ScopeLogger* ScopeLogger::GetInstance() {
87 ScopeLogger::ScopeLogger() function in class:shill::ScopeLogger
91 ScopeLogger
[all...]
H A Dscope_logger.h34 class ScopeLogger { class in namespace:shill
80 static ScopeLogger* GetInstance();
82 ScopeLogger();
83 ~ScopeLogger();
125 // Required for constructing LazyInstance<ScopeLogger>.
126 friend struct base::DefaultLazyInstanceTraits<ScopeLogger>;
147 DISALLOW_COPY_AND_ASSIGN(ScopeLogger);

Completed in 62 milliseconds