Searched refs:BundleActiveLog (Results 1 - 2 of 2) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/utils/include/ |
H A D | bundle_active_log.h | 32 class BundleActiveLog { class 34 BundleActiveLog() = delete; 35 ~BundleActiveLog() = delete; 56 BundleActiveLog::GetCurrFileName(__FILE__).c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__) 58 BundleActiveLog::GetCurrFileName(__FILE__).c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__) 60 BundleActiveLog::GetCurrFileName(__FILE__).c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__) 62 BundleActiveLog::GetCurrFileName(__FILE__).c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__) 64 BundleActiveLog::GetCurrFileName(__FILE__).c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__)
|
/foundation/resourceschedule/device_usage_statistics/utils/src/ |
H A D | bundle_active_log.cpp | 20 BundleActiveLogLevel BundleActiveLog::logLevel_ = {BundleActiveLogLevel::DEBUG}; 21 bool BundleActiveLog::JudgeValidLevel(const BundleActiveLogLevel &level) in JudgeValidLevel() 23 const BundleActiveLogLevel &currLevel = BundleActiveLog::GetLogLevel(); in JudgeValidLevel() 30 std::string BundleActiveLog::GetCurrFileName(const char *str) in GetCurrFileName()
|
Completed in 1 milliseconds