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

  /packages/apps/OMA-DM/engine/dmlib/plugin/src/
dmtPlugin.cc 165 XPL_LOG_DM_PLG_Debug(("DmtPluginTree::DmtPluginTree()"));
181 XPL_LOG_DM_PLG_Debug(("DmtPluginTree::Init() SYNCML_DM_DEVICE_FULL\n"));
231 XPL_LOG_DM_PLG_Debug(("GetNode lookup for %s=%d\n", path, result));
244 XPL_LOG_DM_PLG_Debug(("GetChildNodeNames lookup for %s\n", path));
251 XPL_LOG_DM_PLG_Debug(("GetNode err=%d\n", dm_stat));
258 XPL_LOG_DM_PLG_Debug(("GetValue err=%d\n", dm_stat));
367 XPL_LOG_DM_PLG_Debug(("GetParameter name=%s\n", name));
382 XPL_LOG_DM_PLG_Debug(("Set Node for %s\n", path));
389 XPL_LOG_DM_PLG_Debug(("Remove Node %s\n", path));
496 XPL_LOG_DM_PLG_Debug(("DmtPluginNode::Init, %s, type=%d\n", m_strPath.c_str(), m_oData.GetType()));
    [all...]
dmPlugin.cc 69 XPL_LOG_DM_PLG_Debug(("Release m_pTree: %s\n", m_strPath.c_str()));
119 XPL_LOG_DM_PLG_Debug(("lookedup %s=%s\n", strKey.c_str(), value.c_str()));
126 XPL_LOG_DM_PLG_Debug(("loadSymbol lib=0x%x, func=0x%x\n", *phLibHandle, *ppFunc));
154 XPL_LOG_DM_PLG_Debug(("DMPlugin::GetTree(%s)=0x%x\n", szPath, (void *)pTree));
dmPluginManager.cc 86 XPL_LOG_DM_PLG_Debug(("Loading %s\n", szPath));
139 XPL_LOG_DM_PLG_Debug(("UpdatePluginNodes subTreeRootPath=%s\n", szRootPath));
236 XPL_LOG_DM_PLG_Debug(("new plugin %s=%s\n", strKeyTmp.c_str(), strValueTmp.c_str()));
241 XPL_LOG_DM_PLG_Debug(("new plugin %s=%s\n", strKeyTmp.c_str(), strValueTmp.c_str()));
264 XPL_LOG_DM_PLG_Debug(("Add plug-in %s\n",strPath.c_str()));
304 XPL_LOG_DM_PLG_Debug(("DMPluginManager::removePlugin %s\n", (CPCHAR)plugin->GetPath()));
329 XPL_LOG_DM_PLG_Debug(("DMPluginManager::LoadPluginFile %s\n", filename));
375 XPL_LOG_DM_PLG_Debug(("DMPluginManager::LoadPluginFile\n"));
475 XPL_LOG_DM_PLG_Debug(("DMPluginManager::DeInit\n"));
556 XPL_LOG_DM_PLG_Debug(("DMPluginManager::FindPlugin, type=%d path=%s\n", type, szPath))
    [all...]
dmtRWPlugin.cc 793 XPL_LOG_DM_PLG_Debug(("Enter DmtRWPluginNode::SetValue..."));
801 XPL_LOG_DM_PLG_Debug(("LogCommand returns dm_stat=%d", dm_stat));
810 XPL_LOG_DM_PLG_Debug(("DmtRWPluginNode::SetValue m_oData.getSize() returns dataSize=%d dm_stat=%d", dataSize, dm_stat));
814 XPL_LOG_DM_PLG_Debug(("calling m_oAttr.SetSize(%d)", dataSize));
818 XPL_LOG_DM_PLG_Debug(("DmtRWPluginNode::SetValue returns dm_stat=%d", dm_stat));
    [all...]
  /packages/apps/OMA-DM/engine/xpl/hdr/
xpl_Logger.h 200 #define XPL_LOG_DM_PLG_Debug( args... ) XPL_LOG_DM_PLG_Debug2 args
224 #define XPL_LOG_DM_PLG_Debug( args... )

Completed in 65 milliseconds