Searched refs:GetLogLevel (Results 1 – 12 of 12) sorted by relevance
59 EXPECT_EQ(AccountLogLevel::INFO, AccountLogWrapper::GetLogLevel());66 EXPECT_EQ(AccountLogLevel::DEBUG, AccountLogWrapper::GetLogLevel());
25 return (level >= AccountLogWrapper::GetLogLevel()); in JudgeLevel()
23 const AnsLogLevel &curLevel = AnsLogWrapper::GetLogLevel(); in JudgeLevel()
27 const DataStorageLogLevel &curLevel = DataStorageLogWrapper::GetLogLevel(); in JudgeLevel()
30 const UpdateLogLevel &curLevel = GetLogLevel(); in JudgeLevel()42 const UpdateLogLevel &UpdateLog::GetLogLevel() in GetLogLevel() function in OHOS::UpdateEngine::UpdateLog
42 static const AccountLogLevel &GetLogLevel() in GetLogLevel() function
42 static const DataStorageLogLevel &GetLogLevel() in GetLogLevel() function
76 LogLevel GetLogLevel(void) in GetLogLevel() function
36 LogLevel GetLogLevel(void);
71 static const AnsLogLevel &GetLogLevel() in GetLogLevel() function
62 static const UpdateLogLevel &GetLogLevel();
182 auto logLevel = static_cast<std::int32_t>(AccountLogWrapper::GetLogLevel()); in ProcessOneParameter()