Lines Matching full:getname
97 strValue += _pLastAppliedConfiguration ? _pLastAppliedConfiguration->getName() : "<none>";
107 log_info("Making domain \"%s\" sequence %s", getName().c_str(), bSequenceAware ? "aware" : "unaware");
206 xmlConfigurationSettingsElement.setNameAttribute(pDomainConfiguration->getName());
283 if (!pathNavigator.navigateThrough(systemClass.getName(), strError)) {
285 serializingContext.setError("Could not find configurable element of path " + strConfigurableElementPath + " from ConfigurableDomain description " + getName() + " (" + strError + ")");
295 serializingContext.setError("Could not find configurable element of path " + strConfigurableElementPath + " from ConfigurableDomain description " + getName());
342 " configurable domain \"" + getName() + "\".");
362 strError = "Configurable element " + pConfigurableElement->getPath() + " already associated to configuration domain " + getName();
370 strError = "Configurable element " + pConfigurableElement->getPath() + " already owned by configuration domain " + getName();
386 strError = "Configurable element " + pConfigurableElement->getPath() + " not associated to configuration domain " + getName();
390 log_info("Removing configurable element \"%s\" from domain \"%s\"", pConfigurableElement->getPath().c_str(), getName().c_str());
462 strError = "Configurable element " + pConfigurableElement->getPath() + " not associated to configuration domain " + getName();
466 log_info("Splitting configurable element \"%s\" domain \"%s\"", pConfigurableElement->getPath().c_str(), getName().c_str());
543 pApplicableDomainConfiguration->getName().c_str(),
544 getName().c_str());
600 log_info("Creating domain configuration \"%s\" into domain \"%s\"", strName.c_str(), getName().c_str());
642 log_info("Deleting configuration \"%s\" from domain \"%s\"", strName.c_str(), getName().c_str());
683 log_info("Renaming domain \"%s\"'s configuration \"%s\" to \"%s\"", getName().c_str(), strName.c_str(), strNewName.c_str());
700 log_info("Restoring domain \"%s\"'s configuration \"%s\" to parameter blackboard", getName().c_str(), pDomainConfiguration->getName().c_str());
725 log_info("Saving domain \"%s\"'s configuration \"%s\" from parameter blackboard", getName().c_str(), pDomainConfiguration->getName().c_str());
814 return _pLastAppliedConfiguration->getName();
826 return pPendingConfiguration->getName();
850 log_info("Validating domain \"%s\" against main blackboard for configurable element \"%s\"", getName().c_str(), pConfigurableElement->getPath().c_str());
1002 log_info("In domain \"%s\", merging descendant configurable element's configurations \"%s\" into its ascendant \"%s\" ones", getName().c_str(), pConfigurablePotentialDescendantElement->getName().c_str(), pNewConfigurableElement->getName().c_str());