HomeSort by relevance Sort by last modified time
    Searched defs:CSubsystem (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/parameter/
Subsystem.h 51 class PARAMETER_EXPORT CSubsystem : public CConfigurableElement, private 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;
Subsystem.cpp 46 CSubsystem::CSubsystem(const string &strName, core::log::Logger &logger)
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::formatMappingDataList
    [all...]

Completed in 49 milliseconds