Searched refs:getMappingError (Results 1 – 2 of 2) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | Subsystem.cpp | 318 string CSubsystem::getMappingError(const string &strKey, const string &strMessage, in getMappingError() function in CSubsystem 357 strError = getMappingError(strKey, "Already set", pConfigurableElement); in handleMappingContext() 397 getMappingError(strKey, _contextMappingKeyArray[uiAncestorKey] + " not set", in handleSubsystemObjectCreation() 412 strError = getMappingError(strKey, strSizeError, pInstanceConfigurableElement); in handleSubsystemObjectCreation() 477 strError = getMappingError("Not found", "Subsystem object mapping key is missing", in mapBegin()
|
D | Subsystem.h | 149 std::string getMappingError(const std::string &strKey, const std::string &strMessage,
|