Home
last modified time | relevance | path

Searched defs:LOGD (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/common/
Dplugin_common.h23 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
/test/xts/acts/kernel_lite/utils/
Dlog.h40 #define LOGD(format, ...) fprintf(stdout, "[%.06f] " format "\n", GetCurTime(), ##__VA_ARGS__) macro