Lines Matching full:domain
107 log_info("Making domain \"%s\" sequence %s", getName().c_str(), bSequenceAware ? "aware" : "unaware");
255 // Parse it and create domain configuration objects
299 // Add found element to domain
336 // Get domain configuration
341 serializingContext.setError("Could not find domain configuration referred to by"
342 " configurable domain \"" + getName() + "\".");
346 // Have domain configuration parse settings for all configurable elements
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());
403 * must belong to the Domain. If a Blackboard is found, the base offset of
409 * belongs to the Domain.
412 * the last one applied of the Domain.
428 strError = "Domain configuration " + strConfiguration + " not found";
451 strError = "Element not associated to the Domain
456 // Domain splitting
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());
468 // Create sub domain areas for all configurable element's children
473 strError = "Configurable element " + pConfigurableElement->getPath() + " has no children to split configurable domain to";
497 // Remove given configurable element from this domain
504 // Check if there is a pending configuration for this domain: i.e. an applicable configuration different from the last applied configuration
542 log_info("Applying configuration \"%s\" from domain \"%s\"",
600 log_info("Creating domain configuration \"%s\" into domain \"%s\"", strName.c_str(), getName().c_str());
622 // Ensure validity of fresh new domain configuration
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());
718 // Find Domain configuration
725 log_info("Saving domain \"%s\"'s configuration \"%s\" from parameter blackboard", getName().c_str(), pDomainConfiguration->getName().c_str());
735 // Find Domain configuration
749 // Find Domain configuration
765 // Find Domain configuration
779 // Find Domain configuration
795 // Find Domain configuration
831 // Ensure validity on whole domain from main blackboard
850 log_info("Validating domain \"%s\" against main blackboard for configurable element \"%s\"", getName().c_str(), pConfigurableElement->getPath().c_str());
864 // Attempt validation for all configurable element's areas, relying on already existing valid configuration inside domain
880 // Attempt validation for configurable element's areas, relying on already existing valid configuration inside domain
907 // Attempt configuration validation for all configurable elements' areas, relying on already existing valid configuration inside domain
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());
1025 // Propagate to domain configurations
1130 strError = "Domain configuration " + strConfiguration + " not found";
1143 strError = "Domain configuration " + strConfiguration + " not found";