Searched refs:CSubsystemPlugins (Results 1 – 5 of 5) sorted by relevance
35 class CSubsystemPlugins : public CKindElement39 …CSubsystemPlugins(const std::string& strName, const std::string& strKind) : CKindElement(strName, … in CSubsystemPlugins() function
55 bool loadSubsystems(std::string& strError, const CSubsystemPlugins* pSubsystemPlugins,91 const CSubsystemPlugins* pSubsystemPlugins);
98 const CSubsystemPlugins* pSubsystemPlugins, in loadSubsystems()133 const CSubsystemPlugins* pSubsystemPlugins) in loadSubsystemsFromSharedLibraries()
59 class CSubsystemPlugins; variable695 const CSubsystemPlugins* _pSubsystemPlugins;
554 …_pSubsystemPlugins = static_cast<const CSubsystemPlugins*>(getConstFrameworkConfiguration()->findC… in loadFrameworkConfiguration()2445 …brary->addElementBuilder("SubsystemPlugins", new TKindElementBuilderTemplate<CSubsystemPlugins>()); in feedElementLibraries()