Home | History | Annotate | Download | only in parameter

Lines Matching full:mapping

77      * Fetch mapping data of an element.
79 * The mapping is represented as a std::string of all the mapping data (key:value) defined in the
81 * This method gathers the mapping data found in each Element of the configurableElementPath
85 * that have a mapping. Elements are added at the end of the list, so the root Element will be
88 * @return Formatted std::string of the mapping data
100 // Subsystem context mapping keys publication
111 // Mapping execution
115 * Handle a configurable element mapping.
120 * @param[out] bKeepDiving Keep diving for mapping keys
131 // Mapping access
133 * Generic mapping error handling
135 * Format an human readable error std::string from a key and a message in case of mapping error
149 * Format the mapping data of the ConfigurableElements that have been gathered through recursive
154 * @param[in] configurableElementPath List of ConfigurableElements containing mapping data
156 * @return String containing the formatted mapping
174 * Find the mapping data defined for the CInstanceConfigurableElement given in parameter, that
175 * corresponds to Subsystem level mapping (Subsystem level mapping keys are defined in
177 * The CInstanceConfigurableElement might as well contain local mapping data.
179 * @param[in] pInstanceConfigurableElement The element which mapping data will be parsed for
181 * @param[out] strMappingKey Mapping key defined at the Subsystem level
182 * @param[out] strMappingValue Mapping value contained in pInstanceConfigurableElement
190 * Formats the mapping of a SubsystemObject
194 * @return String containing the formatted mapping
201 * Feed context with mapping data of the current element
203 * @param[in] pConfigurableElementWithMapping The element containing mapping data
204 * @param[out] context The context mapping to update with the current element mapping values
220 * @param[in] context The mapping values container
232 // Subsystem context mapping keys
241 // Mapping Context stack
251 //! Contains the mapping info at Subsystem level