Searched defs:LOGI (Results 1 - 6 of 6) sorted by relevance
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/common/ |
H A D | plugin_common.h | 22 #define LOGI(...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
|
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/common/ |
H A D | plugin_common.h | 22 #define LOGI(...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__))
macro
|
/test/xts/acts/arkui/ace_ets_web_napis/entry/src/main/cpp/common/ |
H A D | plugin_common.h | 22 #define LOGI(...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/common/ |
H A D | plugin_common.h | 23 #define LOGI(...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
|
/test/xts/acts/graphic/graphicGlesExtension/ |
H A D | graphicGlesExtension.cpp | 30 #define LOGI(FMT, VARS...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, "HMG_LOG", FMT, ##VARS)) macro
|
/test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/ |
H A D | PictureNdk.cpp | 37 #define LOGI(...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
|
Completed in 10 milliseconds