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

  /packages/apps/OMA-DM/engine/xpl/hdr/
xpl_Port.h 34 XPL_LOG_PORT_DM_API = XPL_LOG_PORT_DM_FIRST, /* Log DM API */
xpl_Logger.h 123 #define XPL_LOG_DM_API_Error2( args... ) XPL_LOG_Error(XPL_LOG_PORT_DM_API, args)
149 #define XPL_LOG_DM_API_Warn2( args... ) XPL_LOG_Warn(XPL_LOG_PORT_DM_API, args)
175 #define XPL_LOG_DM_API_Debug2( args... ) XPL_LOG_Debug(XPL_LOG_PORT_DM_API, args)
183 #define XPL_LOG_DM_API_Enter2( args... ) XPL_LOG_Enter(XPL_LOG_PORT_DM_API, args)
191 #define XPL_LOG_DM_API_Leave2( args... ) XPL_LOG_Leave(XPL_LOG_PORT_DM_API, args)

Completed in 1886 milliseconds