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

/external/parameter-framework/parameter/
H A DSystemClass.h39 class CSystemClass : public CConfigurableElement class in inherits:CConfigurableElement
42 CSystemClass();
43 virtual ~CSystemClass();
78 CSystemClass(const CSystemClass&);
79 CSystemClass& operator=(const CSystemClass&);
H A DSystemClass.cpp66 CSystemClass::CSystemClass() : _pSubsystemLibrary(new CSubsystemLibrary) function in class:CSystemClass
70 CSystemClass::~CSystemClass()
87 bool CSystemClass::childrenAreDynamic() const
92 string CSystemClass::getKind() const
97 bool CSystemClass::loadSubsystems(string& strError,
132 bool CSystemClass::loadSubsystemsFromSharedLibraries(list<string>& lstrError,
190 string CSystemClass::getPluginSymbol(const string& strPluginPath)
213 bool CSystemClass
[all...]

Completed in 64 milliseconds