Lines Matching refs:pLocatedElement

1339     CElement* pLocatedElement = NULL;  in listElementsCommandProcess()  local
1341 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listElementsCommandProcess()
1348 if (!pLocatedElement) { in listElementsCommandProcess()
1353 pLocatedElement = getSystemClass(); in listElementsCommandProcess()
1357 strResult += pLocatedElement->listQualifiedPaths(false); in listElementsCommandProcess()
1367 CElement* pLocatedElement = NULL; in listParametersCommandProcess() local
1369 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listParametersCommandProcess()
1376 if (!pLocatedElement) { in listParametersCommandProcess()
1381 pLocatedElement = getSystemClass(); in listParametersCommandProcess()
1385 strResult += pLocatedElement->listQualifiedPaths(true); in listParametersCommandProcess()
1394 CElement* pLocatedElement = NULL; in dumpElementCommandProcess() local
1396 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in dumpElementCommandProcess()
1406 pLocatedElement->dumpContent(strResult, parameterAccessContext); in dumpElementCommandProcess()
1415 CElement* pLocatedElement = NULL; in getElementSizeCommandProcess() local
1417 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in getElementSizeCommandProcess()
1423 …figurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(pLocatedElement); in getElementSizeCommandProcess()
1435 CElement* pLocatedElement = NULL; in showPropertiesCommandProcess() local
1437 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in showPropertiesCommandProcess()
1443 …figurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(pLocatedElement); in showPropertiesCommandProcess()
1477 CElement* pLocatedElement = NULL; in listBelongingDomainsCommandProcess() local
1479 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listBelongingDomainsCommandProcess()
1485 …figurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(pLocatedElement); in listBelongingDomainsCommandProcess()
1497 CElement* pLocatedElement = NULL; in listAssociatedDomainsCommandProcess() local
1499 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { in listAssociatedDomainsCommandProcess()
1505 …figurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(pLocatedElement); in listAssociatedDomainsCommandProcess()
1785 CElement* pLocatedElement = NULL; in accessConfigurationValue() local
1787 if (!elementLocator.locate(strPath, &pLocatedElement, strError)) { in accessConfigurationValue()
1793 …figurableElement* pConfigurableElement = static_cast<const CConfigurableElement*>(pLocatedElement); in accessConfigurationValue()
2116 CElement* pLocatedElement = NULL; in addConfigurableElementToDomain() local
2118 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) { in addConfigurableElementToDomain()
2124 … CConfigurableElement* pConfigurableElement = static_cast<CConfigurableElement*>(pLocatedElement); in addConfigurableElementToDomain()
2140 CElement* pLocatedElement = NULL; in removeConfigurableElementFromDomain() local
2142 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) { in removeConfigurableElementFromDomain()
2148 … CConfigurableElement* pConfigurableElement = static_cast<CConfigurableElement*>(pLocatedElement); in removeConfigurableElementFromDomain()
2164 CElement* pLocatedElement = NULL; in split() local
2166 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) { in split()
2172 … CConfigurableElement* pConfigurableElement = static_cast<CConfigurableElement*>(pLocatedElement); in split()