HomeSort by relevance Sort by last modified time
    Searched refs:XPL_LOG_PORT_DM_PLG (Results 1 - 2 of 2) sorted by null

  /packages/apps/OMA-DM/engine/xpl/hdr/
xpl_Port.h 36 XPL_LOG_PORT_DM_PLG, /* Log Plugin */
xpl_Logger.h 124 #define XPL_LOG_DM_PLG_Error2( args... ) XPL_LOG_Error(XPL_LOG_PORT_DM_PLG, args)
150 #define XPL_LOG_DM_PLG_Warn2( args... ) XPL_LOG_Warn(XPL_LOG_PORT_DM_PLG, args)
176 #define XPL_LOG_DM_PLG_Debug2( args... ) XPL_LOG_Debug(XPL_LOG_PORT_DM_PLG, args)
184 #define XPL_LOG_DM_PLG_Enter2( args... ) XPL_LOG_Enter(XPL_LOG_PORT_DM_PLG, args)
192 #define XPL_LOG_DM_PLG_Leave2( args... ) XPL_LOG_Leave(XPL_LOG_PORT_DM_PLG, args)

Completed in 270 milliseconds