Searched refs:GetLogLevel (Results 1 – 13 of 13) 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()
26 const UpdateLogLevel &curLevel = GetLogLevel(); in JudgeLevel()38 const UpdateLogLevel &UpdateLog::GetLogLevel() in GetLogLevel() function in OHOS::UpdateEngine::UpdateLog
65 ASSERT_EQ(level, log.GetLogLevel());
42 static const AccountLogLevel &GetLogLevel() in GetLogLevel() function
42 static const DataStorageLogLevel &GetLogLevel() in GetLogLevel() function
84 LogLevel GetLogLevel(void) in GetLogLevel() function
38 LogLevel GetLogLevel(void);
74 static const AnsLogLevel &GetLogLevel() in GetLogLevel() function
84 static const UpdateLogLevel &GetLogLevel();
182 auto logLevel = static_cast<std::int32_t>(AccountLogWrapper::GetLogLevel()); in ProcessOneParameter()