Searched defs:OH_LOG_INFO (Results 1 - 2 of 2) sorted by relevance
/napi_generator/examples/napitutorials/entry/src/main/cpp/include/ |
H A D | javascriptapi.h | 26 #define OH_LOG_INFO(type, ...) ((void)OH_LOG_Print((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
|
/napi_generator/examples/pluginCase/serviceCode/ |
H A D | NodeISayHello.cpp | 23 #define OH_LOG_INFO(type, ...) ((void)OH_LOG_Print((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro [all...] |
Completed in 1 milliseconds