Searched defs:CPluginLocation (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
H A DPluginLocation.h35 class CPluginLocation : public CKindElement class in inherits:CKindElement
39 CPluginLocation(const std::string& strName, const std::string& strKind);
H A DPluginLocation.cpp34 CPluginLocation::CPluginLocation(const std::string& strName, const std::string& strKind) : base(strName, strKind) function in class:CPluginLocation
39 const std::string& CPluginLocation::getFolder() const
44 const std::list<std::string>& CPluginLocation::getPluginList() const
49 bool CPluginLocation::fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext)

Completed in 72 milliseconds