Searched defs:LOGD (Results 1 – 8 of 8) sorted by relevance
| /applications/standard/settings/cj/settings/src/ |
| D | cj_settings_log.h | 31 #define LOGD(...) \ macro
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/include/util/ |
| D | log.h | 26 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "[OpenGL]", __VA_ARGS__)) macro
|
| /applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/include/util/ |
| D | log.h | 26 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "[OpenGL]", __VA_ARGS__)) macro
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/common/ |
| D | logger_common.h | 23 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__)) macro
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/ |
| D | logger_common.h | 23 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__)) macro
|
| /applications/standard/app_samples/code/DocsSample/ApplicationModels/MindSporeLiteCDemo/entry/src/main/cpp/ |
| D | mslite_napi.cpp | 29 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "[MSLiteNapi]", __VA_ARGS__)) macro
|
| /applications/standard/app_samples/code/DocsSample/Media/AVTranscoder/AVTranscoderNDK/entry/src/main/cpp/ |
| D | napi_init.cpp | 37 #define LOGD(format, ...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, LOG_MSG_TAG, format, ##__… macro
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/ |
| D | mslite_napi.cpp | 37 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "[MSLiteNapi]", __VA_ARGS__)) macro
|