Home
last modified time | relevance | path

Searched refs:kNumScopes (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dscope_logger.cc70 static_assert(arraysize(kScopeNames) == ScopeLogger::kNumScopes,
100 CHECK_LT(scope, kNumScopes); in IsScopeEnabled()
159 CHECK_LT(scope, kNumScopes); in RegisterScopeEnableChangedCallback()
172 CHECK_LT(scope, kNumScopes); in SetScopeEnabled()
Dscope_logger.h73 kNumScopes enumerator
139 std::bitset<kNumScopes> scope_enabled_;
145 ScopeEnableChangedCallbacks log_scope_callbacks_[kNumScopes];
Dscope_logger_unittest.cc44 for (int scope = 0; scope < ScopeLogger::kNumScopes; ++scope) { in TEST_F()