Lines Matching refs:strError
146 string strError; in structureFromXml() local
147 if (!mapSubsystemElements(strError)) { in structureFromXml()
149 serializingContext.setError(strError); in structureFromXml()
157 bool CSubsystem::mapSubsystemElements(string &strError) in mapSubsystemElements() argument
162 handleMappingContext(this, context, strError); in mapSubsystemElements()
174 if (!pInstanceConfigurableChildElement->map(*this, strError)) { in mapSubsystemElements()
345 CMappingContext &context, string &strError) const in handleMappingContext()
357 strError = getMappingError(strKey, "Already set", pConfigurableElement); in handleMappingContext()
369 bool &bHasCreatedSubsystemObject, string &strError) in handleSubsystemObjectCreation() argument
396 strError = in handleSubsystemObjectCreation()
412 strError = getMappingError(strKey, strSizeError, pInstanceConfigurableElement); in handleSubsystemObjectCreation()
436 bool &bKeepDiving, string &strError) in mapBegin() argument
442 if (!handleMappingContext(pInstanceConfigurableElement, context, strError)) { in mapBegin()
470 bHasCreatedSubsystemObject, strError)) { in mapBegin()
477 strError = getMappingError("Not found", "Subsystem object mapping key is missing", in mapBegin()