HomeSort by relevance Sort by last modified time
    Searched defs:CreateLeafNode (Results 1 - 6 of 6) sorted by null

  /packages/apps/OMA-DM/engine/javaplugin/nativelib/src/
DmtJavaPluginTree.cc 94 SYNCML_DM_RET_STATUS_T DmtJavaPluginTree::CreateLeafNode(const char* path, PDmtNode& ptrCreatedNode, const DmtData& value)
96 DmtJavaPlugin_Debug("Inside: DmtJavaPluginTree::CreateLeafNode, path = %s\n", path);
103 SYNCML_DM_RET_STATUS_T res = DmtRWPluginTree::CreateLeafNode(path, ptrCreatedNode, value);
104 DmtJavaPlugin_Debug("Leave: DmtJavaPluginTree::CreateLeafNode, res = %d\n", res);
108 SYNCML_DM_RET_STATUS_T DmtJavaPluginTree::CreateLeafNode(const char* path, PDmtNode& ptrCreatedNode, const DmtData& value, BOOLEAN isESN)
110 DmtJavaPlugin_Debug("Inside: DmtJavaPluginTree::CreateLeafNode, path = %s\n", path);
117 SYNCML_DM_RET_STATUS_T res = DmtRWPluginTree::CreateLeafNode(path, ptrCreatedNode, value, isESN);
118 DmtJavaPlugin_Debug("Leave: DmtJavaPluginTree::CreateLeafNode, res = %d\n", res);
126 SYNCML_DM_RET_STATUS_T res = m_pluginManager->CreateLeafNode(path, value);
DmtJavaPluginManager.cc 424 SYNCML_DM_RET_STATUS_T DmtJavaPluginManager::CreateLeafNode(const char* pPath, const DmtData& data)
432 DECLARE_METHOD(javaMethod, "createLeafNode", "(Ljava/lang/String;ILjava/lang/String;)I");
  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
dmtTree.cc 232 SYNCML_DM_RET_STATUS_T DmtTreeImpl::CreateLeafNode(CPCHAR path, PDmtNode& ptrCreatedNode, const DmtData& value , BOOLEAN isESN)
237 SYNCML_DM_RET_STATUS_T DmtTreeImpl::CreateLeafNode( CPCHAR path, PDmtNode& ptrCreatedNode, const DmtData& value )
242 DM_PROFILE("CreateLeafNode:Native");
717 { dm_stat = CreateLeafNode(newnodeuri, newNode, data);
778 dm_stat = CreateLeafNode(newName.c_str(), newNode, data);
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/plugins/testrwplugin/src/
test_rwplugin.cc 32 SYNCML_DM_RET_STATUS_T CreateLeafNode( const char* path, PDmtNode& ptrCreatedNode, const DmtData& value, BOOLEAN isESN);
131 SYNCML_DM_RET_STATUS_T testRWPluginTree::CreateLeafNode( const char* path, PDmtNode& ptrCreatedNode, const DmtData& value, BOOLEAN isESN )
133 return DmtRWPluginTree::CreateLeafNode(path, ptrCreatedNode, value, isESN);
  /packages/apps/OMA-DM/engine/dmlib/plugin/src/
dmtPlugin.cc 280 SYNCML_DM_RET_STATUS_T DmtPluginTree::CreateLeafNode( CPCHAR path,
286 SYNCML_DM_RET_STATUS_T DmtPluginTree::CreateLeafNode(CPCHAR path,
dmtRWPlugin.cc 564 SYNCML_DM_RET_STATUS_T DmtRWPluginTree::CreateLeafNode(CPCHAR path,
588 SYNCML_DM_RET_STATUS_T DmtRWPluginTree::CreateLeafNode( CPCHAR path,
    [all...]

Completed in 301 milliseconds