/base/hiviewdfx/hiview/base/include/ |
D | logger.h | 34 #define HIVIEW_LOGD(format, ...) \ argument 37 #define HIVIEW_LOGI(format, ...) \ argument 40 #define HIVIEW_LOGW(format, ...) \ argument 43 #define HIVIEW_LOGE(format, ...) \ argument 46 #define HIVIEW_LOGF(format, ...) \ argument
|
D | i_logger.h | 28 …virtual void Print(uint32_t level, uint32_t domain, const char* tag, const char* format, va_list a… in Print()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_image_util_test/ |
D | ans_image_util_unit_test.cpp | 83 std::string format = ":"; variable 102 std::string format = ":"; variable 142 std::string format = ":"; variable 284 std::string format = "testFormat"; variable 305 std::string format = "testFormat"; variable 326 std::string format = "testFormat"; variable 347 std::string format = ""; variable 368 std::string format = "testFormat"; variable 390 std::string format = "testFormat"; variable 413 std::string format = "testFormat"; variable [all …]
|
/base/update/updater/services/script/script_manager/ |
D | script_utils.h | 28 #define USCRIPT_LOGE(format, ...) Logger(Updater::ERROR, (__FILE_NAME__), (__LINE__), format, ##__V… argument 29 #define USCRIPT_LOGI(format, ...) Logger(Updater::INFO, (__FILE_NAME__), (__LINE__), format, ##__VA… argument 30 #define USCRIPT_LOGW(format, ...) Logger(Updater::WARNING, (__FILE_NAME__), (__LINE__), format, ##_… argument
|
/base/update/updater/services/flashd/common/ |
D | flashd_define.h | 24 #define FLASHD_LOGE(format, ...) Logger(Updater::ERROR, (__FILE_NAME__), (__LINE__), format, ##__VA… argument 25 #define FLASHD_LOGD(format, ...) Logger(Updater::DEBUG, (__FILE_NAME__), (__LINE__), format, ##__VA… argument 26 #define FLASHD_LOGI(format, ...) Logger(Updater::INFO, (__FILE_NAME__), (__LINE__), format, ##__VA_… argument 27 #define FLASHD_LOGW(format, ...) Logger(Updater::WARNING, (__FILE_NAME__), (__LINE__), format, ##__… argument
|
/base/hiviewdfx/hidumper/frameworks/native/ |
D | common.h | 44 #define LOG_ERR(format, ...) \ argument 52 #define LOG_DEBUG(format, ...) \ argument 58 #define LOG_DEBUG(format, ...) argument
|
/base/security/device_auth/frameworks/deviceauth_lite/source/log/ |
D | log.c | 78 static void hc_logd(const char *tag, const char *func, const char *format, ...) in hc_logd() 85 static void hc_logi(const char *tag, const char *func, const char *format, ...) in hc_logi() 92 static void hc_logw(const char *tag, const char *func, const char *format, ...) in hc_logw() 99 static void hc_loge(const char *tag, const char *func, const char *format, ...) in hc_loge()
|
/base/hiviewdfx/hidumper/frameworks/native/include/executor/ |
D | fd_output.h | 28 #define LOG_DEBUG_DUMP(format, ...) \ argument 33 #define LOG_DEBUG(format, ...) argument
|
/base/update/updater/services/package/pkg_manager/ |
D | pkg_utils.h | 52 #define PKG_LOGE(format, ...) Logger(Updater::ERROR, (__FILE_NAME__), (__LINE__), format, ##__VA_AR… argument 53 #define PKG_LOGI(format, ...) Logger(Updater::INFO, (__FILE_NAME__), (__LINE__), format, ##__VA_ARG… argument 54 #define PKG_LOGW(format, ...) Logger(Updater::WARNING, (__FILE_NAME__), (__LINE__), format, ##__VA_… argument
|
/base/update/updateservice/frameworks/js/napi/base/include/ |
D | client_define.h | 27 #define CLIENT_LOGI(format, ...) \ argument 31 #define CLIENT_LOGE(format, ...) \ argument
|
/base/hiviewdfx/faultloggerd/frameworks/unwinder/ |
D | dfx_frame_format.cpp | 36 char format[] = "#%02zu pc %016" PRIx64 " %s"; in GetFrameStr() local 38 char format[] = "#%02zu pc %08" PRIx64 " %s"; in GetFrameStr() local
|
/base/update/updater/services/script/script_interpreter/ |
D | script_interpreter.h | 25 #define INTERPRETER_LOGE(inter, context, format, ...) \ argument 28 #define INTERPRETER_LOGI(inter, context, format, ...) \ argument
|
/base/update/updater/services/diffpatch/ |
D | diffpatch.h | 35 #define PATCH_LOGE(format, ...) Logger(Updater::ERROR, (__FILE_NAME__), (__LINE__), format, ##__VA_… argument 36 #define PATCH_DEBUG(format, ...) Logger(Updater::DEBUG, (__FILE_NAME__), (__LINE__), format, ##__VA… argument 37 #define PATCH_LOGI(format, ...) Logger(Updater::INFO, (__FILE_NAME__), (__LINE__), format, ##__VA_A… argument 38 #define PATCH_LOGW(format, ...) Logger(Updater::WARNING, (__FILE_NAME__), (__LINE__), format, ##__V… argument
|
/base/hiviewdfx/hiview/base/utility/ |
D | time_util.cpp | 25 time_t StrToTimeStamp(const std::string& tmStr, const std::string& format) in StrToTimeStamp() 62 std::string TimestampFormatToDate(time_t timeStamp, const std::string& format) in TimestampFormatToDate() 128 std::string FormatTime(const int64_t timestamp, const std::string &format) in FormatTime()
|
/base/hiviewdfx/hiview/base/ |
D | hi_logger.cpp | 33 void HiLogger::Print(uint32_t level, uint32_t domain, const char* tag, const char* format, va_list … in Print()
|
D | logger.cpp | 48 void Logger::Print(uint32_t level, uint32_t domain, const char* tag, const char* format, ...) in Print()
|
D | default_logger.cpp | 31 void DefaultLogger::Print(uint32_t level, uint32_t domain, const char* tag, const char* format, va_… in Print()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_image_util.cpp | 28 …nsImageUtil::PackImage(const std::shared_ptr<Media::PixelMap> &pixelMap, const std::string &format) in PackImage() 101 const std::string &format) in PackImage2File() 129 …a::PixelMap> AnsImageUtil::CreatePixelMap(const std::string &inFilePath, const std::string &format) in CreatePixelMap()
|
/base/security/huks/frameworks/crypto_lite/cipher/src/ |
D | cipher_log.c | 24 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CipherLog()
|
D | cipher_log_lite.c | 25 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CipherLog()
|
/base/startup/init/services/log/ |
D | init_log.h | 83 #define INIT_ERROR_CHECK(ret, statement, format, ...) \ argument 91 #define INIT_INFO_CHECK(ret, statement, format, ...) \ argument 99 #define INIT_WARNING_CHECK(ret, statement, format, ...) \ argument 128 #define INIT_CHECK_ONLY_ELOG(ret, format, ...) \ argument
|
/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/log/ |
D | cm_log.c | 30 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CmLog()
|
/base/security/certificate_framework/frameworks/common/v1.0/src/ |
D | cf_log.c | 27 void CfLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CfLog()
|
/base/security/huks/test/unittest/huks_lite_test/common/ |
D | hks_test_log.c | 25 void HksTestLog(uint32_t logLevel, const char *funcName, int32_t lineNo, const char *format, ...) in HksTestLog()
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
D | log_print.cpp | 76 static void PrintLogPrefix(const LogContent& content, const LogFormat& format, std::ostream& out) in PrintLogPrefix() 144 void LogPrintWithFormat(const LogContent& content, const LogFormat& format, std::ostream& out) in LogPrintWithFormat()
|