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) in CSubsystemPlugins() function
63 bool loadSubsystems(std::string &strError, const CSubsystemPlugins *pSubsystemPlugins,103 const CSubsystemPlugins *pSubsystemPlugins);
95 bool CSystemClass::loadSubsystems(string &strError, const CSubsystemPlugins *pSubsystemPlugins, in loadSubsystems()122 const CSubsystemPlugins *pSubsystemPlugins) in loadSubsystemsFromSharedLibraries()
62 class CSubsystemPlugins; variable869 const CSubsystemPlugins *_pSubsystemPlugins{nullptr};
450 _pSubsystemPlugins = static_cast<const CSubsystemPlugins *>( in loadFrameworkConfiguration()2747 "SubsystemPlugins", new TKindElementBuilderTemplate<CSubsystemPlugins>()); in feedElementLibraries()