Home
last modified time | relevance | path

Searched refs:AppLogWrapper (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/common/test/unittest/common_appexecfwk_log_test/
H A Dappexecfwk_log_test.cpp44 * Feature: AppLogWrapper
45 * Function: AppLogWrapper
53 EXPECT_EQ(AppLogLevel::DEBUG, AppLogWrapper::GetLogLevel()); in HWTEST_F()
54 AppLogWrapper::SetLogLevel(AppLogLevel::INFO); in HWTEST_F()
55 EXPECT_EQ(AppLogLevel::INFO, AppLogWrapper::GetLogLevel()); in HWTEST_F()
59 * Feature: AppLogWrapper
60 * Function: AppLogWrapper
71 std::string result = AppLogWrapper::GetBriefFileName(fileName.c_str()); in HWTEST_F()
76 * Feature: AppLogWrapper
77 * Function: AppLogWrapper
[all...]
/foundation/bundlemanager/bundle_framework/common/log/src/
H A Dapp_log_wrapper.cpp22 AppLogLevel AppLogWrapper::level_ = AppLogLevel::DEBUG;
24 bool AppLogWrapper::JudgeLevel(const AppLogLevel &level) in JudgeLevel()
26 return (AppLogWrapper::GetLogLevel() <= level); in JudgeLevel()
29 std::string AppLogWrapper::GetBriefFileName(const char *str) in GetBriefFileName()
/foundation/bundlemanager/bundle_framework/common/log/include/
H A Dapp_log_wrapper.h36 class AppLogWrapper { class

Completed in 1 milliseconds