Home
last modified time | relevance | path

Searched refs:AccountLogWrapper (Results 1 - 4 of 4) sorted by relevance

/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_log_test.cpp59 EXPECT_EQ(AccountLogLevel::INFO, AccountLogWrapper::GetLogLevel()); in HWTEST_F()
65 AccountLogWrapper::SetLogLevel(AccountLogLevel::DEBUG); in HWTEST_F()
66 EXPECT_EQ(AccountLogLevel::DEBUG, AccountLogWrapper::GetLogLevel()); in HWTEST_F()
87 std::string result = AccountLogWrapper::GetBriefFileName(fileName); in HWTEST_F()
100 std::string result = AccountLogWrapper::GetBriefFileName(fileName); in HWTEST_F()
103 result = AccountLogWrapper::GetBriefFileName(fileName); in HWTEST_F()
125 std::string result = AccountLogWrapper::GetBriefFileName(fileName); in HWTEST_F()
/base/account/os_account/frameworks/common/log/src/
H A Daccount_log_wrapper.cpp21 AccountLogLevel AccountLogWrapper::level_ = AccountLogLevel::INFO;
23 bool AccountLogWrapper::JudgeLevel(const AccountLogLevel& level) in JudgeLevel()
25 return (level >= AccountLogWrapper::GetLogLevel()); in JudgeLevel()
28 std::string AccountLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName()
/base/account/os_account/frameworks/common/log/include/
H A Daccount_log_wrapper.h33 class AccountLogWrapper { class
/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp182 auto logLevel = static_cast<std::int32_t>(AccountLogWrapper::GetLogLevel()); in ProcessOneParameter()
207 AccountLogWrapper::SetLogLevel(logLevel); in SetLogLevel()

Completed in 2 milliseconds