Home | History | Annotate | Download | only in parameter

Lines Matching full:domain

51      * Adds a domain object to configurable domains. The ConfigurableDomains
54 * @param[in] pDomain the domain object.
56 * domain, otherwise, an existing domain with the same name will first be
60 * @returns true if the domain was successfully added
62 bool addDomain(CConfigurableDomain &domain, bool bOverwrite, std::string &strError);
65 * Delete a domain by name
67 * @param[in] strName name of the domain to be deleted
70 * @returns true of the domain was sucessfully deleted, false otherwise (i.e.
71 * the domain didn't exist).
83 /** Split a domain in two.
84 * Remove an element of a domain and create a new domain which owns the element.
86 * @param[in] domainName the domain name
107 * @param[in] strDomain the domain name
137 /** Associate a configurable element to a domain
139 * @param[in] domainName the domain name
183 /** Delete a domain
185 * @param(in] configurableDomain domain to be deleted
187 * @returns true of the domain was sucessfully deleted, false otherwise (i.e.
188 * the domain didn't exist).
193 // Gather owned configurable elements owned by any domain
196 // Domain retrieval