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

/external/parameter-framework/upstream/parameter/
H A DSubsystem.h51 class PARAMETER_EXPORT CSubsystem : public CConfigurableElement, private IMapper class in inherits:CConfigurableElement,IMapper
63 CSubsystem(const std::string &strName, core::log::Logger &logger);
64 virtual ~CSubsystem();
110 CSubsystem(const CSubsystem &);
111 CSubsystem &operator=(const CSubsystem &);
114 virtual const CSubsystem *getBelongingSubsystem() const;
H A DSubsystem.cpp46 CSubsystem::CSubsystem(const string &strName, core::log::Logger &logger) function in class:CSubsystem
55 CSubsystem::~CSubsystem()
77 string CSubsystem::getKind() const
83 bool CSubsystem::isAlive() const
89 bool CSubsystem::needResync(bool /*bClear*/)
94 bool CSubsystem::structureFromXml(const CXmlElement &xmlElement,
157 bool CSubsystem::mapSubsystemElements(string &strError)
183 string CSubsystem
[all...]

Completed in 83 milliseconds