Home
last modified time | relevance | path

Searched refs:GetLogLevel (Results 1 – 13 of 13) sorted by relevance

/base/account/os_account/frameworks/common/test/unittest/common_account_test/
Daccount_log_test.cpp59 EXPECT_EQ(AccountLogLevel::INFO, AccountLogWrapper::GetLogLevel());
66 EXPECT_EQ(AccountLogLevel::DEBUG, AccountLogWrapper::GetLogLevel());
/base/account/os_account/frameworks/common/log/src/
Daccount_log_wrapper.cpp25 return (level >= AccountLogWrapper::GetLogLevel()); in JudgeLevel()
/base/notification/distributed_notification_service/frameworks/core/common/src/
Dans_log_wrapper.cpp23 const AnsLogLevel &curLevel = AnsLogWrapper::GetLogLevel(); in JudgeLevel()
/base/telephony/telephony_data/common/src/
Ddata_storage_log_wrapper.cpp27 const DataStorageLogLevel &curLevel = DataStorageLogWrapper::GetLogLevel(); in JudgeLevel()
/base/update/updateservice/foundations/ability/log/src/
Dupdate_log.cpp26 const UpdateLogLevel &curLevel = GetLogLevel(); in JudgeLevel()
38 const UpdateLogLevel &UpdateLog::GetLogLevel() in GetLogLevel() function in OHOS::UpdateEngine::UpdateLog
/base/update/updateservice/foundations/ability/log/src/test/unittest/src/
Dupdate_log_test.cpp65 ASSERT_EQ(level, log.GetLogLevel());
/base/account/os_account/frameworks/common/log/include/
Daccount_log_wrapper.h42 static const AccountLogLevel &GetLogLevel() in GetLogLevel() function
/base/telephony/telephony_data/common/include/
Ddata_storage_log_wrapper.h42 static const DataStorageLogLevel &GetLogLevel() in GetLogLevel() function
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.cpp84 LogLevel GetLogLevel(void) in GetLogLevel() function
Ddfx_log.h38 LogLevel GetLogLevel(void);
/base/notification/distributed_notification_service/frameworks/core/common/include/
Dans_log_wrapper.h74 static const AnsLogLevel &GetLogLevel() in GetLogLevel() function
/base/update/updateservice/foundations/ability/log/include/
Dupdate_log.h84 static const UpdateLogLevel &GetLogLevel();
/base/account/os_account/dfx/hidumper_adapter/
Daccount_dump_helper.cpp182 auto logLevel = static_cast<std::int32_t>(AccountLogWrapper::GetLogLevel()); in ProcessOneParameter()