Lines Matching refs:pLocatedElement
1358 CElement *pLocatedElement = NULL; in listElementsCommandProcess() local
1360 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listElementsCommandProcess()
1365 if (!pLocatedElement) { in listElementsCommandProcess()
1370 pLocatedElement = getSystemClass(); in listElementsCommandProcess()
1374 strResult += pLocatedElement->listQualifiedPaths(false); in listElementsCommandProcess()
1385 CElement *pLocatedElement = NULL; in listParametersCommandProcess() local
1387 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listParametersCommandProcess()
1392 if (!pLocatedElement) { in listParametersCommandProcess()
1397 pLocatedElement = getSystemClass(); in listParametersCommandProcess()
1401 strResult += pLocatedElement->listQualifiedPaths(true); in listParametersCommandProcess()
1411 CElement *pLocatedElement = NULL; in getElementStructureXMLCommandProcess() local
1413 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in getElementStructureXMLCommandProcess()
1420 if (!exportElementToXMLString(pLocatedElement, pLocatedElement->getXmlElementName(), in getElementStructureXMLCommandProcess()
1435 CElement *pLocatedElement = NULL; in getElementBytesCommandProcess() local
1437 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in getElementBytesCommandProcess()
1443 static_cast<CConfigurableElement *>(pLocatedElement); in getElementBytesCommandProcess()
1482 CElement *pLocatedElement = NULL; in setElementBytesCommandProcess() local
1484 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in setElementBytesCommandProcess()
1490 static_cast<CConfigurableElement *>(pLocatedElement); in setElementBytesCommandProcess()
1625 CElement *pLocatedElement = NULL; in dumpElementCommandProcess() local
1627 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in dumpElementCommandProcess()
1638 strResult = pLocatedElement->dumpContent(parameterAccessContext); in dumpElementCommandProcess()
1648 CElement *pLocatedElement = NULL; in getElementSizeCommandProcess() local
1650 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in getElementSizeCommandProcess()
1657 static_cast<const CConfigurableElement *>(pLocatedElement); in getElementSizeCommandProcess()
1670 CElement *pLocatedElement = NULL; in showPropertiesCommandProcess() local
1672 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in showPropertiesCommandProcess()
1679 static_cast<const CConfigurableElement *>(pLocatedElement); in showPropertiesCommandProcess()
1718 CElement *pLocatedElement = NULL; in listBelongingDomainsCommandProcess() local
1720 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listBelongingDomainsCommandProcess()
1727 static_cast<const CConfigurableElement *>(pLocatedElement); in listBelongingDomainsCommandProcess()
1740 CElement *pLocatedElement = NULL; in listAssociatedDomainsCommandProcess() local
1742 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listAssociatedDomainsCommandProcess()
1749 static_cast<const CConfigurableElement *>(pLocatedElement); in listAssociatedDomainsCommandProcess()
2015 CElement *pLocatedElement = NULL; in accessConfigurationValue() local
2017 if (!elementLocator.locate(strPath, &pLocatedElement, strError)) { in accessConfigurationValue()
2024 static_cast<const CConfigurableElement *>(pLocatedElement); in accessConfigurationValue()
2403 CElement *pLocatedElement = NULL; in addConfigurableElementToDomain() local
2405 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) { in addConfigurableElementToDomain()
2413 static_cast<CConfigurableElement *>(pLocatedElement); in addConfigurableElementToDomain()
2446 CElement *pLocatedElement = NULL; in removeConfigurableElementFromDomain() local
2448 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) { in removeConfigurableElementFromDomain()
2456 static_cast<CConfigurableElement *>(pLocatedElement); in removeConfigurableElementFromDomain()
2478 CElement *pLocatedElement = NULL; in split() local
2480 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) { in split()
2488 static_cast<CConfigurableElement *>(pLocatedElement); in split()